On 07/21/2013 05:20 AM, Chris “Kwpolska” Warrick wrote:
> On Sun, Jul 21, 2013 at 1:14 PM, Dave Cook <davec...@nowhere.net> wrote:
>> On 2013-07-20, Aseem Bansal <asmbans...@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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to