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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'received:(qmail invoked by alias)': 0.07; 'received:gmx.net': 0.09; 'python': 0.11; 'gui': 0.12; 'language,': 0.12; '.ui': 0.16; 'builder.': 0.16; 'from:addr:gmx.net': 0.16; 'received:dip.t-dialin.net': 0.16; 'received:t-dialin.net': 0.16; 'subject:GUI': 0.16; 'unlike': 0.19; 'builder': 0.24; 'header:In- Reply-To:1': 0.27; 'designer': 0.30; 'code': 0.31; 'usually': 0.31; 'file': 0.32; 'interface': 0.32; 'actual': 0.34; 'shows': 0.36; 'charset:us-ascii': 0.36; 'received:10': 0.37; 'step': 0.37; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'even': 0.60; 'received:10.1': 0.61; 'header :Message-Id:1': 0.63; 'more': 0.64; 'received:212.227.17': 0.68 X-Authenticated: #41312857 X-Provags-ID: V01U2FsdGVkX19Y3yBtzndYpxeSx8Q+dtzDMFE6QOT8ZekkH9eL26 Mvhull/bX3QvEo Date: Sat, 13 Apr 2013 20:31:19 +0200 From: Wolfgang Keller To: python-list@python.org Subject: Re: IDE for GUI Designer In-Reply-To: References: <20130407194031.ee59e3bc94b02b03d735990f@gmx.net> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365877915 news.xs4all.nl 2582 [2001:888:2000:d::a6]:58062 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43536 > 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