summaryrefslogtreecommitdiff
path: root/src/controls/ApplicationWindow.qml
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-10-26 14:16:56 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2018-10-26 20:45:59 +0000
commit5db6659d65062353cfa6425f7790ea34f1b4a3f4 (patch)
treecf4bd839e8e9194ea54c135c2cb0f1297f474258 /src/controls/ApplicationWindow.qml
parentc345d1ddf66fa73660a299826b9e3a3328519bed (diff)
downloadqtquickcontrols-5db6659d65062353cfa6425f7790ea34f1b4a3f4.tar.gz
Doc: Document Qt Quick Controls explicitly as 'version 1'
This is to explicitly identify Qt Quick Controls as Controls 1, so that Controls 2 can be referred generally as Qt Quick Controls. Task-number: QTBUG-70333 Change-Id: I798c0354ad47ab96978575829322a254876529fb Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/controls/ApplicationWindow.qml')
-rw-r--r--src/controls/ApplicationWindow.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml
index fb9cdacd..b739ecae 100644
--- a/src/controls/ApplicationWindow.qml
+++ b/src/controls/ApplicationWindow.qml
@@ -84,7 +84,7 @@ import QtQuick.Controls.Private 1.0
\note By default, an ApplicationWindow is not visible.
- The \l{Qt Quick Controls - Gallery} example is a good starting
+ The \l{Qt Quick Controls 1 - Gallery} example is a good starting
point to explore this type.
*/
@@ -147,7 +147,7 @@ Window {
property alias contentItem : contentArea
/*! The style Component for the window.
- \sa {Qt Quick Controls Styles QML Types}
+ \sa {Qt Quick Controls 1 Styles QML Types}
*/
property Component style: Settings.styleComponent(Settings.style, "ApplicationWindowStyle.qml", root)