[PyQt] QWizardPage.registerField and new style signal slot ?

Erik Janssens Erik.Janssens at conceptive.be
Fri Jan 21 11:11:50 GMT 2011


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


More information about the PyQt mailing list