Beginner - GUI devlopment in Tkinter - Any IDE with drag and drop feature like Visual Studio?

Michael Torrie torriem at gmail.com
Sun Jul 21 23:56:22 EDT 2013


On 07/21/2013 05:20 AM, Chris “Kwpolska” Warrick wrote:
> On Sun, Jul 21, 2013 at 1:14 PM, Dave Cook <davecook at nowhere.net> wrote:
>> On 2013-07-20, Aseem Bansal <asmbansal2 at gmail.com> 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.



More information about the Python-list mailing list