Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.9.0
-
None
Description
Opening the Calqlatr application example with qmlls results in the following warnings:
CalculatorButton.qml:22: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "buttonText.font: font" [Quick.property-changes-parsed] CalculatorButton.qml:21: warning: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] CalculatorButton.qml:18: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "button.height: window.height..." [Quick.property-changes-parsed] CalculatorButton.qml:17: warning: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] CalculatorButton.qml:15: warning: Unqualified access [unqualified] CalculatorButton.qml:15: warning: Unqualified access [unqualified]
Attachments
Issue Links
- is required for
-
QTBUG-137075 Make all Qt Application Examples warning free
-
- Open
-