QMLリファレンス

QMLは、高度に動的なアプリケーションを作成するためのマルチパラダイム言語です。QML では、UI コンポーネントなどのアプリケーションのビルディングブロックを宣言し、 様々なプロパティを設定してアプリケーションの動作を定義します。アプリケーションの動作は、この言語のサブセットである JavaScript を使ってさらにスクリプト化することができます。さらに、QMLはQtを多用しており、QMLアプリケーションから型やその他のQtの機能に直接アクセスすることができます。

このリファレンスガイドでは、QML言語の機能について説明します。このリファレンスガイドにあるQMLの型の多くは Qt Qmlまたは Qt Quickモジュールに由来しています。

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