aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml b/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
index 48f3a3d6..3ed59eb8 100644
--- a/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
+++ b/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
@@ -51,6 +51,7 @@
import QtQuick 2.7
import QtQuick.Controls 2.0 as QQC2
import Qt.labs.settings 1.0
+import ".."
import "../Style"
Item {
@@ -68,7 +69,7 @@ Item {
anchors.fill: parent
- Item {
+ SwipeViewPage {
id: settingsPage1
Column {
@@ -102,7 +103,7 @@ Item {
}
}
- Item {
+ SwipeViewPage {
id: settingsPage2
Column {