Qt Quick UI design
You can use Qt Quick Designer to design Qt Quick based UIs in the Design mode.
Turn your wireframe into an interactive prototype by adding UI logic that lets your components apply actions or react to mock data from backend systems to simulate complex experiences. | |
Solve performance problems by optimizing graphical assets. | |
Fine-tune your UI for production. | |
Limitations of UI files (.ui.qml). | |
Use C++ plugins to expose custom components to Qt Quick applications. |
See also How to: Design Qt Quick UIs and Designing Qt Quick UIs.