[PyKDE] qt3.0x and Qt 2.3

Christian Bird cbird at lineo.com
Tue Jul 16 17:53:01 BST 2002


On Tuesday 16 July 2002 05:33, Phil Thompson wrote:
> 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
>
> _______________________________________________
> PyKDE mailing list    PyKDE at mats.gmd.de
> http://mats.gmd.de/mailman/listinfo/pykde

I've tried this and have run into a few problems because some constructors 
have changed in a few classes from qt3 to qt2.  After a few tweaks to pyuic, 
however, I've been able to do all my designing in qt3 even though the project 
I'm working on can only use qt2.

-- Christian Bird




More information about the PyQt mailing list