what gui designer is everyone using
loïc Lauréote
laureote-loic at hotmail.fr
Fri Jun 8 11:06:16 EDT 2012
More information about the Python-list mailing list
Fri Jun 8 11:06:16 EDT 2012
- Previous message (by thread): what gui designer is everyone using
- Next message (by thread): what gui designer is everyone using
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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-loic at hotmail.fr To: python-list at 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: tismer at stackless.com > Subject: Re: what gui designer is everyone using > Date: Fri, 8 Jun 2012 11:27:44 +0200 > To: miki.tebeka at gmail.com > CC: python-list at 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.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 > -- > http://mail.python.org/mailman/listinfo/python-list -- http://mail.python.org/mailman/listinfo/python-list -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20120608/c2d21dfc/attachment.html>
- Previous message (by thread): what gui designer is everyone using
- Next message (by thread): what gui designer is everyone using
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list