Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.10.0
-
None
Description
Running qmllint on the the Coffee Machine example in Qt 6.10 produces 328 issues for me
[1/1 3.7/sec] cd /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee && /Users/kkoehne/Qt/6.10.0/macos/bin/qmllint @/Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/build/Qt_6_10_0_for_macOS-Debug/.rcc/qmllint/coffeemachine.rsp Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:206:17: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.anchors: anchors" [Quick.property-changes-parsed] anchors.top: coffeeText.bottom ^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:201:17: Property "backButton" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.backButton: backButton" [Quick.property-changes-parsed] backButton.opacity: 0 ^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:196:32: Property "previousState" is custom-parsed in PropertyChanges. You should phrase this binding as "applicationFlow.previousState: "Progress"" [Quick.property-changes-parsed] previousState: "Progress" ^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:195:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: applicationFlow ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:189:17: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.anchors: anchors" [Quick.property-changes-parsed] anchors.top: coffeeText.bottom ^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:184:17: Property "backButton" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.backButton: backButton" [Quick.property-changes-parsed] backButton.opacity: 0 ^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:179:32: Property "previousState" is custom-parsed in PropertyChanges. You should phrase this binding as "applicationFlow.previousState: "Insert"" [Quick.property-changes-parsed] previousState: "Insert" ^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:178:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: applicationFlow ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:172:17: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.anchors: anchors" [Quick.property-changes-parsed] anchors.top: coffeeText.bottom ^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:168:32: Property "previousState" is custom-parsed in PropertyChanges. You should phrase this binding as "applicationFlow.previousState: "Settings"" [Quick.property-changes-parsed] previousState: "Settings" ^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:167:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: applicationFlow ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:161:17: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.anchors: anchors" [Quick.property-changes-parsed] anchors.top: coffeeText.bottom ^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:157:32: Property "previousState" is custom-parsed in PropertyChanges. You should phrase this binding as "applicationFlow.previousState: "Coffee-selec..." [Quick.property-changes-parsed] previousState: "Coffee-selection" ^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:156:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: applicationFlow ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:150:17: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.anchors: anchors" [Quick.property-changes-parsed] anchors.top: coffeeText.bottom ^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:145:17: Property "backButton" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.backButton: backButton" [Quick.property-changes-parsed] backButton.opacity: 0 ^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:141:23: Property "text" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.text: "Coffee Selec..." [Quick.property-changes-parsed] text: "Coffee Selection" ^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:136:32: Property "previousState" is custom-parsed in PropertyChanges. You should phrase this binding as "applicationFlow.previousState: "Home"" [Quick.property-changes-parsed] previousState: "Home" ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:135:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: applicationFlow ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:129:17: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.anchors: anchors" [Quick.property-changes-parsed] anchors.top: coffeeText.bottom ^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:125:26: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.visible: false" [Quick.property-changes-parsed] visible: false ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:117:17: Property "themeButton" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.themeButton: themeButton" [Quick.property-changes-parsed] themeButton.opacity: 0 ^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:115:17: Property "backButton" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.backButton: backButton" [Quick.property-changes-parsed] backButton.opacity: 0 ^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlow.qml:119:17: Property "logo" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.logo: logo" [Quick.property-changes-parsed] logo.sourceSize.width: 70 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:59:20: Unqualified access [unqualified] state: applicationFlow.mode ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:99:20: Unqualified access [unqualified] state: applicationFlow.mode ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:105:25: Unqualified access [unqualified] foamAmount: applicationFlow.foamAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:106:25: Unqualified access [unqualified] milkAmount: applicationFlow.milkAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:107:27: Unqualified access [unqualified] coffeeAmount: applicationFlow.coffeeAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:108:20: Unqualified access [unqualified] state: applicationFlow.mode ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:114:20: Unqualified access [unqualified] state: applicationFlow.mode ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:120:23: Unqualified access [unqualified] brewTime: applicationFlow.brewTime ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:121:27: Unqualified access [unqualified] coffeeAmount: applicationFlow.coffeeAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:122:25: Unqualified access [unqualified] milkAmount: applicationFlow.milkAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:123:25: Unqualified access [unqualified] foamAmount: applicationFlow.foamAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:124:26: Unqualified access [unqualified] sugarAmount: applicationFlow.sugarAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:125:20: Unqualified access [unqualified] state: applicationFlow.mode ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:126:31: Unqualified access [unqualified] progressBarValue: root.progressBarValue ^^^^ Info: Set "pragma ComponentBehavior: Bound" in order to use IDs from outer components in nested components. pragma ComponentBehavior: Bound // Copyright (C) 2023 The Qt Company Ltd. Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:127:24: Unqualified access [unqualified] cup.state: root.progressCupState ^^^^ Info: Set "pragma ComponentBehavior: Bound" in order to use IDs from outer components in nested components. pragma ComponentBehavior: Bound // Copyright (C) 2023 The Qt Company Ltd. Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:133:25: Unqualified access [unqualified] foamAmount: applicationFlow.foamAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:134:25: Unqualified access [unqualified] milkAmount: applicationFlow.milkAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:135:27: Unqualified access [unqualified] coffeeAmount: applicationFlow.coffeeAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:136:26: Unqualified access [unqualified] sugarAmount: applicationFlow.sugarAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ApplicationFlowForm.ui.qml:137:20: Unqualified access [unqualified] state: applicationFlow.mode ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffeeForm.ui.qml:34:23: Property "flow" is custom-parsed in PropertyChanges. You should phrase this binding as "cards.flow: GridLayout.Le..." [Quick.property-changes-parsed] flow: GridLayout.LeftToRight ^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffeeForm.ui.qml:35:26: Property "columns" is custom-parsed in PropertyChanges. You should phrase this binding as "cards.columns: 4" [Quick.property-changes-parsed] columns: 4 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffeeForm.ui.qml:33:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: cards ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffeeForm.ui.qml:27:23: Property "rows" is custom-parsed in PropertyChanges. You should phrase this binding as "cards.rows: 2" [Quick.property-changes-parsed] rows: 2 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffeeForm.ui.qml:26:23: Property "flow" is custom-parsed in PropertyChanges. You should phrase this binding as "cards.flow: GridLayout.To..." [Quick.property-changes-parsed] flow: GridLayout.TopToBottom ^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffeeForm.ui.qml:25:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: cards ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffeeForm.ui.qml:51:23: Unqualified access [unqualified] cupsLeft: applicationFlow.cappuccinos ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffeeForm.ui.qml:58:23: Unqualified access [unqualified] cupsLeft: applicationFlow.lattes ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffeeForm.ui.qml:65:23: Unqualified access [unqualified] cupsLeft: applicationFlow.espressos ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffeeForm.ui.qml:72:23: Unqualified access [unqualified] cupsLeft: applicationFlow.macchiatos ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffee.qml:5:34: Unqualified access [unqualified] cappuccino.button.onClicked: applicationFlow.cappuccino() ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffee.qml:6:33: Unqualified access [unqualified] macchiato.button.onClicked: applicationFlow.macchiato() ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffee.qml:7:32: Unqualified access [unqualified] espresso.button.onClicked: applicationFlow.espresso() ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ChoosingCoffee.qml:8:29: Unqualified access [unqualified] latte.button.onClicked: applicationFlow.latte() ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:73:9: Duplicate binding on property 'coffeeCardCircle.states' [duplicate-property-binding] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:65:9: Note: previous binding on 'coffeeCardCircle.states' here [duplicate-property-binding] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:65:9: Could not find property "coffeeCardCircle.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:73:9: Could not find property "coffeeCardCircle.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:78:32: Property "implicitWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.implicitWidth: coffeeCardRec..." [Quick.property-changes-parsed] implicitWidth: coffeeCardRectangle.implicitWidth / 2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:70:32: Property "implicitWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.implicitWidth: coffeeCardRec..." [Quick.property-changes-parsed] implicitWidth: coffeeCardRectangle.implicitWidth / 1.5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:60:13: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.font: font" [Quick.property-changes-parsed] font.pixelSize: 10 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:55:37: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: 18 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:56:36: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: 18 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:54:21: Property "radius" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.radius: 6" [Quick.property-changes-parsed] radius: 6 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:55:13: Property "Layout" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.Layout: Layout" [Quick.property-changes-parsed] Layout.preferredHeight: 18 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:50:13: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.font: font" [Quick.property-changes-parsed] font.pixelSize: 10 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:46:13: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.font: font" [Quick.property-changes-parsed] font.pointSize: 10 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:42:13: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.font: font" [Quick.property-changes-parsed] font.pixelSize: 10 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:38:13: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.font: font" [Quick.property-changes-parsed] font.pixelSize: 14 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:28:23: Property "gradient" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.gradient: Colors.invert..." [Quick.property-changes-parsed] gradient: Colors.invertedGreenBorder ^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:27:20: Property "scale" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.scale: 0.9" [Quick.property-changes-parsed] scale: 0.9 ^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:23:23: Property "gradient" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.gradient: Colors.invert..." [Quick.property-changes-parsed] gradient: Colors.invertedGreenBorder ^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:22:20: Property "scale" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.scale: 0.9" [Quick.property-changes-parsed] scale: 0.9 ^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:13:29: Property "implicitHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.implicitHeight: ((application..." [Quick.property-changes-parsed] implicitHeight: ((applicationFlow.stack.height - ((applicationFlow.width / 2.4) / 1.36)) / 2) + 40 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:19:15: Unqualified access [unqualified] when: button.pressed ^^^^^^ Info: button is a member of a parent element. You can qualify the access with its id to avoid this warning. when: <id>.button.pressed ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCard.qml:75:19: Unqualified access [unqualified] when: applicationFlow.mode == "portrait" && ((Screen.height * Screen.devicePixelRatio) + (Screen.width * Screen.devicePixelRatio)) < 1200 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:47:32: Property "implicitWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "coffeeCardRectangle.implicitWidth: applicationFl..." [Quick.property-changes-parsed] implicitWidth: applicationFlow.width / 5 ^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:46:33: Property "implicitHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "coffeeCardRectangle.implicitHeight: applicationFl..." [Quick.property-changes-parsed] implicitHeight: applicationFlow.height / 2 ^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:45:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: coffeeCardRectangle ^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:38:32: Property "implicitWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "coffeeCardRectangle.implicitWidth: applicationFl..." [Quick.property-changes-parsed] implicitWidth: applicationFlow.width / 2.4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:36:33: Property "implicitHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "coffeeCardRectangle.implicitHeight: (applicationF..." [Quick.property-changes-parsed] implicitHeight: (applicationFlow.stack.height / 2) - 20 - (coffeeCardCircle.height / 2) Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:35:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: coffeeCardRectangle ^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:43:19: Unqualified access [unqualified] when: applicationFlow.mode == "landscape" ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:33:19: Unqualified access [unqualified] when: applicationFlow.mode == "portrait" ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:65:23: Unqualified access [unqualified] enabled: (cupsLeft != 0) ? true : false ^^^^^^^^ Info: cupsLeft is a member of a parent element. You can qualify the access with its id to avoid this warning. enabled: (root.cupsLeft != 0) ? true : false ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:87:31: Unqualified access [unqualified] text: coffeeName ^^^^^^^^^^ Info: coffeeName is a member of a parent element. You can qualify the access with its id to avoid this warning. text: root.coffeeName ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:96:31: Unqualified access [unqualified] text: ingredients ^^^^^^^^^^^ Info: ingredients is a member of a parent element. You can qualify the access with its id to avoid this warning. text: root.ingredients ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:115:35: Unqualified access [unqualified] text: time + " Mins" ^^^^ Info: time is a member of a parent element. You can qualify the access with its id to avoid this warning. text: root.time + " Mins" ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:131:39: Unqualified access [unqualified] text: cupsLeft ^^^^^^^^ Info: cupsLeft is a member of a parent element. You can qualify the access with its id to avoid this warning. text: root.cupsLeft ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:143:31: Unqualified access [unqualified] visible: (cupsLeft != 0) ? false : true ^^^^^^^^ Info: cupsLeft is a member of a parent element. You can qualify the access with its id to avoid this warning. visible: (root.cupsLeft != 0) ? false : true ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:153:43: Unqualified access [unqualified] text: "Out of " + coffeeName ^^^^^^^^^^ Info: coffeeName is a member of a parent element. You can qualify the access with its id to avoid this warning. text: "Out of " + root.coffeeName ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:164:33: Unqualified access [unqualified] shadowOpacity: (cupsLeft != 0) ? 0.5 : 0.0 ^^^^^^^^ Info: cupsLeft is a member of a parent element. You can qualify the access with its id to avoid this warning. shadowOpacity: (root.cupsLeft != 0) ? 0.5 : 0.0 ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CoffeeCardForm.ui.qml:197:29: Unqualified access [unqualified] shadowOpacity: (cupsLeft != 0) ? 0.5 : 0.0 ^^^^^^^^ Info: cupsLeft is a member of a parent element. You can qualify the access with its id to avoid this warning. shadowOpacity: (root.cupsLeft != 0) ? 0.5 : 0.0 ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Colors.qml:27:46: Unqualified access [unqualified] GradientStop { position: 0.0; color: currentTheme.cardColor } ^^^^^^^^^^^^ Info: currentTheme is a member of a parent element. You can qualify the access with its id to avoid this warning. GradientStop { position: 0.0; color: <id>.currentTheme.cardColor } ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Colors.qml:28:46: Unqualified access [unqualified] GradientStop { position: 1.0; color: currentTheme.borderColor } ^^^^^^^^^^^^ Info: currentTheme is a member of a parent element. You can qualify the access with its id to avoid this warning. GradientStop { position: 1.0; color: <id>.currentTheme.borderColor } ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Colors.qml:32:46: Unqualified access [unqualified] GradientStop { position: 0.0; color: currentTheme.borderColor } ^^^^^^^^^^^^ Info: currentTheme is a member of a parent element. You can qualify the access with its id to avoid this warning. GradientStop { position: 0.0; color: <id>.currentTheme.borderColor } ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Colors.qml:33:46: Unqualified access [unqualified] GradientStop { position: 1.0; color: currentTheme.cardColor } ^^^^^^^^^^^^ Info: currentTheme is a member of a parent element. You can qualify the access with its id to avoid this warning. GradientStop { position: 1.0; color: <id>.currentTheme.cardColor } ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Colors.qml:52:20: Unqualified access [unqualified] color: currentTheme.cardColor ^^^^^^^^^^^^ Info: currentTheme is a member of a parent element. You can qualify the access with its id to avoid this warning. color: <id>.currentTheme.cardColor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Colors.qml:59:20: Unqualified access [unqualified] color: currentTheme.cardColor ^^^^^^^^^^^^ Info: currentTheme is a member of a parent element. You can qualify the access with its id to avoid this warning. color: <id>.currentTheme.cardColor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomButtonForm.ui.qml:21:20: Property "scale" is custom-parsed in PropertyChanges. You should phrase this binding as "rectangle.scale: 0.9" [Quick.property-changes-parsed] scale: 0.9 ^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomButtonForm.ui.qml:20:21: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: rectangle ^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomButtonForm.ui.qml:42:23: Unqualified access [unqualified] text: buttonText ^^^^^^^^^^ Info: buttonText is a member of a parent element. You can qualify the access with its id to avoid this warning. text: button.buttonText ^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomButtonForm.ui.qml:43:25: Unqualified access [unqualified] color: (buttonColor ^^^^^^^^^^^ Info: buttonColor is a member of a parent element. You can qualify the access with its id to avoid this warning. color: (button.buttonColor ^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomButtonForm.ui.qml:51:26: Unqualified access [unqualified] visible: showIcon ^^^^^^^^ Info: showIcon is a member of a parent element. You can qualify the access with its id to avoid this warning. visible: button.showIcon ^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomSlider.qml:7:9: Could not find property "handle.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomSlider.qml:18:9: Could not find property "box.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomSlider.qml:30:9: Could not find property "liquidAmountText.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomSlider.qml:36:17: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.font: font" [Quick.property-changes-parsed] font.pixelSize: 8 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomSlider.qml:24:32: Property "implicitWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.implicitWidth: liquidAmountT..." [Quick.property-changes-parsed] implicitWidth: liquidAmountText.width + 4 ^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomSlider.qml:25:33: Property "implicitHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.implicitHeight: liquidAmountT..." [Quick.property-changes-parsed] implicitHeight: liquidAmountText.height + 2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomSlider.qml:13:24: Property "width" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.width: 10" [Quick.property-changes-parsed] width: 10 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomSliderForm.ui.qml:20:20: Property "scale" is custom-parsed in PropertyChanges. You should phrase this binding as "handle.scale: 1.1" [Quick.property-changes-parsed] scale: 1.1 ^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomSliderForm.ui.qml:19:21: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: handle ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomSliderForm.ui.qml:77:23: Unqualified access [unqualified] text: liquidAmount + "ml" ^^^^^^^^^^^^ Info: liquidAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. text: slider.liquidAmount + "ml" ^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomToolBar.qml:21:20: Property "scale" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.scale: 1.1" [Quick.property-changes-parsed] scale: 1.1 ^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomToolBar.qml:13:20: Property "scale" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.scale: 1.1" [Quick.property-changes-parsed] scale: 1.1 ^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomToolBar.qml:6:27: Unqualified access [unqualified] backButton.onClicked: applicationFlow.backButton() ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomToolBar.qml:7:28: Unqualified access [unqualified] themeButton.onClicked: applicationFlow.themeButton() ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomToolBar.qml:10:15: Unqualified access [unqualified] when: backButton.pressed ^^^^^^^^^^ Info: backButton is a member of a parent element. You can qualify the access with its id to avoid this warning. when: <id>.backButton.pressed ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/CustomToolBar.qml:18:15: Unqualified access [unqualified] when: themeButton.pressed ^^^^^^^^^^^ Info: themeButton is a member of a parent element. You can qualify the access with its id to avoid this warning. when: <id>.themeButton.pressed ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Cup.ui.qml:18:43: Unqualified access [unqualified] sourceSize.height: milk.height + (foamAmount * (cup.height / 700)) ^^^^^^^^^^ Info: foamAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. sourceSize.height: milk.height + (<id>.foamAmount * (cup.height / 700)) ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Cup.ui.qml:26:45: Unqualified access [unqualified] sourceSize.height: coffee.height + (milkAmount * (cup.height / 700)) ^^^^^^^^^^ Info: milkAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. sourceSize.height: coffee.height + (<id>.milkAmount * (cup.height / 700)) ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Cup.ui.qml:34:50: Unqualified access [unqualified] sourceSize.height: (cup.height / 6.4) + (coffeeAmount * (cup.height / 550)) ^^^^^^^^^^^^ Info: coffeeAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. sourceSize.height: (cup.height / 6.4) + (<id>.coffeeAmount * (cup.height / 550)) ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Cup.ui.qml:42:18: Unqualified access [unqualified] opacity: sugarAmount ^^^^^^^^^^^ Info: sugarAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. opacity: <id>.sugarAmount ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Home.qml:7:9: Could not find property "grid.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Home.qml:17:17: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.font: font" [Quick.property-changes-parsed] font.pixelSize: 14 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Home.qml:13:17: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.font: font" [Quick.property-changes-parsed] font.pixelSize: 28 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:41:39: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.minimumHeight: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:41:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.minimumHeight: 0 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:37:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.topMargin: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:35:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.preferredWidth: home.width / 4 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:31:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.topMargin: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:31:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.topMargin: 0 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:27:17: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.anchors: anchors" [Quick.property-changes-parsed] anchors.topMargin: 0 ^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:26:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: grid ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:20:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.topMargin: 20 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:18:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.preferredWidth: home.width / 2.2 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:35:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: home.width / 4 ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:36:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: home.height / 8 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:18:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: home.width / 2.2 ^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/HomeForm.ui.qml:19:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: home.height / 14 ^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Insert.qml:5:31: Unqualified access [unqualified] continueButton.onClicked: applicationFlow.continueButton() ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Insert.qml:6:29: Unqualified access [unqualified] cancelButton.onClicked: applicationFlow.cancelButton() ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:87:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 2 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:86:32: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.column: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:86:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.column: 0 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:80:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 2 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:79:32: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.column: 2 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:79:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.column: 2 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:75:36: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.columnSpan: 2 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:74:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:73:32: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.column: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:70:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.preferredWidth: root.width / 4 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:66:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:65:32: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.column: 2 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:62:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.alignment: Qt.AlignCenter ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:58:29: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.rowSpacing: 20" [Quick.property-changes-parsed] rowSpacing: 20 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:57:23: Property "rows" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.rows: 3" [Quick.property-changes-parsed] rows: 3 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:55:23: Property "flow" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.flow: GridLayout.Le..." [Quick.property-changes-parsed] flow: GridLayout.LeftToRight ^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:56:26: Property "columns" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.columns: 3" [Quick.property-changes-parsed] columns: 3 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:54:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: grid ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:46:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 3 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:46:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.row: 3 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:40:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 2 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:40:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.row: 2 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:33:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 1 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:33:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.row: 1 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:29:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:26:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.alignment: Qt.AlignCenter ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:20:29: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.rowSpacing: 20" [Quick.property-changes-parsed] rowSpacing: 20 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:22:23: Property "rows" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.rows: 4" [Quick.property-changes-parsed] rows: 4 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:19:23: Property "flow" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.flow: GridLayout.To..." [Quick.property-changes-parsed] flow: GridLayout.TopToBottom ^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:21:26: Property "columns" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.columns: 1" [Quick.property-changes-parsed] columns: 1 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:18:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: grid ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:62:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.alignment: Qt.AlignCenter ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:63:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 1.5 ^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:64:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 5 ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:70:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 4 ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:71:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: parent.height / 4 ^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:72:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:81:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 4 ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:82:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 8 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:88:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 4 ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:89:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 8 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:26:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.alignment: Qt.AlignCenter ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:27:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: height / 1.16 ^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:28:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 3 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:34:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.alignment: Qt.AlignCenter ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:35:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 1.12 ^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:36:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 7 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:41:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 2.2 ^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:42:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 14 ^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:47:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 2.2 ^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/InsertForm.ui.qml:48:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 14 ^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:48:9: Duplicate binding on property 'cup.states' [duplicate-property-binding] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:29:9: Note: previous binding on 'cup.states' here [duplicate-property-binding] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:29:9: Could not find property "cup.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:48:9: Could not find property "cup.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:93:9: Could not find property "caption.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:99:17: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.font: font" [Quick.property-changes-parsed] font.pixelSize: 16 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:64:30: Property "sugarAmount" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.sugarAmount: root.sugarAmount" [Quick.property-changes-parsed] sugarAmount: root.sugarAmount ^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:60:29: Property "foamAmount" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.foamAmount: root.foamAmount" [Quick.property-changes-parsed] foamAmount: root.foamAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:56:29: Property "milkAmount" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.milkAmount: root.milkAmount" [Quick.property-changes-parsed] milkAmount: root.milkAmount ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:52:31: Property "coffeeAmount" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.coffeeAmount: root.coffeeAm..." [Quick.property-changes-parsed] coffeeAmount: root.coffeeAmount ^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:45:30: Property "sugarAmount" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.sugarAmount: 0" [Quick.property-changes-parsed] sugarAmount: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:41:29: Property "foamAmount" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.foamAmount: 0" [Quick.property-changes-parsed] foamAmount: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:37:29: Property "milkAmount" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.milkAmount: 0" [Quick.property-changes-parsed] milkAmount: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:33:31: Property "coffeeAmount" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.coffeeAmount: 0" [Quick.property-changes-parsed] coffeeAmount: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:13:19: Unqualified access [unqualified] interval: brewTime ^^^^^^^^ Info: brewTime is a member of a parent element. You can qualify the access with its id to avoid this warning. interval: <id>.brewTime ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:16:13: Unqualified access [unqualified] applicationFlow.onFinished() ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:24:24: Unqualified access [unqualified] velocity: (contentItem.width / brewTime) * 1000 ^^^^^^^^^^^ Info: contentItem is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (<id>.contentItem.width / brewTime) * 1000 ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:24:44: Unqualified access [unqualified] velocity: (contentItem.width / brewTime) * 1000 ^^^^^^^^ Info: brewTime is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (contentItem.width / <id>.brewTime) * 1000 ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:72:21: Unqualified access [unqualified] target: cup ^^^ Info: cup is a member of a parent element. You can qualify the access with its id to avoid this warning. target: <id>.cup ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:74:24: Unqualified access [unqualified] velocity: (coffeeAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^^^^^ Info: coffeeAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (<id>.coffeeAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:74:39: Unqualified access [unqualified] velocity: (coffeeAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^ Info: brewTime is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (coffeeAmount / <id>.brewTime) * brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:74:51: Unqualified access [unqualified] velocity: (coffeeAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Info: brewingAnimationVelocityFactor is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (coffeeAmount / brewTime) * <id>.brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:77:21: Unqualified access [unqualified] target: cup ^^^ Info: cup is a member of a parent element. You can qualify the access with its id to avoid this warning. target: <id>.cup ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:79:24: Unqualified access [unqualified] velocity: (milkAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^^^ Info: milkAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (<id>.milkAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:79:37: Unqualified access [unqualified] velocity: (milkAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^ Info: brewTime is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (milkAmount / <id>.brewTime) * brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:79:49: Unqualified access [unqualified] velocity: (milkAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Info: brewingAnimationVelocityFactor is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (milkAmount / brewTime) * <id>.brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:82:21: Unqualified access [unqualified] target: cup ^^^ Info: cup is a member of a parent element. You can qualify the access with its id to avoid this warning. target: <id>.cup ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:84:24: Unqualified access [unqualified] velocity: (foamAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^^^ Info: foamAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (<id>.foamAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:84:37: Unqualified access [unqualified] velocity: (foamAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^ Info: brewTime is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (foamAmount / <id>.brewTime) * brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:84:49: Unqualified access [unqualified] velocity: (foamAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Info: brewingAnimationVelocityFactor is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (foamAmount / brewTime) * <id>.brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:87:21: Unqualified access [unqualified] target: cup ^^^ Info: cup is a member of a parent element. You can qualify the access with its id to avoid this warning. target: <id>.cup ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:89:24: Unqualified access [unqualified] velocity: (sugarAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^^^^ Info: sugarAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (<id>.sugarAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:89:38: Unqualified access [unqualified] velocity: (sugarAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^ Info: brewTime is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (sugarAmount / <id>.brewTime) * brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Progress.qml:89:50: Unqualified access [unqualified] velocity: (sugarAmount / brewTime) * brewingAnimationVelocityFactor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Info: brewingAnimationVelocityFactor is a member of a parent element. You can qualify the access with its id to avoid this warning. velocity: (sugarAmount / brewTime) * <id>.brewingAnimationVelocityFactor ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:61:38: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.bottomMargin: 10 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:61:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.bottomMargin: 10 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:56:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.preferredWidth: root.width / 2.5 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:50:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.alignment: Qt.AlignCenter | Qt.AlignTop ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:46:29: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.rowSpacing: 10" [Quick.property-changes-parsed] rowSpacing: 10 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:45:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: grid ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:38:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.preferredWidth: root.width / 1.12 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:32:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.alignment: Qt.AlignCenter | Qt.AlignTop ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:50:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.alignment: Qt.AlignCenter | Qt.AlignTop ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:51:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: height / 1.16 ^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:52:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 2.5 ^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:56:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 2.5 ^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:57:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 5 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:32:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.alignment: Qt.AlignCenter | Qt.AlignTop ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:33:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: height / 1.16 ^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:34:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 3 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:38:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 1.12 ^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:39:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 7 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ProgressForm.ui.qml:114:20: Unqualified access [unqualified] value: progressBarValue ^^^^^^^^^^^^^^^^ Info: progressBarValue is a member of a parent element. You can qualify the access with its id to avoid this warning. value: root.progressBarValue ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Ready.qml:17:9: Could not find property "grid.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Ready.qml:28:9: Could not find property "caption.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Ready.qml:34:17: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.font: font" [Quick.property-changes-parsed] font.pixelSize: 16 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Ready.qml:23:29: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.rowSpacing: 10" [Quick.property-changes-parsed] rowSpacing: 10 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Ready.qml:13:13: Unqualified access [unqualified] applicationFlow.onReturnToStart() ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:43:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.preferredWidth: root.width / 2.5 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:37:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.alignment: Qt.AlignCenter | Qt.AlignTop ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:29:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.preferredWidth: root.width / 1.12 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:24:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.preferredWidth: height / 1.16 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:37:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.alignment: Qt.AlignCenter | Qt.AlignTop ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:38:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.height / 3 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:39:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 2.5 ^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:43:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 2.5 ^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:44:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 5 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:24:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: height / 1.16 ^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:25:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 3 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:29:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 1.12 ^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/ReadyForm.ui.qml:30:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 7 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:7:9: Could not find property "rectangle.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:26:9: Could not find property "handle.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:38:9: Could not find property "box.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:51:9: Could not find property "sugarText.states". [missing-property] State { ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:56:17: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.font: font" [Quick.property-changes-parsed] font.pixelSize: 8 ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:45:32: Property "implicitWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.implicitWidth: sugarText.wid..." [Quick.property-changes-parsed] implicitWidth: sugarText.width + 4 ^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:46:33: Property "implicitHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.implicitHeight: sugarText.hei..." [Quick.property-changes-parsed] implicitHeight: sugarText.height + 2 ^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:33:24: Property "width" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.width: 10" [Quick.property-changes-parsed] width: 10 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:22:20: Property "scale" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.scale: 1.1" [Quick.property-changes-parsed] scale: 1.1 ^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:13:32: Property "textPixelSize" is custom-parsed in PropertyChanges. You should phrase this binding as "<id>.textPixelSize: 14" [Quick.property-changes-parsed] textPixelSize: 14 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:19:15: Unqualified access [unqualified] when: sugarSlider.pressed ^^^^^^^^^^^ Info: sugarSlider is a member of a parent element. You can qualify the access with its id to avoid this warning. when: <id>.sugarSlider.pressed ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:76:9: Unqualified access [unqualified] applicationFlow.sugarAmount = sugarSlider.value ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:63:30: Unqualified access [unqualified] confirmButton.onClicked: applicationFlow.confirmButton() ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:66:9: Unqualified access [unqualified] applicationFlow.coffeeAmount = coffeeSlider.value ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:70:9: Unqualified access [unqualified] applicationFlow.milkAmount = milkSlider.value ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/Settings.qml:73:9: Unqualified access [unqualified] applicationFlow.foamAmount = foamSlider.value ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:86:36: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.columnSpan: 3 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:85:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 1 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:84:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:80:32: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.column: 2 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:76:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.preferredWidth: root.width / 2 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:68:32: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.column: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:68:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.column: 0 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:63:23: Property "rows" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.rows: 2" [Quick.property-changes-parsed] rows: 2 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:62:23: Property "flow" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.flow: GridLayout.Le..." [Quick.property-changes-parsed] flow: GridLayout.LeftToRight ^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:64:26: Property "columns" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.columns: 3" [Quick.property-changes-parsed] columns: 3 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:61:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: grid ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:53:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 2 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:52:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.alignment: Qt.AlignHCenter ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:46:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 1 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:46:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.row: 1 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:40:29: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.row: 0 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:40:17: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed] Layout.row: 0 ^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:36:29: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.rowSpacing: 20" [Quick.property-changes-parsed] rowSpacing: 20 ^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:34:23: Property "rows" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.rows: 3" [Quick.property-changes-parsed] rows: 3 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:33:23: Property "flow" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.flow: GridLayout.To..." [Quick.property-changes-parsed] flow: GridLayout.TopToBottom ^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:35:26: Property "columns" is custom-parsed in PropertyChanges. You should phrase this binding as "grid.columns: 1" [Quick.property-changes-parsed] columns: 1 ^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:32:25: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed] target: grid ^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:69:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 4 ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:70:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 5 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:71:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:76:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 2 ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:77:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 1.4 ^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:78:36: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.leftMargin: root.width / 20 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:79:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.alignment: Qt.AlignBottom ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:84:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:87:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 4 ^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:88:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 8 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:41:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: height / 1.16 ^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:42:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 3 ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:47:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 1.12 ^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:48:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 2.5 ^^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:52:35: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.alignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:54:40: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredWidth: root.width / 2.2 ^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:55:41: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type] Layout.preferredHeight: root.height / 14 ^^^^^^^^^^^^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:148:40: Unqualified access [unqualified] value: coffeeAmount ^^^^^^^^^^^^ Info: coffeeAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. value: root.coffeeAmount ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:180:40: Unqualified access [unqualified] value: milkAmount ^^^^^^^^^^ Info: milkAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. value: root.milkAmount ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:212:40: Unqualified access [unqualified] value: foamAmount ^^^^^^^^^^ Info: foamAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. value: root.foamAmount ^^^^^ Warning: /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/coffee/SettingsForm.ui.qml:244:40: Unqualified access [unqualified] value: sugarAmount ^^^^^^^^^^^ Info: sugarAmount is a member of a parent element. You can qualify the access with its id to avoid this warning. value: root.sugarAmount ^^^^^
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
-