what gui designer is everyone using
Christian Tismer
tismer at stackless.com
Fri Jun 8 05:27:44 EDT 2012
Hi Miki,
Yes, and this works very well. As a side
effect it also serves as a template when
you need to change certain things
dynamically. You can pick snippets for
your Gui dynamication.
But as a strong recommendation: never
ever change the generated code. Import the generated classes and derive
your own on top of it.
I even prefer not to derive, but to delegate, to keep my name space tidy.
Cheers - chris
Sent from my Ei4Steve
On Jun 7, 2012, at 21:05, Miki Tebeka <miki.tebeka at gmail.com> wrote:
>> what is the gui designer that is most popular?
> IIRC Qt designer can output Python code.
> --
> http://mail.python.org/mailman/listinfo/python-list
More information about the Python-list
mailing list