[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyKDE] PyQt-2.4 doesn't work with windows 2000
From:       Philippe FREMY <P.FREMY () OBERTHURCS ! com>
Date:       2001-05-14 13:10:04
[Download RAW message or body]

> Isn't QInterlaceStyle implemented in the Windows version of Qt? (I
don't
> have the source to hand.)
>

Looks like it is the case but I haven't seen any warning.

This sample program doesn't link:

----
#include <qapplication.h>
#include <qinterlacestyle.h>

/** 
 * A window with the title "Hello buttons!"
 * two buttons named button1 and button2.
 * When a button is clicked the name of the button is printed
 */

int main( int argc, char **argv )
{
	/* Init the Qt application 
	 * -> gtk_init(argc, argv) */
	QApplication a(argc, argv);

	QInterlaceStyle qis;
	qis.comboButtonRect(0,0,100,100);

}



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic