aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickswipedelegate.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-05-30 16:59:05 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-05-30 16:55:05 +0000
commit44dd55be23138f0a6495b08818acaaa0ff68b086 (patch)
tree61a9579d7bc9fd4d344502826908559e5a3d049e /src/quicktemplates2/qquickswipedelegate.cpp
parent3b36c4e466077cb1e0c6764e14e8041f21ca237a (diff)
Doc: add the Qt version to "\since QtQuick.Controls 2.x"
Change-Id: Ia7f237cb580bf9c332ff4741569a57fef4eb6079 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickswipedelegate.cpp')
-rw-r--r--src/quicktemplates2/qquickswipedelegate.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/quicktemplates2/qquickswipedelegate.cpp b/src/quicktemplates2/qquickswipedelegate.cpp
index b17236bc..8e0cf3fe 100644
--- a/src/quicktemplates2/qquickswipedelegate.cpp
+++ b/src/quicktemplates2/qquickswipedelegate.cpp
@@ -959,7 +959,7 @@ QQuickSwipeDelegate::QQuickSwipeDelegate(QQuickItem *parent)
}
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlmethod void QtQuick.Controls::SwipeDelegate::swipe.open(enumeration side)
This method sets the \c position of the swipe so that it opens
@@ -980,7 +980,7 @@ QQuickSwipeDelegate::QQuickSwipeDelegate(QQuickItem *parent)
*/
/*!
- \since QtQuick.Controls 2.1
+ \since QtQuick.Controls 2.1 (Qt 5.8)
\qmlmethod void QtQuick.Controls::SwipeDelegate::swipe.close()
This method sets the \c position of the swipe to \c 0. Any animations
@@ -991,7 +991,7 @@ QQuickSwipeDelegate::QQuickSwipeDelegate(QQuickItem *parent)
*/
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlsignal void QtQuick.Controls::SwipeDelegate::swipe.opened()
This signal is emitted when the delegate has been swiped open
@@ -1005,7 +1005,7 @@ QQuickSwipeDelegate::QQuickSwipeDelegate(QQuickItem *parent)
*/
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlsignal void QtQuick.Controls::SwipeDelegate::swipe.closed()
This signal is emitted when the delegate has been swiped to closed
@@ -1019,7 +1019,7 @@ QQuickSwipeDelegate::QQuickSwipeDelegate(QQuickItem *parent)
*/
/*!
- \since QtQuick.Controls 2.1
+ \since QtQuick.Controls 2.1 (Qt 5.8)
\qmlsignal void QtQuick.Controls::SwipeDelegate::swipe.completed()
This signal is emitted when \c swipe.complete becomes \c true.
@@ -1252,7 +1252,7 @@ public:
};
/*!
- \since QtQuick.Controls 2.1
+ \since QtQuick.Controls 2.1 (Qt 5.8)
\qmlattachedsignal QtQuick.Controls::SwipeDelegate::clicked()
This signal can be attached to a non-interactive item declared in
@@ -1287,7 +1287,7 @@ QQuickSwipeDelegateAttached::QQuickSwipeDelegateAttached(QObject *object)
}
/*!
- \since QtQuick.Controls 2.1
+ \since QtQuick.Controls 2.1 (Qt 5.8)
\qmlattachedproperty bool QtQuick.Controls::SwipeDelegate::pressed
\readonly