QML Lintの警告とエラー
以下はQML Lintの警告とエラーメッセージの概要です。
[alias-cycle] エイリアスプロパティはエイリアスサイクルの一部です。 | |
[attached-property-reuse] 付属の型が複数回初期化されました。 | |
[access-singleton-via-object] シングルトンに正しくアクセスできませんでした。 | |
[required] コンポーネントの required プロパティがバインドされていませんでした。 | |
[deprecated] 非推奨のプロパティまたは型が使用されました。 | |
[duplicate-property-binding] プロパティが複数回バインドされました。 | |
[syntax.duplicate-ids] id が一意ではありません。 | |
[duplicated-name] 同じコンポーネント内で複数のシグナルまたはプロパティが同じ名前を共有しています。 | |
[syntax.id-quotation] id に引用符があります。 | |
[互換性のない型] オブジェクト、値、または式が互換性のない型で使用されています。 | |
[inheritance-cycle] コンポーネントは自分自身から継承します。 | |
[invalid-lint-directive] 無効な qmllint コメントです。 | |
[missing-enum-entry] 列挙型の値が宣言にありません。 | |
[missing-property] 存在しないプロパティに値をバインドしています。 | |
[missing-type] バインディングまたはエイリアスで使用されている型が見つかりませんでした。 | |
[multiline-strings] 文字列が複数行にまたがっています。 | |
[non-list-property] リスト以外のプロパティに複数の値が割り当てられました。 | |
Quick 添付プロパティ・タイプの誤用。 | |
[read-only-property] 読み取り専用プロパティが記述されました。 | |
[recursion-depth-errors] Qml 文または式がネストされすぎています。 | |
[restricted-type] 制限された型にアクセスしました。 | |
[signal-handler-parameters] シグナルハンドラがシグナルタイプを満たしていない。 | |
[syntax] 様々な構文エラー。 | |
[top-level-component] ルートとなるQMLの型がコンポーネントである。 | |
[uncreatable-type]作成できない型。 | |
[unqualified] 外部スコープにidなしでアクセスする。 | |
[unresolved-alias] プロパティエイリアスのプロパティが見つかりませんでした。 | |
[unresolved-type] 使用されている型が見つかりませんでした。 | |
[unused-imports] インポートされたモジュールの型が使用されませんでした。 | |
[use-proper-function] 関数ではないかもしれないものを呼び出しています。 | |
[var-used-before-declaration] JavaScript変数が宣言前に使用されました。 | |
[import] インポートされたモジュールが見つからなかった。 | |
[with] QMLではwith文は強く推奨されません。 | |
BRIEF |
© 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.