QML静的解析チュートリアル

このチュートリアルでは、QMLコードを静的に解析するためのAPIであるQQmlSA について紹介します。

このチュートリアルでは、基本的な qmllint プラグインのセットアップ方法、独自の解析パスの作成方法、そして fixit-hints のサポートについて学びます。

第1章は最小限のプラグインから始まり、次の章では新しい概念を紹介します。

チュートリアルのソースコードはexamples/qmlcompiler/tutorials/helloworld ディレクトリにあります。

チュートリアルの章

  1. 基本セットアップ
  2. カスタムパス
  3. Fixitのヒント

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