Qt Quick UI设计

您可以使用Qt Quick Designer在Design 模式下设计基于Qt Quick 的用户界面。

Creating UI logic

通过添加 UI 逻辑,将您的线框图转化为交互式原型,使组件能够执行操作或响应来自后端系统的模拟数据,从而模拟复杂的用户体验。

Optimizing designs

通过优化图形资源来解决性能问题。

Production quality

针对生产环境对 UI 进行微调。

UI files

UI 文件 (.ui.qml) 的限制。

Using QML modules with plugins

使用 C++ 插件将自定义组件暴露给Qt Quick 应用程序。

另请参阅 《如何:设计Qt Quick UI》和《设计Qt Quick UI》。

Copyright © The Qt Company Ltd. and other contributors. 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.