qtdoc/examples/demos/thermostat/imports
Olivier De Cannière 3449efd9c2 Thermostat: Apply unmerged patches and fix warnings/errors
This adds the missing part of the thermostat example. It was created but
never merged on top of the first version of the app. The patches were
added manually due to numerous merge conflicts. These changes add new
functionality but appear to never have been completely finished as logic
and layout errors persist. Fix these and all qmllint and runtime errors.

-Implement some missing logic
-Fix logic errors
-Fix binding loops
-Fix some minor layout issues
-Make the UI update when we change rooms or dates etc
-Make dependencies explicit, typed, and checked by requiring them
-Remove convoluted or redundant alias structures
-Qualify lookups
-Set ComponentBehavior to Bound where necessary
-Wrap functions in Connections
-Use Layout.X in layouts instead of settings the property directly
-Use strict comparison operators
-Add missing imports
-Use let instead of var in JS scripts
-Use `...` for multiline strings
-Use var properties for scheduleViewRoot to avoid cyclic dependencies on
 6.10

Task-number: QTBUG-138188
Fixes: QTBUG-117368
Pick-to: 6.10
Initial-patch-by: Kamil Hajdukiewicz <kaj@spyro-soft.com>
Change-Id: I9e5f268105a57c57b4e8147f6747bcf1e954dc2d
Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
2025-08-18 10:47:18 +02:00
..
Thermostat Thermostat: Apply unmerged patches and fix warnings/errors 2025-08-18 10:47:18 +02:00
ThermostatCustomControls Thermostat: Apply unmerged patches and fix warnings/errors 2025-08-18 10:47:18 +02:00
CMakeLists.txt Thermostat: Clean up some CMake code 2025-08-07 09:07:12 +02:00