From bc6e79ebab8f7556aa2c7cd4352ba24509bd4792 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Tue, 5 Sep 2017 11:32:52 +0200 Subject: Doc: Edit language - Fixed pucntuation issues and typos - Removed redundant text Task-number: QTBUG-60647 Change-Id: I1ab0e8e62a2e3f4997629653b659f130c13db007 Reviewed-by: Mitch Curtis --- .../swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/quickcontrols2/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc') diff --git a/examples/quickcontrols2/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc b/examples/quickcontrols2/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc index 095bd837..476667bb 100644 --- a/examples/quickcontrols2/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc +++ b/examples/quickcontrols2/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc @@ -29,10 +29,10 @@ \example swipetoremove \title Qt Quick Controls 2 - Swipe to Remove \ingroup qtquickcontrols2-examples - \brief Demonstrates removing list items by swipe. + \brief Demonstrates removal of list items by swipe gesture. This example demonstrates how \l SwipeDelegate can be used to implement - removal of list items by swipe. This UI pattern is often used in touch + removal of list items by swiping. This UI pattern is often used in touch user interfaces. \image qtquickcontrols2-swipetoremove.png @@ -46,7 +46,7 @@ The following snippet presents how the logic of removing items is implemented. When the swipe is \l {SwipeDelegate::swipe}{completed}, it - starts a timer tha waits a few seconds to let the user undo the remove + starts a timer that waits a few seconds to let the user undo the remove action. Once the undo timer triggers, the item is removed from the list: \snippet swipetoremove/swipetoremove.qml removal -- cgit v1.2.3