提供从 C++ 设置控件的类。 更多...
QQuickAttachedPropertyPropagator | Way to propagate attached properties |
QQuickStyle | 允许配置应用程序样式 |
The C++ types can be included into your application using the following include statement:
#include <QtQuickControls2>
注意: 若正在使用来自此模块的一些类,推荐仅包括那些特定类而不是模块。
要链接到相应 C++ 库,将以下添加到 qmake 工程文件:
QT += quickcontrols2
The Qt Quick Controls 页面包含如何使用模块的有关信息。