Qt Designer can work with XML GUI descriptions, or Python. I like the Python because I can use the GUI to generate the basic functionality and then build it out directly in Python.
Richard On Friday, January 24, 2014 21:43:59 Michael Torrie wrote: > On 01/24/2014 09:23 PM, Richard Esplin wrote: > > PyQt3 was much more Pythonic, and I like PySide even more. And the GUI > > code > > generated by Qt Designer was very impressive--easy to read and modify. I > > have never dealt with such clean generated code with any other tool. > > That's good. So you don't use the QUiLoader class? Seems to me that > parsing the ui file directly at runtime eliminates the need for all code > generators entirely (which have to be rewritten in every language!). /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
