Qt Quick Controls C++ Classes

C++からコントロールを設定するためのクラスを提供します。詳細...

クラス

QQuickAttachedPropertyPropagator

アタッチされたプロパティを伝播する方法

QQuickStyle

アプリケーション・スタイルの設定

詳細説明

C++型は、以下のinclude文を使用してアプリケーションに含めることができます:

#include <QtQuickControls2>

注意: このモジュールからいくつかのクラスを使用する場合は、モジュールではなく、特定のクラスのみをインクルードすることをお勧めします。

対応する C++ ライブラリに対してリンクするには、qmake プロジェクト・ファイルに以下を追加します:

QT += quickcontrols2

この Qt Quick Controlsページには、モジュールの使用方法に関する情報が含まれています。

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