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.qml9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml b/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
index 2ef0133c..a02b44ee 100644
--- a/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
+++ b/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
@@ -50,6 +50,7 @@
import QtQuick 2.7
import QtQuick.Controls 2.0 as QQC2
+import ".."
import "../Style"
import "weather.js" as WeatherData
@@ -59,7 +60,7 @@ Item {
anchors.fill: parent
- Item {
+ SwipeViewPage {
id: weatherPage1
Row {
@@ -114,7 +115,7 @@ Item {
}
}
- Item {
+ SwipeViewPage {
id: weatherPage2
Column {
@@ -169,7 +170,7 @@ Item {
}
}
- Item {
+ SwipeViewPage {
id: weatherPage3
Row {
@@ -224,7 +225,7 @@ Item {
}
}
- Item {
+ SwipeViewPage {
id: weatherPage4
Column {