Baiju M
Posts: 225
Nickname: baijum81
Registered: Aug, 2004
|
|
Re: PyQt and BlackAdder
|
Posted: Apr 25, 2006 1:49 AM
|
|
Advertisement
|
> <p>I think Qt is very well done. The components and GUI > layout tools are written in C++.
If you really *love* C++, have a look at http://www.gtkmm.org/
It is more C++ :)
> <p>The PyQt bindings were written by Phil Thompson and > provide a Python interface to the Qt library. For building > PyQt systems
And if you really *love* Python, have a look at http://www.pygtk.org/
It is more Pythonic :)
*Love* and *Like* are different, is it?
IMHO, PyGTK will be best for any kind of desktop apps. It is well documented, and there are huge number of apps written.
|
|