aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickapplicationwindow.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/qquickapplicationwindow.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/qquickapplicationwindow.cpp')
-rw-r--r--src/templates/qquickapplicationwindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquickapplicationwindow.cpp b/src/templates/qquickapplicationwindow.cpp
index c9a7ffcd..1ff67be6 100644
--- a/src/templates/qquickapplicationwindow.cpp
+++ b/src/templates/qquickapplicationwindow.cpp
@@ -45,7 +45,7 @@ QT_BEGIN_NAMESPACE
\qmltype ApplicationWindow
\inherits Window
\instantiates QQuickApplicationWindow
- \inqmlmodule QtQuick.Controls
+ \inqmlmodule Qt.labs.controls
\ingroup application
\brief Provides a top-level application window.
@@ -130,7 +130,7 @@ QQuickApplicationWindow::~QQuickApplicationWindow()
}
/*!
- \qmlproperty Item QtQuick.Controls::ApplicationWindow::header
+ \qmlproperty Item Qt.labs.controls::ApplicationWindow::header
A header item for the window, for example a title bar, menu or tool-bar.
By default this property is empty, no header will be shown.
@@ -163,7 +163,7 @@ void QQuickApplicationWindow::setHeader(QQuickItem *header)
}
/*!
- \qmlproperty Item QtQuick.Controls::ApplicationWindow::footer
+ \qmlproperty Item Qt.labs.controls::ApplicationWindow::footer
A footer item for the window, for example a status bar or menu.
By default this property is empty, no footer will be shown.