![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: UI toolkits for Python
From: Adriaan Renting <renting@astron.nl>
Date: Fri Oct 14 2005 - 16:24:11 CEST
I realy like developing PyQt applications using the Eric3 IDE. I find Qt really has a lot of high level functionality already available for you, I like the flexibility of the slot-signal system, I like that the Qt C++
I don't know what you want in a text widget, but the kTextEdit I use comes with functions like checkSpelling(), undo(), copy(), paste(), setFont(). Hooking these up to for example a fontRequestor is no more work as adding both to the form in QtDesigner (integrated in Eric3), and connecting the appropriate signal and slot. It could be some of these are only available if you have KDE installed.
I've never done much with TkInter, so I can't compare. I think it's easier as wxwindows, it's easier as VCL/CLX and MFC. (I'm comming from the Windows/Borland C++/Delphi world)
The standard Python shell only has buildin support for the TkInter event loop AFAIK, I just heard ipython is more cross GUI toolkit in this regard.
I don't think there's any consensus. I think any of a Tk, Wxwindows, GTK or Qt based solution might work for you, depending on what you are used to. Tk seems to be most traditional Python, but I think it's ugly, and I realy like the high level functionality that Qt provides.
Adriaan Renting.
-- http://mail.python.org/mailman/listinfo/python-listReceived on Sat Oct 15 04:34:05 2005 |