Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43536
| Date | 2013-04-13 20:31 +0200 |
|---|---|
| From | Wolfgang Keller <feliphil@gmx.net> |
| Subject | Re: IDE for GUI Designer |
| References | <mailman.105.1365090072.3114.python-list@python.org> <20130407194031.ee59e3bc94b02b03d735990f@gmx.net> <mailman.250.1365361507.3114.python-list@python.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.567.1365877915.3114.python-list@python.org> (permalink) |
> 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 Wow. Even one more step than with code generation directly from the GUI builder. Clumsy, tedious, static. Cocoa's Interface Builder shows how to do it even though Objective-C is a *compiled* language, unlike Python. Sincerely, Wolfgang
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