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: wxDatePickerCtrl can use a wxGenericValidator -- but we currently don't have any UI for it, or code to support it.

enhancement

### Description: Once a derived file has been generated or created by the user, there is no longer any reason for wxUiEditor to consider it in functions like getOutputType() or...

enhancement

### Description: The code base has been under development for several years, and over time different conventions have been used for function names. That can make it a bit confusing...

code review/refactor

### Description: The new Unused testing dialog reveals that we have 22 generators not currently being used in the SDI testing app. This is the current list: - [x] Check3State...

### Description: With XRC, if wxUiEditor supports a control and/or properties that XRC doesn't support, a comment is made to that effect in the XRC panel display (which is removed...

question
xrc
wxPython

### Description: The upside of creating a form version of wxPanel, wxToolBar, wxMenu, etc. is that it avoids having an extremely large source code file. The downside is that you...

enhancement

### Description: The context menu for wxDataListCtrl should have a command for adding a dataViewListColumn. In addition, if the user has wxDataListCtrl selected, clicking the `DataView Column` in the Ribbon...

enhancement

### Description: Adding a toolbar between the name of the language and the notebook that has the tabs would give us several additional options for commands: - Font: allow the...

enhancement

### Description: wxUiEditor supports generating code for wxWidgets 3.1. However, because it is built with wxWidgets 3.2, the list of Art images contains many of the new svg images that...

bug

### Description: It would probably make sense to turn the Grid button into a dropdown that lets the user choose between wxGrid and wxGridStringTable. This would certainly be useful as...

enhancement