From 5db6659d65062353cfa6425f7790ea34f1b4a3f4 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Fri, 26 Oct 2018 14:16:56 +0200 Subject: Doc: Document Qt Quick Controls explicitly as 'version 1' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ƶ --- src/controls/ApplicationWindow.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/controls/ApplicationWindow.qml') 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) -- cgit v1.2.1