QML 보푸라기 경고 및 오류

다음은 모든 QML Lint 경고 및 오류 메시지에 대한 개요입니다.

Alias cycle

[별칭-주기] 별칭 속성이 별칭 주기의 일부입니다.

Attached property reuse

[첨부된 속성 재사용] 첨부된 유형이 여러 번 초기화되었습니다.

Cannot access singleton as a property of an object

[액세스-싱글톤-비아-객체] 싱글톤에 잘못 액세스했습니다.

Component is missing a required property

[required] 컴포넌트의 필수 속성이 바인딩되지 않았습니다.

Deprecated

[사용되지 않음] 사용되지 않는 속성 또는 유형이 사용되었습니다.

Duplicate bindings

[중복 프로퍼티 바인딩] 프로퍼티가 여러 번 바인딩되었습니다.

Duplicate id

[syntax.duplicate-ids] ID가 고유하지 않습니다.

Duplicated name

[중복된 이름] 여러 신호 또는 프로퍼티가 동일한 컴포넌트에서 동일한 이름을 공유합니다.

Id quotation

[syntax.id-quotation] 아이디에 따옴표가 있습니다.

Incompatible type

[호환되지 않는 유형] 객체, 값 또는 표현식이 호환되지 않는 유형에서 사용됩니다.

Inheritance cycle

[상속-주기] 컴포넌트가 자체에서 상속됩니다.

Invalid qmllint directives

[invalid-lint-directive] 잘못된 qmllint 주석.

Missing enum entry

[missing-enum-entry] 선언에서 열거형 값이 누락되었습니다.

Missing property

[missing-property] 존재하지 않는 속성에 값을 바인딩합니다.

Missing type

[missing-type] 바인딩 또는 별칭에 사용된 유형을 찾을 수 없습니다.

Multiline strings

[여러 줄 문자열] 문자열이 여러 줄에 걸쳐 있습니다.

Non-list property

[비목록 속성] 목록이 아닌 속성에 여러 값이 할당되었습니다.

Quick: Attached property type

빠른 첨부 속성 유형이 잘못 사용되었습니다.

Readonly property

[읽기 전용 속성] 읽기 전용 속성이 기록되었습니다.

Recursion depths errors

[재귀 깊이 오류] Qml 문 또는 표현식이 너무 깊게 중첩되었습니다.

Restricted type

[제한된 유형] 제한된 유형에 액세스했습니다.

Signal handler parameters

[signal-handler-parameters] 신호 처리기가 신호 유형을 충족하지 않습니다.

Syntax

[구문] 다양한 구문 오류가 있습니다.

Top level component

[최상위-컴포넌트] 루트 QML 유형이 컴포넌트입니다.

Uncreatable type

[생성할 수 없는 유형] 생성할 수 없는 유형입니다.

Unqualified

[자격 없음] ID 없이 외부 범위에 액세스하는 중입니다.

Unresolved alias

[해결되지 않은 별칭] 속성 별칭의 속성을 찾을 수 없습니다.

Unresolved type

[unresolved-type] 사용된 유형을 찾을 수 없습니다.

Unused imports

[unused-imports] 가져온 모듈의 유형이 사용되지 않았습니다.

Use proper function

[use-proper-function] 함수가 아닐 수 있는 것을 호출했습니다.

Var used before declaration

[var-used-before-declaration] 선언 전에 자바스크립트 변수가 사용되었습니다.

Warnings occurred while importing

[import] 가져온 모듈을 찾을 수 없습니다.

With

[with] With 문은 QML에서 강력히 권장하지 않습니다.

prefixed-import-type

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.