Remove mentions of tech preview

Change-Id: Ic1fe26207488fb15423c44ddbbb5447cb1edd662
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
This commit is contained in:
Mitch Curtis 2016-04-13 10:38:53 +02:00
parent 7a8f055c6e
commit 2a1d244066
2 changed files with 9 additions and 10 deletions

View File

@ -1,13 +1,12 @@
Qt Labs Controls Qt Labs Controls
================ ================
The Qt Labs Controls module is a technology preview of the next generation The Qt Labs Controls module delivers the next generation user interface
user interface controls based on Qt Quick. In comparison to the desktop- controls based on Qt Quick. In comparison to the desktop-oriented Qt Quick
oriented Qt Quick Controls 1, the experimental Qt Labs Controls are an order Controls 1, Qt Quick Controls 2 are an order of magnitude simpler, lighter and
of magnitude simpler, lighter and faster, and are primarily targeting embedded faster, and are primarily targeted towards embedded and mobile platforms.
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 development of entire custom styles and user experiences. Qt Labs Controls
comes with a selection of built-in styles: comes with a selection of built-in styles:

View File

@ -302,16 +302,16 @@ ApplicationWindow {
Label { Label {
width: aboutDialog.availableWidth 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 wrapMode: Label.Wrap
font.pixelSize: 12 font.pixelSize: 12
} }
Label { Label {
width: aboutDialog.availableWidth width: aboutDialog.availableWidth
text: "In comparison to the desktop oriented Qt Quick Controls 1, the experimental Qt Labs " text: "In comparison to the desktop-oriented Qt Quick Controls 1, Qt Quick Controls 2 "
+ "Controls are an order of magnitude simpler, lighter and faster, and are primarily targeting embedded " + "are an order of magnitude simpler, lighter and faster, and are primarily targeted "
+ "and mobile platforms." + "towards embedded and mobile platforms."
wrapMode: Label.Wrap wrapMode: Label.Wrap
font.pixelSize: 12 font.pixelSize: 12
} }