Tools for Qt Widget-Based UIs

"Qt Designer opened from Qt Creator"

Qt provides a tool for widget-based design called Qt Designer. The tool is also integrated into a developer tool called Qt Creator. Both tools are installed by default when you install Qt.

In addition to the design tool, you'll need several Qt modules that contain Qt Widgets and the functionality needed in UIs. Most of this functionality is included in essential Qt modules that are always installed when you install Qt. Should you find out later that you need additional Qt modules, you can add them to your Qt installation using Qt Maintenance Tool.

Show me some examples

After the installation, you can open the examples directly from Qt Creator and run them on the desktop.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.