summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-10-19 12:12:26 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-11-13 11:25:31 +0000
commitc7e00b8f26e08f618037cbba4d611769748d9341 (patch)
treeeddb536187964d2eca5fb2703e986a88a7322797
parenteb1c9cb8a57ab847fd21376b110ce92916db28b0 (diff)
downloadqttools-c7e00b8f26e08f618037cbba4d611769748d9341.tar.gz
Remove OpenGL from Qt Quick / QtDS description
Do not explicitly mention OpenGL acceleration anymore. Qt Quick nowadays can use different backends for accelerated graphics. Change-Id: Ice4dc20db6db7a9032e16c62e035a64f7b17c409 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit e0326d9a27139b1db2df22c81d0e440d3f52a71f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/designer/src/designer/doc/src/designer-manual.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/designer/doc/src/designer-manual.qdoc b/src/designer/src/designer/doc/src/designer-manual.qdoc
index 6378e5740..193f9363b 100644
--- a/src/designer/src/designer/doc/src/designer-manual.qdoc
+++ b/src/designer/src/designer/doc/src/designer-manual.qdoc
@@ -22,8 +22,8 @@
\note You have the option of using \l {Qt Quick} for user interface
design rather than widgets. It is a much easier way to write many kinds of
applications. It enables a completely customizable appearance,
- touch-reactive elements, and smooth animated transitions, backed up by the
- power of OpenGL graphics acceleration.
+ touch-reactive elements, and smooth animated transitions, taking advantage
+ of hardware acceleration.
If you are new to \QD, you can take a look at the
\l{Getting To Know Qt Designer} document. For a quick tutorial on how to