> 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);

}


_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to