aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-13 10:38:53 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-13 09:07:46 +0000
commit2a1d244066c47803407c225d31164dadfc19dd58 (patch)
treea474e4f23d0d026981266492341dfc673d723d2f
parent7a8f055c6ee274292f2585f59ff6bac4383d6b01 (diff)
Remove mentions of tech preview
Change-Id: Ic1fe26207488fb15423c44ddbbb5447cb1edd662 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-rw-r--r--README.md11
-rw-r--r--examples/controls/gallery/gallery.qml8
2 files changed, 9 insertions, 10 deletions
diff --git a/README.md b/README.md
index 1c67b728..f30c1a17 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,12 @@
Qt Labs Controls
================
-The Qt Labs Controls module is a technology preview of the next generation
-user interface controls based on Qt Quick. In comparison to the desktop-
-oriented Qt Quick Controls 1, the experimental Qt Labs Controls are an order
-of magnitude simpler, lighter and faster, and are primarily targeting embedded
-and mobile platforms.
+The Qt Labs Controls module delivers the next generation user interface
+controls based on Qt Quick. In comparison to the desktop-oriented Qt Quick
+Controls 1, Qt Quick Controls 2 are an order of magnitude simpler, lighter and
+faster, and are primarily targeted towards embedded and mobile platforms.
-Qt Labs Controls are based on a flexible template system that enables rapid
+Qt Quick Controls 2 are based on a flexible template system that enables rapid
development of entire custom styles and user experiences. Qt Labs Controls
comes with a selection of built-in styles:
diff --git a/examples/controls/gallery/gallery.qml b/examples/controls/gallery/gallery.qml
index ed6fd201..828746a4 100644
--- a/examples/controls/gallery/gallery.qml
+++ b/examples/controls/gallery/gallery.qml
@@ -302,16 +302,16 @@ ApplicationWindow {
Label {
width: aboutDialog.availableWidth
- text: "The Qt Quick Controls 2 module is a technology preview of the next generation user interface controls based on Qt Quick."
+ text: "The Qt Quick Controls 2 module delivers the next generation user interface controls based on Qt Quick."
wrapMode: Label.Wrap
font.pixelSize: 12
}
Label {
width: aboutDialog.availableWidth
- text: "In comparison to the desktop oriented Qt Quick Controls 1, the experimental Qt Labs "
- + "Controls are an order of magnitude simpler, lighter and faster, and are primarily targeting embedded "
- + "and mobile platforms."
+ text: "In comparison to the desktop-oriented Qt Quick Controls 1, Qt Quick Controls 2 "
+ + "are an order of magnitude simpler, lighter and faster, and are primarily targeted "
+ + "towards embedded and mobile platforms."
wrapMode: Label.Wrap
font.pixelSize: 12
}