Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-138188

Thermostat: qmllint warnings

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • 6.10
    • 6.10.0 Beta1
    • QML: Tooling
    • None

    Description

      When checking the Thermostat application example in Qt 6.10 beta packages with qmllint , following warnings are generated

      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/Thermostat/AppSettings.qml:9: warning: Member "colorScheme" not found on type "QObject" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomComboBox.qml:46: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomDial.qml:72: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomRadioButton.qml:32: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:92: warning: Property "indicatorHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.indicatorHeight: 15" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:91: warning: Property "indicatorWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.indicatorWidth: 35" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:94: warning: Property "separatorEndPos" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.separatorEndPos: 22" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:95: warning: Property "separatorHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.separatorHeight: 6" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:90: warning: Property "circleSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.circleSize: 12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:93: warning: Property "separatorStartPos" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.separatorStartPos: 12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:89: 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/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:79: warning: Property "indicatorHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.indicatorHeight: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:78: warning: Property "indicatorWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.indicatorWidth: 55" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:81: warning: Property "separatorEndPos" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.separatorEndPos: 35" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:82: warning: Property "separatorHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.separatorHeight: 9" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:77: warning: Property "circleSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.circleSize: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:80: warning: Property "separatorStartPos" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.separatorStartPos: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml:76: 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/thermostat/imports/ThermostatCustomControls/CustomTextField.qml:31: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:6: warning: Warnings occurred while importing module "QtCharts": [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:184: warning: Property "fontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.fontSize: 8" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:187: warning: Property "barWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.barWidth: 0.6" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:185: warning: Property "axisFontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.axisFontSize: 10" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:188: warning: Property "dropShadowEnabled" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.dropShadowEnabled: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:186: warning: Property "lineWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.lineWidth: 2" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:183: 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/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:172: warning: Property "fontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.fontSize: 10" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:175: warning: Property "barWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.barWidth: 0.7" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:173: warning: Property "axisFontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.axisFontSize: 8" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:176: warning: Property "dropShadowEnabled" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.dropShadowEnabled: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:174: warning: Property "lineWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.lineWidth: 2" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:171: 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/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:160: warning: Property "fontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.fontSize: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:163: warning: Property "barWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.barWidth: 0.5" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:161: warning: Property "axisFontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.axisFontSize: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:164: warning: Property "dropShadowEnabled" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.dropShadowEnabled: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:162: warning: Property "lineWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.lineWidth: 5" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:159: 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/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:120: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:135: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml:136: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TemperatureLabel.qml:91: warning: Property "smallFontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.smallFontSize: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TemperatureLabel.qml:89: warning: Property "fontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.fontSize: 56" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TemperatureLabel.qml:88: warning: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rowSpacing: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TemperatureLabel.qml:90: warning: Property "columnSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.columnSpacing: 12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TemperatureLabel.qml:87: 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/thermostat/imports/ThermostatCustomControls/TemperatureLabel.qml:80: warning: Property "smallFontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.smallFontSize: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TemperatureLabel.qml:78: warning: Property "fontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.fontSize: 96" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TemperatureLabel.qml:77: warning: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rowSpacing: 7" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TemperatureLabel.qml:79: warning: Property "columnSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.columnSpacing: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TemperatureLabel.qml:76: 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/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:197: warning: Property "fontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.fontSize: 10" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:195: warning: Property "shapeWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.shapeWidth: 8" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:191: warning: Property "thermostatSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.thermostatSize: 144" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:196: warning: Property "handleSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.handleSize: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:199: warning: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rowSpacing: 110" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:192: warning: Property "dotsRadius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.dotsRadius: 82" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:198: warning: Property "dotSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.dotSize: 4" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:200: warning: Property "buttonSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.buttonSize: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:193: warning: Property "shapeRadius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.shapeRadius: 49" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:194: warning: Property "tempRadius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.tempRadius: 105" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:190: 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/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:187: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "root.height: 225" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:186: warning: Property "width" is custom-parsed in PropertyChanges. You should phrase this binding as "root.width: 250" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:185: 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/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:175: warning: Property "fontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.fontSize: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:173: warning: Property "shapeWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.shapeWidth: 10" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:169: warning: Property "thermostatSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.thermostatSize: 175" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:174: warning: Property "handleSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.handleSize: 18" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:177: warning: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rowSpacing: 120" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:170: warning: Property "dotsRadius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.dotsRadius: 100" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:176: warning: Property "dotSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.dotSize: 6" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:178: warning: Property "buttonSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.buttonSize: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:171: warning: Property "shapeRadius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.shapeRadius: 60" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:172: warning: Property "tempRadius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.tempRadius: 128" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:168: 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/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:165: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "root.height: 300" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:164: warning: Property "width" is custom-parsed in PropertyChanges. You should phrase this binding as "root.width: 327" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:163: 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/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:153: warning: Property "fontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.fontSize: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:151: warning: Property "shapeWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.shapeWidth: 18" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:147: warning: Property "thermostatSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.thermostatSize: 300" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:152: warning: Property "handleSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.handleSize: 32" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:155: warning: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rowSpacing: 190" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:148: warning: Property "dotsRadius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.dotsRadius: 172" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:154: warning: Property "dotSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.dotSize: 8" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:156: warning: Property "buttonSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.buttonSize: 32" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:149: warning: Property "shapeRadius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.shapeRadius: 103" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:150: warning: Property "tempRadius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.tempRadius: 228" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:146: 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/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:143: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "root.height: 472" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:142: warning: Property "width" is custom-parsed in PropertyChanges. You should phrase this binding as "root.width: 520" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:141: 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/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml:20: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:142: warning: Property "hourSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.hourSize: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:147: warning: Property "itemTopMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.itemTopMargin: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:144: warning: Property "itemHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.itemHeight: 110" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:146: warning: Property "bottomHourVisibility" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.bottomHourVisibility: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:143: warning: Property "itemWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.itemWidth: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:145: warning: Property "columnHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.columnHeight: 110" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:141: 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/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:138: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "root.height: 150" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:137: warning: Property "width" is custom-parsed in PropertyChanges. You should phrase this binding as "root.width: 388" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:136: 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/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:124: warning: Property "hourSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.hourSize: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:129: warning: Property "itemTopMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.itemTopMargin: 32" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:126: warning: Property "itemHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.itemHeight: 110" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:128: warning: Property "bottomHourVisibility" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.bottomHourVisibility: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:125: warning: Property "itemWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.itemWidth: 13" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:127: warning: Property "columnHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.columnHeight: 110" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:123: 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/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:120: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "root.height: 150" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:119: warning: Property "width" is custom-parsed in PropertyChanges. You should phrase this binding as "root.width: 326" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:118: 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/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:106: warning: Property "hourSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.hourSize: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:111: warning: Property "itemTopMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.itemTopMargin: 55" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:108: warning: Property "itemHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.itemHeight: 120" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:110: warning: Property "bottomHourVisibility" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.bottomHourVisibility: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:107: warning: Property "itemWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.itemWidth: 40" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:109: warning: Property "columnHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.columnHeight: 165" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:105: 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/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:102: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "root.height: 200" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:101: warning: Property "width" is custom-parsed in PropertyChanges. You should phrase this binding as "root.width: 1010" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:100: 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/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:24: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:44: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:52: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:52: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/imports/ThermostatCustomControls/TimeSelector.qml:70: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/App.qml:5: warning: Warnings occurred while importing module "Thermostat": [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/App.qml:10: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/App.qml:11: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/App.qml:25: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/App.qml:28: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/App.qml:31: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/App.qml:34: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/BottomBarForm.ui.qml:41: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/BottomBarForm.ui.qml:24: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/BottomBarForm.ui.qml:25: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/BottomBarForm.ui.qml:38: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/BottomBarForm.ui.qml:50: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/BottomBarForm.ui.qml:55: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/BottomBarForm.ui.qml:56: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/BottomBarForm.ui.qml:57: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/BottomBarForm.ui.qml:56: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/BottomBarForm.ui.qml:59: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:102: warning: RoomsModel was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:225: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "toolBar.height: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:224: 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/thermostat/content/HomePageForm.ui.qml:218: warning: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:221: warning: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:220: warning: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:219: warning: Property "sourceSize" is custom-parsed in PropertyChanges. You should phrase this binding as "qtLogo.sourceSize: sourceSize" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:218: warning: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:217: 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/thermostat/content/HomePageForm.ui.qml:214: warning: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "stackView.anchors: anchors" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:213: 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/thermostat/content/HomePageForm.ui.qml:210: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "bottomMenu.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:209: 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/thermostat/content/HomePageForm.ui.qml:206: warning: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "sideMenu.anchors: anchors" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:205: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "sideMenu.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:204: 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/thermostat/content/HomePageForm.ui.qml:191: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "toolBar.height: 56" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:190: 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/thermostat/content/HomePageForm.ui.qml:184: warning: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:187: warning: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:186: warning: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:185: warning: Property "sourceSize" is custom-parsed in PropertyChanges. You should phrase this binding as "qtLogo.sourceSize: sourceSize" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:184: warning: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:183: 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/thermostat/content/HomePageForm.ui.qml:180: warning: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "stackView.anchors: anchors" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:179: 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/thermostat/content/HomePageForm.ui.qml:176: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "bottomMenu.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:175: 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/thermostat/content/HomePageForm.ui.qml:172: warning: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "sideMenu.anchors: anchors" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:171: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "sideMenu.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:170: 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/thermostat/content/HomePageForm.ui.qml:157: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "toolBar.height: 39" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:156: 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/thermostat/content/HomePageForm.ui.qml:150: warning: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:153: warning: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:152: warning: Layout attached property must be attached to an object deriving from Item [Quick.attached-property-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:151: warning: Property "sourceSize" is custom-parsed in PropertyChanges. You should phrase this binding as "qtLogo.sourceSize: sourceSize" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:150: warning: Unknown property "Layout" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:149: 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/thermostat/content/HomePageForm.ui.qml:146: warning: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "stackView.anchors: anchors" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:145: 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/thermostat/content/HomePageForm.ui.qml:142: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "bottomMenu.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:141: 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/thermostat/content/HomePageForm.ui.qml:138: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "sideMenu.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:137: 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/thermostat/content/HomePageForm.ui.qml:52: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:23: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:49: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:49: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:46: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:47: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:48: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:52: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:52: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:59: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:201: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:230: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:167: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:167: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:196: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:134: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/HomePageForm.ui.qml:161: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:101: warning: CustomSwitch was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:131: warning: TemperatureLabel was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:23: warning: Cannot resolve alias "isEnabled" [unresolved-alias]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:134: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:134: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:137: warning: Could not find property "isEnabled". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:138: warning: Could not find property "isHeating". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:139: warning: Could not find property "tempValue". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:103: warning: Could not find property "checked". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:134: warning: Could not find property "verticalCenter". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:135: warning: Could not find property "right". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:136: warning: Could not find property "rightMargin". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:303: warning: Property "iconSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.iconSize: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:301: warning: Property "titleSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.titleSpacing: 2" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:297: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.height: 177" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:304: warning: Property "switchMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.switchMargin: 9" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:298: warning: Property "rightMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rightMargin: 34" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:302: warning: Property "columnMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.columnMargin: 7" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:300: warning: Property "spacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.spacing: 3" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:299: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftPadding: 8" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:296: warning: Property "width" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.width: 340" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:295: 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/thermostat/content/RoomItemForm.ui.qml:292: warning: Property "isSmallLayout" is custom-parsed in PropertyChanges. You should phrase this binding as "root.isSmallLayout: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:291: 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/thermostat/content/RoomItemForm.ui.qml:284: warning: Property "isSmallLayout" is custom-parsed in PropertyChanges. You should phrase this binding as "root.isSmallLayout: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:283: 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/thermostat/content/RoomItemForm.ui.qml:279: warning: Property "iconSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.iconSize: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:277: warning: Property "titleSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.titleSpacing: 4" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:273: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.height: 177" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:280: warning: Property "switchMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.switchMargin: 2" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:274: warning: Property "rightMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rightMargin: 12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:278: warning: Property "columnMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.columnMargin: 17" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:276: warning: Property "spacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.spacing: 6" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:275: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftPadding: 8" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:272: warning: Property "width" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.width: 306" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:271: 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/thermostat/content/RoomItemForm.ui.qml:263: warning: Property "iconSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.iconSize: 34" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:261: warning: Property "titleSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.titleSpacing: 8" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:257: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.height: 276" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:264: warning: Property "switchMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.switchMargin: 9" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:258: warning: Property "rightMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rightMargin: 53" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:262: warning: Property "columnMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.columnMargin: 7" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:260: warning: Property "spacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.spacing: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:259: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftPadding: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:256: warning: Property "width" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.width: 530" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:255: 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/thermostat/content/RoomItemForm.ui.qml:252: warning: Property "isSmallLayout" is custom-parsed in PropertyChanges. You should phrase this binding as "root.isSmallLayout: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:251: 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/thermostat/content/RoomItemForm.ui.qml:45: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:74: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:89: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:97: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:104: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:104: warning: Member "checked" not found on type "CustomSwitch" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:118: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:119: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:122: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:126: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:126: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:123: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:137: warning: Type "" of property "isEnabled" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:135: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:191: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:192: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:193: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:197: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:226: warning: Type "" of property "isEnabled" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:226: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:289: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:269: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:249: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomItemForm.ui.qml:249: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomOptionForm.ui.qml:43: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsScrollViewForm.ui.qml:41: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsScrollViewForm.ui.qml:42: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsSwipeViewForm.ui.qml:45: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsSwipeViewForm.ui.qml:43: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsSwipeViewForm.ui.qml:44: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsSwipeViewForm.ui.qml:51: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsSwipeViewForm.ui.qml:51: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsSwipeViewForm.ui.qml:102: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsSwipeViewForm.ui.qml:103: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:189: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 11" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:188: 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/thermostat/content/RoomsViewForm.ui.qml:184: warning: Property "delegatePreferredHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegatePreferredHeight: 177" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:185: warning: Property "delegatePreferredWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegatePreferredWidth: 340" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:183: 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/thermostat/content/RoomsViewForm.ui.qml:180: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:179: 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/thermostat/content/RoomsViewForm.ui.qml:176: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:175: 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/thermostat/content/RoomsViewForm.ui.qml:172: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "heading2.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:171: 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/thermostat/content/RoomsViewForm.ui.qml:168: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "heading.font: Constants.sma..." [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:167: warning: Property "text" is custom-parsed in PropertyChanges. You should phrase this binding as "heading.text: qsTr("Rooms")" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:166: 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/thermostat/content/RoomsViewForm.ui.qml:159: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 27" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:158: 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/thermostat/content/RoomsViewForm.ui.qml:154: warning: Property "delegatePreferredHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegatePreferredHeight: 177" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:155: warning: Property "delegatePreferredWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegatePreferredWidth: 306" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:153: 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/thermostat/content/RoomsViewForm.ui.qml:150: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:149: 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/thermostat/content/RoomsViewForm.ui.qml:146: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:145: 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/thermostat/content/RoomsViewForm.ui.qml:142: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "heading2.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:141: 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/thermostat/content/RoomsViewForm.ui.qml:138: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "heading.font: Constants.mob..." [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:137: warning: Property "text" is custom-parsed in PropertyChanges. You should phrase this binding as "heading.text: qsTr("Rooms")" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:136: 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/thermostat/content/RoomsViewForm.ui.qml:129: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 27" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:128: 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/thermostat/content/RoomsViewForm.ui.qml:124: warning: Property "delegatePreferredHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegatePreferredHeight: 276" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:125: warning: Property "delegatePreferredWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegatePreferredWidth: 530" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:123: 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/thermostat/content/RoomsViewForm.ui.qml:120: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:119: 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/thermostat/content/RoomsViewForm.ui.qml:116: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:115: 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/thermostat/content/RoomsViewForm.ui.qml:112: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "heading2.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:111: 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/thermostat/content/RoomsViewForm.ui.qml:108: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "heading.font: Constants.des..." [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:107: warning: Property "text" is custom-parsed in PropertyChanges. You should phrase this binding as "heading.text: qsTr("Welcome")" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:106: 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/thermostat/content/RoomsViewForm.ui.qml:27: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:39: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:40: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:51: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:71: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:87: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:164: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:134: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:104: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/RoomsViewForm.ui.qml:104: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:73: warning: Property "tempSetterHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.tempSetterHeight: 370" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:74: warning: Property "tempSetterWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.tempSetterWidth: 400" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:71: warning: Property "timeScheduleHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.timeScheduleHeight: 230" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:72: warning: Property "timeScheduleWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.timeScheduleWidth: 400" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:70: 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/thermostat/content/ScheduleScrollViewForm.ui.qml:62: warning: Property "tempSetterHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.tempSetterHeight: 529" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:63: warning: Property "tempSetterWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.tempSetterWidth: 327" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:60: warning: Property "timeScheduleHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.timeScheduleHeight: 314" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:61: warning: Property "timeScheduleWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.timeScheduleWidth: 327" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:59: 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/thermostat/content/ScheduleScrollViewForm.ui.qml:51: warning: Property "tempSetterHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.tempSetterHeight: 427" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:52: warning: Property "tempSetterWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.tempSetterWidth: 1087" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:49: warning: Property "timeScheduleHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.timeScheduleHeight: 361" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:50: warning: Property "timeScheduleWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.timeScheduleWidth: 1087" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:48: 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/thermostat/content/ScheduleScrollViewForm.ui.qml:68: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:57: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:46: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleScrollViewForm.ui.qml:46: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleSwipeViewForm.ui.qml:36: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleSwipeViewForm.ui.qml:50: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleSwipeViewForm.ui.qml:50: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleSwipeViewForm.ui.qml:72: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleSwipeViewForm.ui.qml:73: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:56: warning: CustomComboBox was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:57: warning: Could not find property "model". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:58: warning: Could not find property "currentIndex". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:172: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:171: 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/thermostat/content/ScheduleViewForm.ui.qml:168: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:167: 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/thermostat/content/ScheduleViewForm.ui.qml:164: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "label.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:163: 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/thermostat/content/ScheduleViewForm.ui.qml:160: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "header.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:159: 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/thermostat/content/ScheduleViewForm.ui.qml:155: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 15" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:156: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.rightPadding: 15" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:154: 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/thermostat/content/ScheduleViewForm.ui.qml:147: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:146: 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/thermostat/content/ScheduleViewForm.ui.qml:143: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:142: 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/thermostat/content/ScheduleViewForm.ui.qml:139: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "label.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:138: 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/thermostat/content/ScheduleViewForm.ui.qml:132: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "header.font: font" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:135: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "header.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:131: 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/thermostat/content/ScheduleViewForm.ui.qml:127: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:128: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.rightPadding: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:126: 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/thermostat/content/ScheduleViewForm.ui.qml:119: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:118: 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/thermostat/content/ScheduleViewForm.ui.qml:115: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:114: 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/thermostat/content/ScheduleViewForm.ui.qml:111: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "label.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:110: 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/thermostat/content/ScheduleViewForm.ui.qml:104: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "header.font: font" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:107: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "header.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:103: 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/thermostat/content/ScheduleViewForm.ui.qml:100: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:99: 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/thermostat/content/ScheduleViewForm.ui.qml:84: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:25: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:39: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:51: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:57: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:59: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:77: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:152: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:124: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:97: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ScheduleViewForm.ui.qml:97: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:201: warning: Property "leftMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftMargin: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:197: warning: Property "delegateWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegateWidth: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:198: warning: Property "delegateHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegateHeight: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:202: warning: Property "rightMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rightMargin: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:199: warning: Property "iconWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.iconWidth: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:204: warning: Property "spacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.spacing: 12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:203: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftPadding: 6" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:200: warning: Property "isNameVisible" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.isNameVisible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:196: 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/thermostat/content/SideBarForm.ui.qml:186: warning: Property "leftMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftMargin: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:182: warning: Property "delegateWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegateWidth: 56" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:183: warning: Property "delegateHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegateHeight: 56" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:187: warning: Property "rightMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rightMargin: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:184: warning: Property "iconWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.iconWidth: 34" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:189: warning: Property "spacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.spacing: 5" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:188: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftPadding: 5" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:185: warning: Property "isNameVisible" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.isNameVisible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:181: 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/thermostat/content/SideBarForm.ui.qml:171: warning: Property "leftMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftMargin: 31" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:167: warning: Property "delegateWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegateWidth: 290" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:168: warning: Property "delegateHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.delegateHeight: 60" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:172: warning: Property "rightMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rightMargin: 13" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:169: warning: Property "iconWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.iconWidth: 34" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:174: warning: Property "spacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.spacing: 5" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:173: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftPadding: 5" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:170: warning: Property "isNameVisible" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.isNameVisible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:166: 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/thermostat/content/SideBarForm.ui.qml:29: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:38: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:44: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:45: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:47: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:56: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:57: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:58: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:62: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:63: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:67: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:68: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:75: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:82: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:88: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:93: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:94: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:100: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:107: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:109: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:110: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:115: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:121: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:131: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:133: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:134: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:140: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:140: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:150: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:151: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:152: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:151: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:155: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:194: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:179: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/SideBarForm.ui.qml:164: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:71: warning: StatisticsChart was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:74: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:74: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:75: warning: Could not find property "energyValuesModel". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:76: warning: Could not find property "tempValuesModel". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:74: warning: Could not find property "fill". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:162: warning: Property "delegateWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.delegateWidth: 332" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:161: warning: Property "isBackgroundVisible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.isBackgroundVisible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:163: warning: Property "delegateHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.delegateHeight: 80" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:165: warning: Property "statisticsChartHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.statisticsChartHeight: 280" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:164: warning: Property "statisticsChartWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.statisticsChartWidth: 401" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:160: 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/thermostat/content/StatisticsScrollViewForm.ui.qml:156: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.topPadding: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:154: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.leftPadding: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:155: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.rightPadding: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:157: warning: Property "bottomPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.bottomPadding: 43" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:153: 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/thermostat/content/StatisticsScrollViewForm.ui.qml:143: warning: Property "delegateWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.delegateWidth: 327" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:142: warning: Property "isBackgroundVisible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.isBackgroundVisible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:144: warning: Property "delegateHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.delegateHeight: 100" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:146: warning: Property "statisticsChartHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.statisticsChartHeight: 383" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:145: warning: Property "statisticsChartWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.statisticsChartWidth: 327" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:141: 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/thermostat/content/StatisticsScrollViewForm.ui.qml:137: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.topPadding: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:135: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.leftPadding: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:136: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.rightPadding: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:138: warning: Property "bottomPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.bottomPadding: 43" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:134: 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/thermostat/content/StatisticsScrollViewForm.ui.qml:124: warning: Property "delegateWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.delegateWidth: 350" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:123: warning: Property "isBackgroundVisible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.isBackgroundVisible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:125: warning: Property "delegateHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.delegateHeight: 182" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:127: warning: Property "statisticsChartHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.statisticsChartHeight: 647" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:126: warning: Property "statisticsChartWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.statisticsChartWidth: 1098" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:122: 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/thermostat/content/StatisticsScrollViewForm.ui.qml:118: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.topPadding: 23" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:116: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.leftPadding: 53" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:117: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.rightPadding: 53" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:119: warning: Property "bottomPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "statistics.bottomPadding: 43" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:115: 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/thermostat/content/StatisticsScrollViewForm.ui.qml:34: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:68: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:75: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:76: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:74: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:86: warning: Member "maxValue" not found on type "StatisticsChart" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:87: warning: Member "minValue" not found on type "StatisticsChart" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:88: warning: Member "avgValue" not found on type "StatisticsChart" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:97: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:106: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:151: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:132: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:113: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsScrollViewForm.ui.qml:113: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsStackViewForm.ui.qml:32: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsStackViewForm.ui.qml:33: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsStackViewForm.ui.qml:35: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsSwipeViewForm.ui.qml:36: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsSwipeViewForm.ui.qml:50: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsSwipeViewForm.ui.qml:50: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsSwipeViewForm.ui.qml:72: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsSwipeViewForm.ui.qml:73: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsSwipeViewForm.ui.qml:75: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:57: warning: CustomComboBox was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:60: warning: Could not find property "model". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:61: warning: Could not find property "currentIndex". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:184: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:183: 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/thermostat/content/StatisticsViewForm.ui.qml:180: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:179: 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/thermostat/content/StatisticsViewForm.ui.qml:176: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.topPadding: 3" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:174: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 15" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:175: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.rightPadding: 15" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:173: 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/thermostat/content/StatisticsViewForm.ui.qml:170: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "label.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:169: 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/thermostat/content/StatisticsViewForm.ui.qml:166: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "header.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:165: 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/thermostat/content/StatisticsViewForm.ui.qml:158: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:157: 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/thermostat/content/StatisticsViewForm.ui.qml:154: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:153: 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/thermostat/content/StatisticsViewForm.ui.qml:149: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:150: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.rightPadding: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:148: 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/thermostat/content/StatisticsViewForm.ui.qml:145: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "label.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:144: 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/thermostat/content/StatisticsViewForm.ui.qml:139: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "header.font: font" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:138: 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/thermostat/content/StatisticsViewForm.ui.qml:131: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:130: 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/thermostat/content/StatisticsViewForm.ui.qml:127: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:126: 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/thermostat/content/StatisticsViewForm.ui.qml:123: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:122: 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/thermostat/content/StatisticsViewForm.ui.qml:119: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "label.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:118: 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/thermostat/content/StatisticsViewForm.ui.qml:113: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "header.font: font" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:112: 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/thermostat/content/StatisticsViewForm.ui.qml:94: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:28: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:40: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:41: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:51: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:52: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:60: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:62: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:78: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:87: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:163: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:136: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:110: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/StatisticsViewForm.ui.qml:110: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:69: warning: CustomTextField was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:75: warning: CustomSlider was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:98: warning: CustomRadioButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:120: warning: CustomRoundButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:138: warning: CustomRoundButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:70: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:77: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:125: warning: unknown grouped property scope font. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:145: warning: unknown grouped property scope font. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:70: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:77: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:125: warning: Type font is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:145: warning: Type font is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:125: warning: Could not find property "pixelSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:121: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:122: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:123: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:124: warning: Could not find property "radius". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:71: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:139: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:140: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:141: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:142: warning: Could not find property "radius". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:143: warning: Could not find property "contentColor". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:144: warning: Could not find property "checkable". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:99: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:100: warning: Could not find property "indicatorSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:145: warning: Could not find property "pixelSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:70: warning: Could not find property "verticalCenter". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:77: warning: Could not find property "bottom". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:27: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:56: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:65: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:71: warning: Member "value" not found on type "CustomSlider" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:72: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:70: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:77: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:93: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:99: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:113: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:121: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml:141: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:87: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "smallView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:86: 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/thermostat/content/TemperatureSetterForm.ui.qml:83: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "mobileView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:82: 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/thermostat/content/TemperatureSetterForm.ui.qml:79: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "desktopView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:78: 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/thermostat/content/TemperatureSetterForm.ui.qml:71: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "smallView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:70: 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/thermostat/content/TemperatureSetterForm.ui.qml:67: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "mobileView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:66: 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/thermostat/content/TemperatureSetterForm.ui.qml:63: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "desktopView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:62: 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/thermostat/content/TemperatureSetterForm.ui.qml:55: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "smallView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:54: 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/thermostat/content/TemperatureSetterForm.ui.qml:51: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "mobileView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:50: 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/thermostat/content/TemperatureSetterForm.ui.qml:47: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "desktopView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:46: 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/thermostat/content/TemperatureSetterForm.ui.qml:23: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:76: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:60: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:44: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterForm.ui.qml:44: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:62: warning: CustomTextField was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:74: warning: CustomSlider was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:92: warning: CustomRadioButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:142: warning: CustomRoundButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:65: warning: unknown grouped property scope font. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:77: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:94: warning: unknown grouped property scope font. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:149: warning: unknown grouped property scope font. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:65: warning: Type font is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:77: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:94: warning: Type font is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:149: warning: Type font is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:63: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:64: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:66: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:149: warning: Could not find property "pixelSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:77: warning: Could not find property "bottom". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:76: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:65: warning: Could not find property "pixelSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:143: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:145: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:146: warning: Could not find property "radius". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:147: warning: Could not find property "contentColor". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:148: warning: Could not find property "checkable". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:94: warning: Could not find property "pixelSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:93: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:95: warning: Could not find property "indicatorSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:129: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:26: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:49: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:58: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:66: warning: Member "value" not found on type "CustomSlider" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:67: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:76: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:77: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:87: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:93: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:107: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:122: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:127: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml:145: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:78: warning: CustomTextField was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:91: warning: CustomSlider was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:116: warning: CustomRadioButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:177: warning: CustomRoundButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:81: warning: unknown grouped property scope font. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:94: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:118: warning: unknown grouped property scope font. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:184: warning: unknown grouped property scope font. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:81: warning: Type font is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:94: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:118: warning: Type font is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:184: warning: Type font is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:79: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:80: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:82: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:117: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:119: warning: Could not find property "indicatorSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:120: warning: Could not find property "topPadding". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:121: warning: Could not find property "bottomPadding". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:184: warning: Could not find property "pixelSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:178: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:179: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:180: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:181: warning: Could not find property "radius". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:182: warning: Could not find property "contentColor". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:183: warning: Could not find property "checkable". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:185: warning: Could not find property "display". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:81: warning: Could not find property "pixelSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:93: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:94: warning: Could not find property "bottom". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:118: warning: Could not find property "pixelSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:159: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:40: warning: Detected width on an item that is managed by a layout. This is undefined behavior; use implicitWidth or Layout.preferredWidth instead. [Quick.layout-positioning]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:26: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:65: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:74: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:82: warning: Member "value" not found on type "CustomSlider" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:83: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:93: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:94: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:106: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:117: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:135: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:152: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:157: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml:180: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:251: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.topPadding: 4" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:252: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 5" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:253: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.rightPadding: 10" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:254: warning: Property "bottomPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.bottomPadding: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:250: 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/thermostat/content/ThermostatInfoForm.ui.qml:247: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "title.font: font" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:246: 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/thermostat/content/ThermostatInfoForm.ui.qml:242: warning: Property "sourceSize" is custom-parsed in PropertyChanges. You should phrase this binding as "icon2.sourceSize: sourceSize" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:241: 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/thermostat/content/ThermostatInfoForm.ui.qml:237: warning: Property "sourceSize" is custom-parsed in PropertyChanges. You should phrase this binding as "icon.sourceSize: sourceSize" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:236: 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/thermostat/content/ThermostatInfoForm.ui.qml:229: warning: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rowSpacing: 5" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:232: warning: Property "infoSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.infoSpacing: 4" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:233: warning: Property "infoLeftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.infoLeftPadding: 13" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:230: warning: Property "infoFontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.infoFontSize: 12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:231: warning: Property "columnSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.columnSpacing: 3" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:228: 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/thermostat/content/ThermostatInfoForm.ui.qml:218: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.topPadding: 10" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:219: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 7" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:220: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.rightPadding: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:221: warning: Property "bottomPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.bottomPadding: 8" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:217: 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/thermostat/content/ThermostatInfoForm.ui.qml:214: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "title.font: font" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:213: 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/thermostat/content/ThermostatInfoForm.ui.qml:209: warning: Property "sourceSize" is custom-parsed in PropertyChanges. You should phrase this binding as "icon2.sourceSize: sourceSize" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:208: 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/thermostat/content/ThermostatInfoForm.ui.qml:204: warning: Property "sourceSize" is custom-parsed in PropertyChanges. You should phrase this binding as "icon.sourceSize: sourceSize" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:203: 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/thermostat/content/ThermostatInfoForm.ui.qml:196: warning: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rowSpacing: 9" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:198: warning: Property "infoSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.infoSpacing: 5" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:200: warning: Property "infoLeftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.infoLeftPadding: 10" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:199: warning: Property "infoFontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.infoFontSize: 12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:197: warning: Property "columnSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.columnSpacing: 11" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:195: 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/thermostat/content/ThermostatInfoForm.ui.qml:185: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.topPadding: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:186: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:187: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.rightPadding: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:188: warning: Property "bottomPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.bottomPadding: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:184: 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/thermostat/content/ThermostatInfoForm.ui.qml:181: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "title.font: font" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:180: 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/thermostat/content/ThermostatInfoForm.ui.qml:176: warning: Property "sourceSize" is custom-parsed in PropertyChanges. You should phrase this binding as "icon2.sourceSize: sourceSize" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:175: 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/thermostat/content/ThermostatInfoForm.ui.qml:171: warning: Property "sourceSize" is custom-parsed in PropertyChanges. You should phrase this binding as "icon.sourceSize: sourceSize" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:170: 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/thermostat/content/ThermostatInfoForm.ui.qml:163: warning: Property "rowSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.rowSpacing: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:165: warning: Property "infoSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.infoSpacing: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:167: warning: Property "infoLeftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.infoLeftPadding: 0" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:166: warning: Property "infoFontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.infoFontSize: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:164: warning: Property "columnSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.columnSpacing: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:162: 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/thermostat/content/ThermostatInfoForm.ui.qml:40: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:41: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:71: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:82: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:103: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:123: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:140: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:226: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:193: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:160: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatInfoForm.ui.qml:160: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:113: warning: Property "delegateWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.delegateWidth: 332" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:114: warning: Property "delegateHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "root.delegateHeight: 80" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:115: warning: Property "thermostatControlHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "root.thermostatControlHeight: 250" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:116: warning: Property "thermostatControlWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.thermostatControlWidth: 400" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:112: 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/thermostat/content/ThermostatScrollViewForm.ui.qml:102: warning: Property "delegateWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.delegateWidth: 327" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:103: warning: Property "delegateHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "root.delegateHeight: 100" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:104: warning: Property "thermostatControlHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "root.thermostatControlHeight: 694" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:105: warning: Property "thermostatControlWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.thermostatControlWidth: 327" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:101: 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/thermostat/content/ThermostatScrollViewForm.ui.qml:94: warning: Property "delegateWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.delegateWidth: 350" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:93: warning: Property "delegateHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "root.delegateHeight: 182" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:91: warning: Property "thermostatControlHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "root.thermostatControlHeight: 673" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:92: warning: Property "thermostatControlWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "root.thermostatControlWidth: 1094" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:90: 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/thermostat/content/ThermostatScrollViewForm.ui.qml:59: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:34: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:34: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:57: warning: Member "model" not found on type "ScrollView" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:59: warning: Member "model" not found on type "ScrollView" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:73: warning: Member "model" not found on type "ScrollView" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:81: warning: Member "model" not found on type "ScrollView" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:110: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:99: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:88: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatScrollViewForm.ui.qml:88: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:86: warning: ThermostatControl was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:113: warning: CustomRoundButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:140: warning: CustomRoundButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:72: warning: CustomSwitch was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:156: warning: CustomRoundButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:74: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:88: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:117: warning: unknown grouped property scope font. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:118: warning: unknown grouped property scope icon. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:144: warning: unknown grouped property scope font. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:145: warning: unknown grouped property scope icon. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:162: warning: unknown grouped property scope font. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:163: warning: unknown grouped property scope icon. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:167: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:74: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:88: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:117: warning: Type font is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:118: warning: Type icon is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:144: warning: Type font is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:145: warning: Type icon is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:162: warning: Type font is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:163: warning: Type icon is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:167: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:79: warning: Cannot assign to non-existent default property [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:171: warning: Cannot assign to non-existent default property [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:141: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:142: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:143: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:148: warning: Could not find property "radius". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:150: warning: Could not find property "enabled". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:151: warning: Could not find property "checked". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:158: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:159: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:160: warning: Could not find property "radius". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:161: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:166: warning: Could not find property "display". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:170: warning: Could not find property "checked". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:91: warning: Could not find property "enabled". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:93: warning: Could not find property "currentTemp". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:94: warning: Could not find property "targetTemp". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:163: warning: Could not find property "source". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:164: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:165: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:114: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:115: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:116: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:122: warning: Could not find property "radius". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:124: warning: Could not find property "enabled". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:125: warning: Could not find property "checked". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:144: warning: Could not find property "pixelSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:117: warning: Could not find property "pixelSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:118: warning: Could not find property "source". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:119: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:120: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:74: warning: Could not find property "right". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:75: warning: Could not find property "top". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:76: warning: Could not find property "topMargin". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:77: warning: Could not find property "rightMargin". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:145: warning: Could not find property "source". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:146: warning: Could not find property "width". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:147: warning: Could not find property "height". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:162: warning: Could not find property "pixelSize". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:78: warning: Could not find property "checked". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:88: warning: Could not find property "horizontalCenter". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:89: warning: Could not find property "top". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:90: warning: Could not find property "topMargin". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:167: warning: Could not find property "horizontalCenter". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:168: warning: Could not find property "bottom". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:169: warning: Could not find property "bottomMargin". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:318: warning: Unknown property "visible" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:308: warning: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "rightButtons.anchors: anchors" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:309: warning: Property "spacing" is custom-parsed in PropertyChanges. You should phrase this binding as "rightButtons.spacing: 9" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:307: 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/thermostat/content/ThermostatSettingsForm.ui.qml:298: warning: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "leftButtons.anchors: anchors" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:299: warning: Property "spacing" is custom-parsed in PropertyChanges. You should phrase this binding as "leftButtons.spacing: 9" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:297: 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/thermostat/content/ThermostatSettingsForm.ui.qml:294: warning: Unknown property "visible" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:286: warning: Property "iconSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.iconSize: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:287: warning: Property "optionIconSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.optionIconSize: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:284: warning: Property "leftMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftMargin: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:281: warning: Property "buttonHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.buttonHeight: 42" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:283: warning: Property "radius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.radius: 21" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:285: warning: Property "topMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.topMargin: 11" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:288: warning: Property "headerSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.headerSpacing: 12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:289: warning: Property "headerSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.headerSize: 18" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:290: warning: Property "thermostatTopMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.thermostatTopMargin: 19" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:282: warning: Property "buttonWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.buttonWidth: 42" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:280: 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/thermostat/content/ThermostatSettingsForm.ui.qml:273: warning: Unknown property "visible" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:267: warning: Unknown property "anchors" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:264: warning: Unknown property "height" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:266: warning: Unknown property "visible" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:265: warning: Unknown property "radius" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:268: warning: Unknown property "icon" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:263: warning: Unknown property "width" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:253: warning: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "rightButtons.anchors: anchors" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:254: warning: Property "spacing" is custom-parsed in PropertyChanges. You should phrase this binding as "rightButtons.spacing: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:252: 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/thermostat/content/ThermostatSettingsForm.ui.qml:243: warning: Property "anchors" is custom-parsed in PropertyChanges. You should phrase this binding as "leftButtons.anchors: anchors" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:244: warning: Property "spacing" is custom-parsed in PropertyChanges. You should phrase this binding as "leftButtons.spacing: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:242: 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/thermostat/content/ThermostatSettingsForm.ui.qml:235: warning: Property "iconSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.iconSize: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:236: warning: Property "optionIconSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.optionIconSize: 30" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:233: warning: Property "leftMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftMargin: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:230: warning: Property "buttonHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.buttonHeight: 50" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:232: warning: Property "radius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.radius: 12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:234: warning: Property "topMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.topMargin: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:237: warning: Property "headerSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.headerSpacing: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:238: warning: Property "headerSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.headerSize: 18" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:239: warning: Property "thermostatTopMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.thermostatTopMargin: 60" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:231: warning: Property "buttonWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.buttonWidth: 110" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:229: 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/thermostat/content/ThermostatSettingsForm.ui.qml:222: warning: Unknown property "visible" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:216: warning: Unknown property "anchors" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:213: warning: Unknown property "height" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:215: warning: Unknown property "visible" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:214: warning: Unknown property "radius" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:217: warning: Unknown property "icon" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:212: warning: Unknown property "width" in PropertyChanges. [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:204: warning: Property "iconSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.iconSize: 34" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:205: warning: Property "optionIconSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.optionIconSize: 42" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:202: warning: Property "leftMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.leftMargin: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:199: warning: Property "buttonHeight" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.buttonHeight: 66" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:201: warning: Property "radius" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.radius: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:203: warning: Property "topMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.topMargin: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:206: warning: Property "headerSpacing" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.headerSpacing: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:207: warning: Property "headerSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.headerSize: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:208: warning: Property "thermostatTopMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.thermostatTopMargin: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:200: warning: Property "buttonWidth" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.buttonWidth: 130" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:198: 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/thermostat/content/ThermostatSettingsForm.ui.qml:31: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:58: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:68: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:74: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:75: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:81: warning: Member "checked" not found on type "CustomSwitch" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:95: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:88: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:89: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:116: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:125: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:125: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:118: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:143: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:151: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:151: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:145: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:167: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:168: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:173: warning: Member "checked" not found on type "CustomRoundButton" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:278: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:293: warning: Cannot assign binding of type CustomRoundButton to QObject [incompatible-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:303: warning: Member "verticalCenter" not found on type "ThermostatControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:313: warning: Member "verticalCenter" not found on type "ThermostatControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:317: warning: Cannot assign binding of type CustomSwitch to QObject [incompatible-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:227: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:249: warning: Member "bottom" not found on type "ThermostatControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:259: warning: Member "bottom" not found on type "ThermostatControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:262: warning: Cannot assign binding of type CustomRoundButton to QObject [incompatible-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:272: warning: Cannot assign binding of type CustomSwitch to QObject [incompatible-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:196: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:196: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:211: warning: Cannot assign binding of type CustomRoundButton to QObject [incompatible-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSettingsForm.ui.qml:221: warning: Cannot assign binding of type CustomSwitch to QObject [incompatible-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatStackViewForm.ui.qml:23: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatStackViewForm.ui.qml:35: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatStackViewForm.ui.qml:36: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatStackViewForm.ui.qml:37: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSwipeViewForm.ui.qml:42: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSwipeViewForm.ui.qml:40: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSwipeViewForm.ui.qml:41: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSwipeViewForm.ui.qml:48: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSwipeViewForm.ui.qml:48: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSwipeViewForm.ui.qml:77: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSwipeViewForm.ui.qml:78: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatSwipeViewForm.ui.qml:79: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:68: warning: CustomComboBox was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:69: warning: Could not find property "model". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:70: warning: Could not find property "currentIndex". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:180: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:179: 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/thermostat/content/ThermostatViewForm.ui.qml:176: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:175: 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/thermostat/content/ThermostatViewForm.ui.qml:171: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 15" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:172: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.rightPadding: 15" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:170: 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/thermostat/content/ThermostatViewForm.ui.qml:167: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "label.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:166: 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/thermostat/content/ThermostatViewForm.ui.qml:163: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "header.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:162: 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/thermostat/content/ThermostatViewForm.ui.qml:155: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:154: 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/thermostat/content/ThermostatViewForm.ui.qml:151: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:150: 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/thermostat/content/ThermostatViewForm.ui.qml:146: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:147: warning: Property "rightPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.rightPadding: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:145: 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/thermostat/content/ThermostatViewForm.ui.qml:142: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "label.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:141: 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/thermostat/content/ThermostatViewForm.ui.qml:136: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "header.font: font" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:135: 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/thermostat/content/ThermostatViewForm.ui.qml:128: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "swipeView.visible: false" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:127: 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/thermostat/content/ThermostatViewForm.ui.qml:124: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "scrollView.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:123: 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/thermostat/content/ThermostatViewForm.ui.qml:120: warning: Property "leftPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "root.leftPadding: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:119: 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/thermostat/content/ThermostatViewForm.ui.qml:116: warning: Property "visible" is custom-parsed in PropertyChanges. You should phrase this binding as "label.visible: true" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:115: 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/thermostat/content/ThermostatViewForm.ui.qml:110: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "header.font: font" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:109: 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/thermostat/content/ThermostatViewForm.ui.qml:28: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:51: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:63: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:69: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:71: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:86: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:100: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:160: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:133: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:107: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/ThermostatViewForm.ui.qml:107: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:43: warning: TimeSelector was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:45: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:45: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:45: warning: Could not find property "top". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:46: warning: Could not find property "topMargin". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:47: warning: Could not find property "horizontalCenter". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:99: warning: Property "fontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.fontSize: 14" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:98: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.topPadding: 10" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:100: warning: Property "labelMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.labelMargin: -12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:97: warning: Property "topMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.topMargin: 54" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:96: 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/thermostat/content/TimeScheduleForm.ui.qml:88: warning: Property "fontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.fontSize: 18" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:87: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.topPadding: 16" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:89: warning: Property "labelMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.labelMargin: 12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:86: warning: Property "topMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.topMargin: 85" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:85: 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/thermostat/content/TimeScheduleForm.ui.qml:77: warning: Property "fontSize" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.fontSize: 24" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:76: warning: Property "topPadding" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.topPadding: 20" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:78: warning: Property "labelMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.labelMargin: 12" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:75: warning: Property "topMargin" is custom-parsed in PropertyChanges. You should phrase this binding as "internal.topMargin: 67" [Quick.property-changes-parsed]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:74: 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/thermostat/content/TimeScheduleForm.ui.qml:24: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:36: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:45: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:47: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:54: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:51: warning: Member "bottom" not found on type "TimeSelector" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:52: warning: Member "left" not found on type "TimeSelector" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:94: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:83: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:72: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/thermostat/content/TimeScheduleForm.ui.qml:72: warning: Unqualified access [unqualified]
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qtqmlteam Qt Qml Team User
              kkohne Kai Köhne
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes