summaryrefslogtreecommitdiffstats
path: root/examples/interfaceframework/climate/Main.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix climate example by importing correct moduleShveta Mittal2025-03-041-0/+1
| | | | | | | | | | | The climate example was using IconImage from controls.Basic, but at some point, IconImage was moved to controls.impl, this caused the example to break. Fixed it by updating the import to include controls.impl. Change-Id: I2f019fe5243c196bc9535b75b7de73c8123e1ec2 Reviewed-by: Zoltan Gera <zoltan.gera@qt.io> Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Rewrite the qface-climate example using modern Qt APIsDominik Holland2024-07-101-0/+123
* Use new CMake API * Merged sub-folders into a single CMakeLists.txt * Remove the qmake support for this example * Rename folder to climate * Add graphics and controls to make the example interactive Task-number: QTBUG-117034 Pick-to: 6.8 Change-Id: Id34ffcc74c22c3a377051a97317e1ef4b3c79944 Reviewed-by: Robert Griebl <robert.griebl@qt.io>