Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'gui': 0.12; 'language,': 0.12; '.ui': 0.16; 'builder.': 0.16; 'kern': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:GUI': 0.16; 'underlying': 0.16; 'wrote:': 0.18; 'unlike': 0.19; 'load': 0.23; 'header:User-Agent:1': 0.23; 'builder': 0.24; 'interpret': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'designer': 0.30; 'robert': 0.30; 'code': 0.31; 'usually': 0.31; 'file': 0.32; 'interface': 0.32; 'actual': 0.34; 'shows': 0.36; 'step': 0.37; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; 'our': 0.64; 'more': 0.64; 'world': 0.66; 'believe': 0.68; 'eco': 0.84; 'received:202.71': 0.84; 'terrible': 0.84; 'same,': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Robert Kern Subject: Re: IDE for GUI Designer Date: Sun, 14 Apr 2013 00:08:55 +0530 References: <20130407194031.ee59e3bc94b02b03d735990f@gmx.net> <20130413203119.df42e7ae28b64c8e29f66c58@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 202.71.137.182 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 In-Reply-To: <20130413203119.df42e7ae28b64c8e29f66c58@gmx.net> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365878348 news.xs4all.nl 2657 [2001:888:2000:d::a6]:35852 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43537 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