On 11.05.06 17:19:25, Frode Øijord wrote: > when porting from PyQt3 to PyQt4 will i have to rewrite all GUI code to the > Qt4 > way of doing things? More to the point, I have subclassed a QListView and a > QListViewItem and I am wondering if I have to reimplement those with a > model/view design?
Well, if you don't want to do that, there's no real point in porting to Qt4/PyQt4 anyway. > Also, Qt4 have some compatibility classes in order to make porting easier, > are > those available in PyQt4 aswell? No. PyQt4 is Qt4 only, no Qt3Support classes. Andreas -- You are a very redundant person, that's what kind of person you are. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
