Hi,
pyQt is really good for fast graphic GUI design. Maybe not the best for beginners,cause this can't allow them to understand how to code GUIs. And as said before, for each modification you need to regenerate the code,it's sometimes boring. (sorry) Loïc From: laureote-l...@hotmail.fr To: python-list@python.org Subject: what gui designer is everyone using Date: Fri, 8 Jun 2012 14:22:58 +0200 Hi, pyQt is really good for fast graphic GUI designing. Maybe not the best for beginners,cause this can't allow them to understand how to code GUIs. And as said before, for each modification not need to regenerate the code,it's sometimes boring Loïc > From: tis...@stackless.com > Subject: Re: what gui designer is everyone using > Date: Fri, 8 Jun 2012 11:27:44 +0200 > To: miki.teb...@gmail.com > CC: python-list@python.org > > 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.teb...@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 > -- > http://mail.python.org/mailman/listinfo/python-list -- http://mail.python.org/mailman/listinfo/python-list
-- http://mail.python.org/mailman/listinfo/python-list