aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickpageindicator.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-30 17:47:36 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-01 09:03:42 +0000
commit3f2ac678971694fe6144a4e15197aff2ca38639b (patch)
tree06440cbf63932fb008f3aab29835b07d0310bada /src/templates/qquickpageindicator.cpp
parentb948c83255239a6fe49fca58a98f90e796ce9047 (diff)
Rename QtQuick.Controls 2.0 to Qt.labs.controls 1.0
Change-Id: I142622dd85e95ef70b11132e77ccf48701f2cabc Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickpageindicator.cpp')
-rw-r--r--src/templates/qquickpageindicator.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/templates/qquickpageindicator.cpp b/src/templates/qquickpageindicator.cpp
index 3f5d9c9e..c3660cf4 100644
--- a/src/templates/qquickpageindicator.cpp
+++ b/src/templates/qquickpageindicator.cpp
@@ -43,7 +43,7 @@ QT_BEGIN_NAMESPACE
\qmltype PageIndicator
\inherits Control
\instantiates QQuickPageIndicator
- \inqmlmodule QtQuick.Controls
+ \inqmlmodule Qt.labs.controls
\ingroup indicators
\brief A page indicator control.
@@ -122,7 +122,7 @@ QQuickPageIndicator::QQuickPageIndicator(QQuickItem *parent) :
}
/*!
- \qmlproperty int QtQuick.Controls::PageIndicator::count
+ \qmlproperty int Qt.labs.controls::PageIndicator::count
This property holds the number of pages.
*/
@@ -142,7 +142,7 @@ void QQuickPageIndicator::setCount(int count)
}
/*!
- \qmlproperty int QtQuick.Controls::PageIndicator::currentIndex
+ \qmlproperty int Qt.labs.controls::PageIndicator::currentIndex
This property holds the index of the current page.
*/
@@ -162,7 +162,7 @@ void QQuickPageIndicator::setCurrentIndex(int index)
}
/*!
- \qmlproperty bool QtQuick.Controls::PageIndicator::interactive
+ \qmlproperty bool Qt.labs.controls::PageIndicator::interactive
This property holds whether the control is interactive. An interactive page indicator
reacts to presses and automatically changes the \l {currentIndex}{current index}
@@ -187,7 +187,7 @@ void QQuickPageIndicator::setInteractive(bool interactive)
}
/*!
- \qmlproperty Component QtQuick.Controls::PageIndicator::delegate
+ \qmlproperty Component Qt.labs.controls::PageIndicator::delegate
This property holds a delegate that presents a page.
@@ -215,7 +215,7 @@ void QQuickPageIndicator::setDelegate(QQmlComponent *delegate)
}
/*!
- \qmlproperty color QtQuick.Controls::PageIndicator::color
+ \qmlproperty color Qt.labs.controls::PageIndicator::color
This property holds the color of the indicator.