On Friday 08 December 2006 6:47 pm, Rick van Hattem wrote: > On Friday 08 December 2006 09:43, Phil Thompson wrote: > > On Friday 08 December 2006 12:32 am, Rick van Hattem wrote: > > > Today I was playing around with Qt Designer and after creating a few=20 > > > checkboxes I tried to link some of them, all of it worked perfectly in > > > the= =20 > > > preview but when I tried 'pyuic4 test.ui -pd' it failed. > > > > > > Could it be that the setOn attribute is not yet supported by pyuic4? > > > > You need to send the .ui file. > > > > Phil > > I don't understand why because I've specifically told how to reproduce the > error (you'll be done with that within a minute)
To eliminate mistakes in your description and to eliminate mistakes in my interpretation of your description - particularly as your original post was almost unreadable. > but here is an example > file (just created). setOn() is a Qt3 compatibility slot. PyQt4 does not support the Qt3 compatibility stuff. Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
