aboutsummaryrefslogtreecommitdiffstats
path: root/examples/controls/gallery/pages/SwipeViewPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/controls/gallery/pages/SwipeViewPage.qml')
-rw-r--r--examples/controls/gallery/pages/SwipeViewPage.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/controls/gallery/pages/SwipeViewPage.qml b/examples/controls/gallery/pages/SwipeViewPage.qml
index 29739451..aded5d73 100644
--- a/examples/controls/gallery/pages/SwipeViewPage.qml
+++ b/examples/controls/gallery/pages/SwipeViewPage.qml
@@ -64,7 +64,8 @@ Pane {
width: parent.width
wrapMode: Label.Wrap
horizontalAlignment: Qt.AlignHCenter
- text: "SwipeView provides a swipe-based navigation model."
+ text: "SwipeView provides a navigation model that simplifies horizontal paged scrolling. "
+ + "The page indicator on the bottom shows which is the presently active page."
}
Image {