aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpage.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/qquickpage.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/qquickpage.cpp')
-rw-r--r--src/quicktemplates2/qquickpage.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/quicktemplates2/qquickpage.cpp b/src/quicktemplates2/qquickpage.cpp
index 12ee27e5..d6ef07b7 100644
--- a/src/quicktemplates2/qquickpage.cpp
+++ b/src/quicktemplates2/qquickpage.cpp
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
\qmltype Page
\inherits Control
\instantiates QQuickPage
- \inqmlmodule Qt.labs.controls
+ \inqmlmodule QtQuick.Controls
\ingroup qtquickcontrols2-containers
\brief A control that makes it convenient to add a header and footer to a page.
@@ -161,7 +161,7 @@ QQuickPage::QQuickPage(QQuickItem *parent) :
}
/*!
- \qmlproperty Item Qt.labs.controls::Page::header
+ \qmlproperty Item QtQuick.Controls::Page::header
This property holds the page header item. The header item is positioned to
the top, and resized to the width of the page. The default value is \c null.
@@ -207,7 +207,7 @@ void QQuickPage::setHeader(QQuickItem *header)
}
/*!
- \qmlproperty Item Qt.labs.controls::Page::footer
+ \qmlproperty Item QtQuick.Controls::Page::footer
This property holds the page footer item. The footer item is positioned to
the bottom, and resized to the width of the page. The default value is \c null.
@@ -253,7 +253,7 @@ void QQuickPage::setFooter(QQuickItem *footer)
}
/*!
- \qmlproperty list<Object> Qt.labs.controls::Page::contentData
+ \qmlproperty list<Object> QtQuick.Controls::Page::contentData
\default
This property holds the list of content data.
@@ -271,7 +271,7 @@ QQmlListProperty<QObject> QQuickPage::contentData()
}
/*!
- \qmlproperty list<Item> Qt.labs.controls::Page::contentChildren
+ \qmlproperty list<Item> QtQuick.Controls::Page::contentChildren
This property holds the list of content children.