[PyKDE] qt3.0x and Qt 2.3
Phil Thompson
phil at river-bank.demon.co.uk
Tue Jul 16 13:34:01 BST 2002
stepahne B wrote:
> Hello,
> I'm complete new in python and i use pyqt to developp my applications.
> I run with freebsd and windows but i'm wondering something ....
> I have many applications on freebsd with c++ qt3.0 made with designer and
> the text editor (with designer) . I saw something in this mailing that we
> can
> port this application into python...file.ui and file.ui.h are
> interpreted..... it's look good...
>
> But there is a way to port this application in the qt2.3 non commercial
> windows library ?
> (of course when widgets are the same....)
I'm not aware (I may be wrong) of problems running code generated by
pyuic3 from Qt Designer3 under Qt2 - so long as you avoid Qt3 specific
classes.
I would expect there to be problems if you tried to use the .ui files
from Qt Designer3 with Qt Designer2.
Phil
More information about the PyQt
mailing list