Re: IDE for GUI Designer

2013-04-13 Thread Robert Kern
On 2013-04-14 00:01, Wolfgang Keller wrote: 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. Y

Re: IDE for GUI Designer

2013-04-13 Thread Wolfgang Keller
> 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 Interf

Re: IDE for GUI Designer

2013-04-07 Thread Fabio Zadrozny
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 -- and you have to generate a subclass to implement the slots -- for that, I add an external builder to Eclipse, so, in the end it's

Re: IDE for GUI Designer

2013-04-07 Thread Wolfgang Keller
> Guys, is this, I wonder if there is an IDE with native support for the > development of GUI's A decent Python IDE would probably integrate well enough with any decent GUI builder. If there was one (decent GUI builder). Unfortunately there's afaik currently no GUI builder available for any of th

Re: IDE for GUI Designer

2013-04-04 Thread CM
On Apr 4, 11:41 am, Renato Barbosa Pim Pereira wrote: > Guys, is this, I wonder if there is an IDE with native support for the > development of GUI's such as Netbeans with Swing, Visual Basic, etc., The term you want to use is "GUI Builder". Because there can be IDEs without a GUI builder. You

Re: IDE for GUI Designer

2013-04-04 Thread Ed Leafe
On Apr 4, 2013, at 10:41 AM, Renato Barbosa Pim Pereira wrote: > Guys, is this, I wonder if there is an IDE with native support for the > development of GUI's such as Netbeans with Swing,Visual Basic, etc., already > tested the Boa Constructor, and PyQt, but did not like what I'm looking for

IDE for GUI Designer

2013-04-04 Thread Renato Barbosa Pim Pereira
Guys, is this, I wonder if there is an IDE with native support for the development of GUI's such as Netbeans with Swing, Visual Basic, etc., already tested the Boa Constructor, and PyQt, but did not like what I'm looking for is an IDE "all in one", ie power encode and draw the screens of the progra