Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.10.0 Beta1
-
None
Description
The Robot Arm application example prints quite some qmllint warnings:
/Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/imports/RobotArm/Constants.qml:13: warning: Member "font" not found on type "QQmlApplication" [missing-property] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/imports/RobotArm/Constants.qml:14: warning: Member "font" not found on type "QQmlApplication" [missing-property] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/imports/RobotArm/Constants.qml:17: warning: Member "font" not found on type "QQmlApplication" [missing-property] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/imports/RobotArm/Constants.qml:18: warning: Member "font" not found on type "QQmlApplication" [missing-property] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/App.qml:5: warning: Warnings occurred while importing module "RobotArm": [import] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/App.qml:8: warning: Unqualified access [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/App.qml:9: warning: Unqualified access [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:117: warning: Implicitly defining "onClicked" as signal handler in Connections is deprecated. Create a function instead: "function onClicked() { ... }". [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:135: warning: Implicitly defining "onClicked" as signal handler in Connections is deprecated. Create a function instead: "function onClicked() { ... }". [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:153: warning: Implicitly defining "onClicked" as signal handler in Connections is deprecated. Create a function instead: "function onClicked() { ... }". [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:171: warning: Implicitly defining "onClicked" as signal handler in Connections is deprecated. Create a function instead: "function onClicked() { ... }". [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:378: warning: Property "z" is custom-parsed in PropertyChanges. You should phrase this binding as "roboArm.z: 100" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:374: warning: Property "scale" is custom-parsed in PropertyChanges. You should phrase this binding as "roboArm.scale: scale" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:377: warning: Property "y" is custom-parsed in PropertyChanges. You should phrase this binding as "roboArm.y: 280" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:373: warning: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:347: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.topPadding: 15" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:350: warning: Property "buttonRowWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.buttonRowWidth: width * 0.2" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:348: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 45" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:351: warning: Property "buttonMinWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.buttonMinWidth: 75" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:346: warning: Property "sliderWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.sliderWidth: width * 0.85" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:349: warning: Property "bottomPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.bottomPadding: 0" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:345: warning: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:337: warning: Property "z" is custom-parsed in PropertyChanges. You should phrase this binding as "roboArm.z: 150" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:333: warning: Property "scale" is custom-parsed in PropertyChanges. You should phrase this binding as "roboArm.scale: scale" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:336: warning: Property "y" is custom-parsed in PropertyChanges. You should phrase this binding as "roboArm.y: 250" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:332: warning: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:316: warning: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "slidersColumn.anchors: anchors" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:315: warning: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:307: warning: Property "buttonRowWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.buttonRowWidth: width * 0.2" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:306: warning: Property "sliderWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.sliderWidth: width * 0.4" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:308: warning: Property "bottomPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.bottomPadding: 20" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:305: warning: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:297: warning: Property "z" is custom-parsed in PropertyChanges. You should phrase this binding as "roboArm.z: -200" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:296: warning: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:288: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.topPadding: 15" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:291: warning: Property "buttonRowWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.buttonRowWidth: width * 0.2" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:287: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 45" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:292: warning: Property "buttonMinWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.buttonMinWidth: 75" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:290: warning: Property "sliderWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.sliderWidth: width * 0.4" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:289: warning: Property "bottomPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.bottomPadding: 0" [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:286: warning: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:273: warning: Reading non-constant and non-notifiable property status. Binding might not update when the property changes. [stale-property-read] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:357: warning: Unqualified access [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/MainScreen.ui.qml:312: warning: Unqualified access [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/NodeIndicator.qml:35: warning: Invalid color "transparent". [Quick.color] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/NodeIndicator.qml:14: warning: Cannot assign binding of type QQuickItem to QQuick3DViewport [incompatible-type] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/NodeIndicator.qml:38: warning: Member "accentColor" not found on type "QQuick3DMaterial" [missing-property] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/NodeIndicator.qml:38: warning: Member "secondaryTextColor" not found on type "QQuick3DMaterial" [missing-property] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/RoboticArm.ui.qml:43: warning: Unqualified access [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/RoboticArm.ui.qml:57: warning: Unqualified access [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/RoboticArm.ui.qml:66: warning: Unqualified access [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/RoboticArm.ui.qml:86: warning: Unqualified access [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/RoboticArm.ui.qml:113: warning: Unqualified access [unqualified] /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/robotarm/content/RoboticArm.ui.qml:133: warning: Unqualified access [unqualified]
Attachments
Issue Links
- is required for
-
QTBUG-137075 Make all Qt Application Examples warning free
-
- Open
-
- resulted from
-
QTBUG-110934 Make our published QML code as free of qmllint errors/warnings as possible
-
- Open
-