aboutsummaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
parent7a8f055c6ee274292f2585f59ff6bac4383d6b01 (diff)
Remove mentions of tech preview
Change-Id: Ic1fe26207488fb15423c44ddbbb5447cb1edd662 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/controls/gallery/gallery.qml8
1 files changed, 4 insertions, 4 deletions
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
}