aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2016-03-31 12:52:17 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-01 12:36:08 +0000
commit78ec7b84abd5f499c83b0b2076fb47617a2ebbb7 (patch)
tree0c50debe88d1242160d2a129932c6777b6529118 /src/controls
parent335b1fff26ef0c13e1cd1fe697c70d7b8f1a8139 (diff)
Doc: Rename Qt Labs Controls to Qt Quick Controls 2
Replaced all remaining instances of "Qt Labs Controls" Change-Id: Iad784417b9b4ce015c11b4737dab2105b338ff5f Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/controls')
-rw-r--r--src/controls/qquickstyle.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/controls/qquickstyle.cpp b/src/controls/qquickstyle.cpp
index e6be5efd..d6a966ea 100644
--- a/src/controls/qquickstyle.cpp
+++ b/src/controls/qquickstyle.cpp
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtLabsControls
QQuickStyle provides API for querying and configuring the application
- \l {Styling Qt Labs Controls}{styles} of Qt Labs Controls.
+ \l {Styling Qt Quick Controls 2}{styles} of Qt Quick Controls 2.
\code
#include <QGuiApplication>
@@ -72,10 +72,10 @@ QT_BEGIN_NAMESPACE
\endcode
\note The style must be configured \b before loading QML that imports
- Qt Labs Controls. It is not possible to change the style after the QML
+ Qt Quick Controls 2. It is not possible to change the style after the QML
types have been registered.
- \sa {Styling Qt Labs Controls}
+ \sa {Styling Qt Quick Controls 2}
*/
struct QQuickStyleSpec
@@ -138,7 +138,7 @@ QString QQuickStyle::name()
/*!
Returns the path of an overridden application style, or an empty
- string if the style is one of the built-in Qt Labs Controls styles.
+ string if the style is one of the built-in Qt Quick Controls 2 styles.
\note The application style can be specified by passing a \c -style command
line argument. Therefore \c path() may not return a fully resolved
@@ -152,7 +152,7 @@ QString QQuickStyle::path()
/*!
Sets the application style.
- \note The style must be configured \b before loading QML that imports Qt Labs Controls.
+ \note The style must be configured \b before loading QML that imports Qt Quick Controls 2.
It is not possible to change the style after the QML types have been registered.
*/
void QQuickStyle::setStyle(const QString &style)