
Home Page: http://sourceforge.net/apps/wordpress/wxformbuilder
wxFormBuilder is an open-source, cross-platform RAD tool for wxWidgets™. It aims to be an application that — as well as enabling visual development and generating the corresponding code — allows the inclusion of non-graphical components, and provides facilities for extending the set of widgets easily via plugins. One should not edit the code generated by wxFormBuilder, so the correct way to implement a GUI generated by wxFormBuilder is by using inheritance. The generated classes which create the GUI are intended to be used as base classes for the user-entered classes which implement the GUI.