Designing UIs

To create intuitive, modern-looking, fluid user interfaces (UI), use Qt Quick and Qt Design Studio.
Converting a project that has a .qmlproject file to one that has a .pro file. | |
A visual editor for QML files (.qml) and Qt Design Studio UI files (.ui.qml). | |
Limitations of Qt Design Studio UI files (.ui.qml). | |
Using C++ plugins to expose custom components to Qt Quick applications. |
Use the QML live preview to preview a QML file or an entire Qt Quick application on the desktop, as well as on Android and embedded Linux devices. The changes you make to the UI are instantly visible to you in the preview.
If you need a traditional user interface that has a clear structure and enforces a platform look and feel, use Qt Widgets and the integrated Qt Widgets Designer.
Adding widgets to Qt Widgets Designer by creating plugins that extend Qt applications. | |
A visual editor for Qt Widgets. |
See also How to: Design UIs.