wxUiEditor
wxUiEditor copied to clipboard
RAD tool used to create and maintain wxWidgets UI elements.
### Description: A common method of setting and Icon for a Windows executable is to set the APPICON in the resource file. Unfortunately, you can't supply a SVG file for...
### Description: On Windows, a `wxComboBox` with a large number of entries will display a vertical scrollbar. On Ubuntu 22.04, I get arrows at the top and bottom, but no...
### Description: There's an issue with the auto-add setting of Image lists where only the first image of a multiple-image bundle is being added. In looking at the code for...
### Description: There seems to be a problem when an image bundle is created with multiple images and then an additional image is created with just the last largest image...
### Description: If you change a widget type to a different type, and all validator variables in the form are treated as duplicates and get a number added to the...
### Description: prop_local_hdr_includes has incorrect file path if prop_base_file points to a relative path. To reproduce, open wxUiEditor project, select ArtBrowserDialog under Custom Property Editors. Delete img_props.h then try to...
### Description: Perhaps I'm missing something, but I noticed that wxUiEditor doesn't allow to use angle brackets to include customized files. As I see it, it seams wrong, because all...
### Description: It would be nice to separate wx, standard library, and other system header files (check for boost headers) in the generated code. In addition, the standard header files...
### Description: wxComboCtrl is supported by both wxPython and wxRuby, and there is a C++ sample app that uses it. I'm not sure yet how much wxUiEditor can offer given...
### Description: Changing a box sizer to a grid sizer changes all validator variable names in any children of the form (it adds a number at the end). This can...