summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/watch
Commit message (Collapse)AuthorAgeFilesLines
* SensorTag: Fix qml warningMaurice Kalinowski2018-11-051-3/+3
| | | | | | | Prefer Layout properties instead of anchors. Change-Id: Ic5d958c1e9cb1060b81eb85003db1d198ee6fd4a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* iot-sensortag: Add an About tabMaurice Kalinowski2017-12-182-0/+48
| | | | | | | | | | For the watch UI it is helpful to provide an About to visualize it is a Qt application. Change-Id: I83779c038dcaac12ca873b53f4d82d0e801233f2 Reviewed-by: Andrew O'Doherty <andrew.odoherty@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* iot-sensortag: Create a quit button SmartWatch demoAndrew O'Doherty2017-11-231-0/+13
| | | | | | | SmartWatch demo requires a button to exit the application Change-Id: I64f366d70960e868bcf9f4c644f81a145edd44b6 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* iot-sensortag: Adapt demo to the screen size of a smartwatchAndrew O'Doherty2017-11-153-0/+304
mainSmall.qml requires a SwipeView since the smartwatch screen is too small too display all the charts. The charts have been scaled to smaller size and some alignment adjustments have been made Change-Id: I229b6150135c8a1a65bc8114f430904a15397b1e Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>