aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml b/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml
index b3b0a0c5..a9a1cb98 100644
--- a/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml
+++ b/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml
@@ -50,6 +50,7 @@
import QtQuick 2.7
import QtQuick.Controls 2.0 as QQ2
+import ".."
import "../Style"
import "fitness.js" as FitnessData
@@ -59,7 +60,7 @@ Item {
anchors.fill: parent
- Item {
+ SwipeViewPage {
id: fitnessPage1
Column {
@@ -87,7 +88,7 @@ Item {
}
}
- Item {
+ SwipeViewPage {
id: fitnessPage2
Column {