Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.kamp.net!newsfeed.kamp.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '21,': 0.07; 'installed.': 0.07; 'classes.': 0.09; 'ide': 0.09; 'overflow': 0.09; 'skip:/ 10': 0.09; 'subject:Visual': 0.09; 'api': 0.11; 'python': 0.11; 'gui': 0.12; '.py': 0.16; '.ui': 0.16; 'development?': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'runtime.': 0.16; 'subject: \n ': 0.16; 'subject:GUI': 0.16; 'subject:Studio': 0.16; 'subject:Tkinter': 0.16; 'subject:drag': 0.16; 'subject:drop': 0.16; 'transforming': 0.16; 'files.': 0.16; 'wrote:': 0.18; 'stack': 0.19; 'seems': 0.21; '>>>': 0.22; 'header :User-Agent:1': 0.23; 'subject:like': 0.24; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'feature': 0.29; 'am,': 0.29; 'converting': 0.30; 'loading': 0.31; '(e.g.': 0.33; 'subject:with': 0.35; 'editor': 0.35; 'no,': 0.35; 'subject:?': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'called': 0.40; 'according': 0.40; 'dave': 0.60; 'more': 0.64; 'skip:\xe2 10': 0.65; '8bit%:43': 0.74; 'jul': 0.74; '2013': 0.98 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sun, 21 Jul 2013 21:56:22 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Beginner - GUI devlopment in Tkinter - Any IDE with drag and drop feature like Visual Studio? References: <51ebc296$0$14280$c3e8da3$f017e9df@news.astraweb.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374465391 news.xs4all.nl 15872 [2001:888:2000:d::a6]:39116 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51029 On 07/21/2013 05:20 AM, Chris “Kwpolska” Warrick wrote: > On Sun, Jul 21, 2013 at 1:14 PM, Dave Cook wrote: >> On 2013-07-20, Aseem Bansal wrote: >> >>> Do I need to use QtCreator with PySide if I want drag-and-drop >>> feature for GUI development? >> >> No, you just need the layout part of QtCreator, called QtDesigner, and >> any decent Python editor or IDE (e.g. Idle): > > …and one more thing: pyside-uic, for transforming the .ui files into > (ugly) .py files. It seems to be in /PythonXY/Scripts according to > Stack Overflow if you have PySide installed. I don't think you want to be converting ui files into python classes. Just use the PySide Qt api for loading them at runtime.