Add link to wxUiEditor in list of XRC tools

The most recent form designer, current with the XRC changes added up
through wxWidgets 3.2.0, and also the only tool that creates XRC file(s)
directly instead of requiring cut/paste.

Closes #22709.
This commit is contained in:
Randalphwa 2022-08-05 09:28:33 -07:00 committed by Vadim Zeitlin
parent f602123012
commit f242ad534b

View file

@ -57,6 +57,8 @@ specialised tool. Examples of these include:
can output C++, XRC or python.
@li wxCrafter (free version) <http://www.codelite.org/wxcrafter/>, a C++-based
form designer that can output C++ or XRC.
@li wxUiEditor <https://github.com/KeyWorksRW/wxUiEditor>, a C++-based
form designer that can output C++ or XRC.
There's a more complete list at <https://wiki.wxwidgets.org/Tools>