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: While **wxGlade** only support a small subset of the **wxWidgets** controls that **wxFormBuilder** supports, it does have significantly better support for Python code. We need to take a...

code review/refactor

### Description: When importing multiple projects into a single project, it would make sense to look at whether the project contains more than one form, and if that is the...

enhancement

If cells are added to a wxGridBagSizer out of order (e.g., adding row 0 cells when there is already a row 1), the items in the navigation display will be...

enhancement

### Description: While I was never able to get any app that used wxWidgets to build on WSL2, I'm sure the problem is surmountable, and is probably mostly due to...

enhancement

### Description: Creating an MDI application is quite a bit more complicated than the more common SDI approach. While the frame window won't really benefit much from a RAD tool,...

enhancement

### Description: Passing the default GUI font to the FontPickerGenerator is not working correctly. On Windows 10, this is showing up as Arial instead of Segoe UI. This will require...

bug
xrc

### Description: If we can find the resource file, we can then process it and convert any images into an Embed image type.

enhancement

### Description: Currently, a custom control cannot have children -- which is a significant problem if it's designed to replace a book or other container type. At the very least,...

enhancement

### Description: Not generating default styles makes the code line shorter, however it assumes the reader knows what the default style is. Unless the default style is common or obvious,...

design change

### Description: **wxWidgets** 3.1.6 does still uses **wxBitmap** for all of the **wxRibbon** classes. If the user is only using a single bitmap file, this won't matter. However, if they...

enhancement