wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

RAD tool used to create and maintain wxWidgets UI elements.

Results 110 wxUiEditor issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

enhancement

### 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...

code review/refactor

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

enhancement

### 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...

enhancement
needs more info

### 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...

bug