GUIs - A Modest Proposal
Ethan Furman
ethan at stoneleaf.us
Thu Jun 10 16:14:52 EDT 2010
Stephen Hansen wrote:
> Another thing you can look at is QT/PyQT. If you're doing GPL'd
> software, that might be a very good solution for you-- you can design
> your whole app in the beautiful QTDesigner, and the .ui files can be
> used in any language with a QT binding, PyQT included. But you gotta be
> GPL'd to use Python. (Although QT is now LGPL, the PyQT bindings
> continue the GPL/commercial split... and PySide isn't cross platform yet)
Correction: But you gotta be GPL'd to use PyQT. Python doesn't care.
More information about the Python-list
mailing list