Hi, how is the method QWizardPage.registerField supposed to work in combination with new style signal slots ?
it's third argument should be of type SIGNAL, however when passing as its third argument a QtCore.pyqtSignal object, it complains about an incorrect type. using QtCore.SIGNAL works, but this is so old style ... Thx, Erik _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
