Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43012
| References | <mailman.105.1365090072.3114.python-list@python.org> <20130407194031.ee59e3bc94b02b03d735990f@gmx.net> |
|---|---|
| From | Fabio Zadrozny <fabiofz@gmail.com> |
| Date | 2013-04-07 16:04 -0300 |
| Subject | Re: IDE for GUI Designer |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.250.1365361507.3114.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Well, I usually use the Qt Designer and it does work well for me. It generates a .ui file with it which has to be passed to pyuic to generate the actual Python code -- and you have to generate a subclass to implement the slots -- for that, I add an external builder to Eclipse, so, in the end it's mostly a matter of saving the ui in designer and going on to implement the actual code for the actions in PyDev/Eclipse (sure, you don't click on a link to add Python code, but for me that separation is good). Cheers, Fabio On Sun, Apr 7, 2013 at 2:40 PM, Wolfgang Keller <feliphil@gmx.net> wrote: > > Guys, is this, I wonder if there is an IDE with native support for the > > development of GUI's > > A decent Python IDE would probably integrate well enough with any decent > GUI builder. If there was one (decent GUI builder). > > Unfortunately there's afaik currently no GUI builder available for any > of the Python GUI frameworks that actually makes use of the dynamic > interpreted nature of Python (in a way comparable to Cocoa's Interface > Builder or the Visualworks Smalltalk IDE). They are unfortunately all > just conceived following the clumsy tedious static C++-ish > code-generation method. X-( > > Sincerely, > > Wolfgang > -- > http://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
IDE for GUI Designer Renato Barbosa Pim Pereira <renato.barbosa.pim.pereira@gmail.com> - 2013-04-04 12:41 -0300
Re: IDE for GUI Designer CM <cmpython@gmail.com> - 2013-04-04 10:41 -0700
Re: IDE for GUI Designer Wolfgang Keller <feliphil@gmx.net> - 2013-04-07 19:40 +0200
Re: IDE for GUI Designer Fabio Zadrozny <fabiofz@gmail.com> - 2013-04-07 16:04 -0300
Re: IDE for GUI Designer Wolfgang Keller <feliphil@gmx.net> - 2013-04-13 20:31 +0200
Re: IDE for GUI Designer Robert Kern <robert.kern@gmail.com> - 2013-04-14 00:08 +0530
csiph-web