Qt Designer

In addition, the QFormBuilder class provides the possibility of constructing user interfaces from UI files at run-time.

Getting Started

To use Qt Designer classes,add this directive into the C++ files:

#include <QtDesigner>

To link against the Qt Designer module, add this line to the project file:

CONFIG += designer

Articles and Guides

These articles contain information about Qt Designer.

API Reference

These are links to the API reference material.

© 2018 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.