summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtcluster/circularindicator.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the qtcluster demoAlessandro Portale2018-05-141-121/+0
| | | | | | | | | | | The license checker of the CI spotted deviating license headers in the demo. In addition, in it current state, the demo lacks any polishing. Let's remove it. Task-number: QTBUG-67529 Change-Id: Ic9375deb0a889e2e7e96e874b62fbc314269e455 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Add Qt Cluster DemoThomas Hartmann2017-06-211-0/+121
This a a demo of s simple digital instrument cluster. The demo comes with two skins. By default the demo will use the so called hybrid skin. If the argument "sports" is provided the application will use the sports skin instead. To be able to preview the custom components in the Qt Quick Designer the option: Tools > Options > Qt Quick > Qt Quick Designer > Use QML emulation layer which is built by the selected has to be enabled in Qt Creator. Change-Id: I7d06220062e1fffd6c6849c962bd4f6592d051de Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>