On Tuesday 29 March 2011 17:39:41 Nicolas Pinault wrote: > Hi, > > I'm new to PySide. I use Eclipse + PyDev for my Python projects. > My question is about UI design tool. > To my knowledge, there are two possibilities : > - Qt Designer > - Qt Eclipse plugin
QtDesigner and Qt Eclipse plugin both are made with C++ usage in mind, but you can use them with PySide as both generates .ui files. > The advantage of Qt Eclipse plugin is that I need only one tool : Eclipse. > I have not tried Qt Designer since I have not found a standalone > download. It seems I have to download and install the complete Qt > Creator package. Right ? > The problem with the Qt Eclipse plugin is that I can't define slots > other than the "standard" ones. Is it because it is aimed at C++ > development only ? Or do I have missed something ? > > Regards, > Nicolas > _______________________________________________ > PySide mailing list > [email protected] > http://lists.pyside.org/listinfo/pyside -- Hugo Parente Lima INdT - Instituto Nokia de Tecnologia
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
