KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
63 stars 7 forks source link

Let forms override Project name_space #1374

Closed Randalphwa closed 8 months ago

Randalphwa commented 8 months ago

This PR makes it possible for a form to override a project's name_space.

Note that all this changes is the name_space of the form if the override is specified. The class name itself must still be unique within the project.

Closes #568