[PyKDE] PyQt-2.4 doesn't work with windows 2000
Philippe FREMY
P.FREMY at OBERTHURCS.com
Mon May 14 13:10:04 BST 2001
> 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);
}
More information about the PyQt
mailing list