to PYQT gurus

Jim jbublitzNO at SPAMnwinternet.com
Sun Nov 24 01:46:58 EST 2002


Fabien HENON wrote:
> I have written an GUI app using Pyton, Tkinter and PWM.
> It is mainly an editor for POV, with color syntax highlighting and many 
> nice features. I can be found at :

> http://pyvon.sourceforge.net

> My question is simple : I am learning to use QT. Do you think it is 
> feasible to transfer my from Tkinter to PYQT.
> I would like to benefit from QT's quickness.

I don't feel qualified to respond under the title, but ...

I'm not familiar enough with Tkinter to judge whether
it's feasible. I would guess PyQt does everything
Tkinter does (and probably more), but it may do things
differently.

Not much of an answer, I know, but the main reason I
responded is that there is also a QScintilla module
in development - 0.2 version, but pretty far along
from what I understand. QScintilla is an editor
class that might make your app a lot easier to
convert.

You can find it at:

http://riverbankcomputing.co.uk/qscintilla

The latest version is in the downloads section.


Jim




More information about the Python-list mailing list