wxGlade - a GUI builder for wxWidgets

Description

wxGlade is a GUI designer written in Python for the wxPython GUI toolkit, that helps you create wxWidgets/wxPython user interfaces. It can generate Python, C++, Perl, Lisp and XRC (wxWidgets' XML resources) code.

It is not a full featured IDE, but simply a "designer": the generated code does nothing apart from displaying the created widgets. Usually, you will use it together with a complete IDE, like Wing IDE, PyCharm or one of the many other IDEs.

News

2020-12-20
wxGlade release 1.0.0 uploaded

General:

  • sizers only required where wx requires them; not required e.g. for Frame->Panel (used to be Frame->Sizer->Panel)
  • better handling of display updates when properties are edited
  • accessibility and usability improvements
  • Dialog example
  • documentation update

Internal:

  • internal structures refactored
  • add shell window and Tree Printer

Widgets:

  • all: separate class related properties into Class / Base Classes / Instance Class
  • Dialog: add StdDialogButtonSizer and standard buttons (stock items); support SetAffirmativeId, SetEscapeId
  • Button: support for image direction
  • MenuBar: support lambda event handlers
  • GridBagSizer: indicate overlapped slots in the Tree view

Generated Code:

  • no separation into __set_properties/__do_layout any more
  • support for instantiation classes
2020-08-30
wxGlade 1.0.0 alpha release 1.0.0 uploaded
2020-06-05
wxGlade bug fix release 0.9.6 uploaded; this version is compatible with wxPython 4.1 and Python 3.8
2019-03-31
wxGlade bug fix release 0.9.3 uploaded
2019-01-20
wxGlade release 0.9.0 uploaded

This version has a new GUI where the Palette, Tree and Properties are combined into a single main window.

Widgets:
  • WrapSizer
  • SearchCtrl
  • SpinCtrlDouble
  • Splitter: ask user whether to add panels; add support for SashGravity
  • StaticText: support for Wrap property
  • Button, ToggleButton, BitmapButton: support more bitmap properties (e.g. BitmapCurrent)
  • Notebook: context menu items to add a panel

Generated Code:
  • option to remove all the BEGIN/END wxGlade comments in the generated code (only with overwrite True)
  • Python: unicode strings not escaped if the selected encoding does not require it

2018-11-01
wxGlade pre-release 0.9.0 alpha 1 uploaded

Screenshots

Some screenshots are included in this manual page.

Documentation

A snapshot of the documentation including tutorial can be found here.
The latest version is always available from the application help menu.

License

wxGlade License Agreement.

Copyright (c) 2002-2007 Alberto Griggio

Copyright (c) 2011-2016 Carsten Grohmann

Copyright (c) 2017-2020 Dietmar Schwertberger

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download

You can download files from the sourceforge project page.

Starting from version 0.8.0, wxGlade requires wxPython >= 2.8 and Python >= 2.7. The recommendation is to use Python 3.5 or 3.6 and wxPython revision 4.0.0.

Mailing List

There's a mailing list to discuss about the project here.

We're looking for projects using wxGlade: if you have one and want it to be listed here, tell us! This will be really appreciated.


Contents Description
News
Screenshots
Documentation
Manual
Download
License
git repository
Project page
Mailing list
Links
Apps using wxGlade
wxPython
wxWidgets
Python
Glade
Alberto's Home Page
Get wxGlade at SourceForge.net. Fast, secure and Free Open Source software downloads Python Powered Built with wxWidgets Built with wxPython Graphics by the GIMP Valid XHTML 1.0!