Re: is there really no good gui builder

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sturlamolden

    Re: is there really no good gui builder

    On 8 Nov, 20:35, azrael <jura.gro...@gm ail.comwrote:
    I am freaking out that I need 5 times more time to make a GUI in
    python than in VB.
    I find wxFormBuilder nice to work with. wxPython can use XRC-files
    from wxFormBuilder.

    Note that wx uses sizers (layout managers). While it makes GUIs a bit
    slower to design, it makes it easier to deal with resizing of windows
    and different screen resolutions.

    If you use PyGTK there is GLADE; with PyQt there is QtDesigner.









Working...