Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #43537

Re: IDE for GUI Designer

From Robert Kern <robert.kern@gmail.com>
Subject Re: IDE for GUI Designer
Date 2013-04-14 00:08 +0530
References <mailman.105.1365090072.3114.python-list@python.org> <20130407194031.ee59e3bc94b02b03d735990f@gmx.net> <mailman.250.1365361507.3114.python-list@python.org> <20130413203119.df42e7ae28b64c8e29f66c58@gmx.net>
Newsgroups comp.lang.python
Message-ID <mailman.570.1365878348.3114.python-list@python.org> (permalink)

Show all headers | View raw


On 2013-04-14 00:01, Wolfgang Keller wrote:
>> 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.

You don't have to use pyuic. You can load the .ui file directly from your program.

> Clumsy, tedious, static.
>
> Cocoa's Interface Builder shows how to do it even though Objective-C is
> a *compiled* language, unlike Python.

The workflow is about the same, really.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


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