summaryrefslogtreecommitdiffstats
path: root/basicsuite/about-b2qt
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-06-27 13:19:00 +0200
committerTopi Reiniö <topi.reinio@digia.com>2014-06-27 15:59:49 +0300
commit0f9d49c641268f141ca7c3d3cba9f750e400a6ab (patch)
treefa49b44b82fdf7c7e74066941a24ce6592dcd085 /basicsuite/about-b2qt
parentdd698678584affa0bc00a6c526d04b32f43d1be2 (diff)
Doc: Content/language improvement for About QtEE demo.
Rephrase a couple of sentences. Task-number: QTEE-691 Change-Id: I92d55e8215f5ce6bf4aab2019854149f37c78ad2 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
Diffstat (limited to 'basicsuite/about-b2qt')
-rw-r--r--basicsuite/about-b2qt/AboutBoot2Qt.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/basicsuite/about-b2qt/AboutBoot2Qt.qml b/basicsuite/about-b2qt/AboutBoot2Qt.qml
index 4f3b40f..ada3eb1 100644
--- a/basicsuite/about-b2qt/AboutBoot2Qt.qml
+++ b/basicsuite/about-b2qt/AboutBoot2Qt.qml
@@ -66,8 +66,8 @@ Column {
text: '<p align="justify">Qt Enterprise Embedded provides a fully-integrated solution
to get you started immediately with software development on your embedded device
with a tailored user experience for embedded Linux and embedded Android. It
- supports your key requirements for high performance and minimal footprint together
- with Qt’s flexible full-framework modular architecture to deliver unparalleled
+ supports your key requirements for high performance and minimal footprint, and together
+ with Qt - a full framework with modular architecture - delivers unparalleled
scalability. The development cycle is as rapid as it gets with fully integrated
embedded tooling, pre-configured software stack and a collection of value-add components.</p>'
}
@@ -109,9 +109,9 @@ Column {
width: parent.width
text: '<p align="justify">Leverage the cross-platform C++ native APIs for maximum performance on both beautiful
user interfaces as well as non-GUI operations. With C++, you have full control
- over your application code and direct device access. You can also configure Qt Enterprise Embedded
- directly from the source codes into a large variety of supported hardware and
- operating systems. As with any Qt project, the same application can be deployed
+ over your application code and direct device access. You can also create custom configurations
+ of Qt Enterprise Embedded, targeting a large variety of supported hardware and
+ operating systems with ease. As with any Qt project, the same application can be deployed
natively to desktop and mobile OS targets as well.</p>'
}
@@ -123,7 +123,7 @@ Column {
width: parent.width
text: '<p align="justify">With <strong>Qt Quick</strong> you can create beautiful and modern touch-based UIs
with maximum performance. Just like everything you find from this demo launcher!</p>
- <p align="justify">Should you want dynamic web content and HTML5, the <strong>Qt WebEngine</strong> gives you full
+ <p align="justify">Should you want dynamic web content and HTML5, the <strong>Qt WebEngine</strong> gives you a
Chromium-based browser engine with comprehensive HTML5 feature support. Mix and match with Qt Quick to get the best
of both worlds!</p>'
}