DescriptionwxGlade 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. News2024-11-02
wxGlade release 1.1.0 uploaded
General:
Widgets:
2020-12-20
wxGlade release 1.0.0 uploaded
General:
Internal:
Widgets:
Generated Code:
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:
Generated Code:
DownloadYou 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. ScreenshotsSome screenshots are included in this manual page.DocumentationA snapshot of the documentation including tutorial can be found here.The latest version is always available from the application help menu. Mailing ListThere's a mailing list to discuss about the project here.LicensewxGlade License Agreement.Copyright (c) 2002-2007 Alberto Griggio Copyright (c) 2011-2016 Carsten Grohmann Copyright (c) 2017-2024 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. |