wxFormBuilder | |
Logo Size: | 128px |
Author: | José Antonio Hurtado Juan Antonio Ortega Ryan Mulder Ryan Pusztai Michal Bliznak Jan Niklas Hasse |
Developer: | Steffen Olszewski wxFormBuilder Contributors |
Programming Language: | C++ |
Operating System: | Cross-platform |
Platform: | Windows, MacOS, Linux |
Language: | English |
License: | GPLv2 |
wxFormBuilder is an open source GUI designer application for wxWidgets toolkit, which allows creating cross-platform applications.[1] A streamlined, easy to use interface[2] enables faster development and easier maintenance of software. It is written in C++.
wxFormBuilder is a visual development tool, but also allows including non-graphical components.[3] It can generate C++, Python, PHP, Lua and XRC code. The generated code cannot be edited directly in the program.[4]
wxFormBuilder uses the Connect method or the event table for creating events. For most of the available controls, custom event handlers can be created. Events can also be added through external XML files, eliminating the need to rebuild.[2] [5]
wxFormBuilder have a rich set of supported widgets. They can be easily extended via plugins.[6]