aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml b/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
index 88d5c133..1f24c214 100644
--- a/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
+++ b/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
@@ -319,14 +319,11 @@ Item {
}
QQC2.PageIndicator {
- id: pgWeatherIndicator
+ count: svWeatherContainer.count
+ currentIndex: svWeatherContainer.currentIndex
anchors.bottom: svWeatherContainer.bottom
- anchors.bottomMargin: 1
anchors.horizontalCenter: parent.horizontalCenter
-
- count: svWeatherContainer.count
- currentIndex: svWeatherContainer.currentIndex
}
Component.onCompleted: {
WeatherData.requestWeatherData(wDataCntr)