Re: what gui designer is everyone using



On Tuesday, June 5, 2012 10:10:17 AM UTC-4, Manatee wrote:
I want a gui designer that writes the gui code for me. I don't want to
write gui code. what is the gui designer that is most popular?
I tried boa-constructor, and it works, but I am concerned about how
dated it seems to be with no updates in over six years.



On Tuesday, June 5, 2012 10:10:17 AM UTC-4, Manatee wrote:
I want a gui designer that writes the gui code for me. I don't want to
write gui code. what is the gui designer that is most popular?
I tried boa-constructor, and it works, but I am concerned about how
dated it seems to be with no updates in over six years.



On Tuesday, June 5, 2012 10:10:17 AM UTC-4, Manatee wrote:
I want a gui designer that writes the gui code for me. I don't want to
write gui code. what is the gui designer that is most popular?
I tried boa-constructor, and it works, but I am concerned about how
dated it seems to be with no updates in over six years.

I've used XRCed with wxpython in the past. XRCed is bundled with the wxPython installation. It was very easy to layout the GUI objects and setup the generic event bindings.

Recently I've been playing around with using PyQt and QtDesigner because I keep seeing it highly recommened. The capabilities and process seem very similar to using XRCed to me.

These are simply GUI designers not IDE's. The basic process for using both is:
* Layout the GUI objects, define generic event bindings (wx) or signals/slots (Qt).
* Save the GUI layout XML.
* Auto-generate a generic Python module that defines the GUI object based on the XML.
* Import the and inherit from the generic Python GUI. Override the GUI class and methods as needed.
* Write a script or a main function that instantiates the GUI and starts the event loop.

I'm biased toward wxPython and XRCed mostly because I've had more experience with it and the documentation seems easier to follow.
.



Relevant Pages

  • Re: eclipse gui designing.
    ... The only really good gui ... NetBeans Matisse GUI Builder to Eclipse but they charge for it. ... I know there is a GUI designer for eclipse but it is for the eclipse ... I am building guis for a customer that *cant* download ...
    (comp.lang.java.gui)
  • Re: Eclipse, sick, dying, dead, or am I missing something??
    ... >>Wrong, IDE should track tasks and code dependency, do version ... > in a more effective way than those that are tied to and IDE. ... I think external command-line tools are fine, but not those GUI ones. ... >>You mean GUI designer? ...
    (comp.lang.java.programmer)
  • Re: Netbeans: bottom scroll bar of jScrollPane not working
    ... a masterpiece of NetBeans GUI coding. ... calls the GUI designer, ... on the XScreenSaver settings format) at run-time. ...
    (comp.lang.java.programmer)
  • Re: what gui designer is everyone using
    ... write gui code. ... what is the gui designer that is most popular? ... I tried boa-constructor, and it works, but I am concerned about how ...
    (comp.lang.python)
  • Re: what gui designer is everyone using
    ... write gui code. ... what is the gui designer that is most popular? ... I tried boa-constructor, and it works, but I am concerned about how ...
    (comp.lang.python)