[PyQt] convert an old pyqt script to a newer PyQt4 version

Jean-Baptiste BUTET ashashiwa at gmail.com
Sun May 25 17:48:40 BST 2008


Hi :)

I've look at your code.
Qmultilineedit is not in QT4 :
http://doc.trolltech.com/4.0/porting4.html#qmultilineedit
then insertline doesn't exist anymore -> .append instead.

here your code that works ;)


http://pyfocus.free.fr/upload/pu.py

clear skies.

JB



-- 
http://astrolix.org
association des linuxiens astronomes


More information about the PyQt mailing list