aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickswipedelegate.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-21 16:56:59 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-21 18:08:46 +0000
commit523542d5241392ac258b02271f20c0be310cd1e5 (patch)
treef856d27d7c569fa2ee129116af032dc7a04a18b1 /src/quicktemplates2/qquickswipedelegate.cpp
parent2298df331b7d5922e480533d65e4d5d7861b2be9 (diff)
Doc: rename Qt.labs.controls 1.0 to QtQuick.Controls 2.0
Change-Id: Id6c476424fa359d222f027584278346fc0984069 Task-number: QTBUG-52549 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickswipedelegate.cpp')
-rw-r--r--src/quicktemplates2/qquickswipedelegate.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/quicktemplates2/qquickswipedelegate.cpp b/src/quicktemplates2/qquickswipedelegate.cpp
index ebc5a5f3..13f64b75 100644
--- a/src/quicktemplates2/qquickswipedelegate.cpp
+++ b/src/quicktemplates2/qquickswipedelegate.cpp
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
\qmltype SwipeDelegate
\inherits ItemDelegate
\instantiates QQuickSwipeDelegate
- \inqmlmodule Qt.labs.controls
+ \inqmlmodule QtQuick.Controls
\brief A swipable item delegate.
SwipeDelegate presents a view item that can be swiped left or right to
@@ -703,15 +703,15 @@ QQuickSwipeDelegate::QQuickSwipeDelegate(QQuickItem *parent) :
}
/*!
- \qmlpropertygroup Qt.labs.controls::SwipeDelegate::exposure
- \qmlproperty real Qt.labs.controls::SwipeDelegate::exposure.position
- \qmlproperty bool Qt.labs.controls::SwipeDelegate::exposure.active
- \qmlproperty Component Qt.labs.controls::SwipeDelegate::exposure.left
- \qmlproperty Component Qt.labs.controls::SwipeDelegate::exposure.behind
- \qmlproperty Component Qt.labs.controls::SwipeDelegate::exposure.right
- \qmlproperty Item Qt.labs.controls::SwipeDelegate::exposure.leftItem
- \qmlproperty Item Qt.labs.controls::SwipeDelegate::exposure.behindItem
- \qmlproperty Item Qt.labs.controls::SwipeDelegate::exposure.rightItem
+ \qmlpropertygroup QtQuick.Controls::SwipeDelegate::exposure
+ \qmlproperty real QtQuick.Controls::SwipeDelegate::exposure.position
+ \qmlproperty bool QtQuick.Controls::SwipeDelegate::exposure.active
+ \qmlproperty Component QtQuick.Controls::SwipeDelegate::exposure.left
+ \qmlproperty Component QtQuick.Controls::SwipeDelegate::exposure.behind
+ \qmlproperty Component QtQuick.Controls::SwipeDelegate::exposure.right
+ \qmlproperty Item QtQuick.Controls::SwipeDelegate::exposure.leftItem
+ \qmlproperty Item QtQuick.Controls::SwipeDelegate::exposure.behindItem
+ \qmlproperty Item QtQuick.Controls::SwipeDelegate::exposure.rightItem
\table
\header