summaryrefslogtreecommitdiffstats
path: root/src/gui/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-11-11 17:23:18 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-11-17 20:16:12 +0100
commitd4b3989818e85b1e1f3183bef2711e125fbe76ca (patch)
treefe4d940d588be1a33ec06a60ce163f4d5a873cf4 /src/gui/doc
parent4f6c5d83d09881a8432873487eab44b88eabec9e (diff)
Update landing pages and module pages in qtbase
-Qt SQL, Qt D-BUS, Qt GUI, Qt OpenGL, Qt Widgets, Qt Test, Qt Concurrent, Qt XML, Qt Network, Qt Core -language edits for consistency, add links Task-number: QTBUG-87155 Change-Id: Ic61350c9fa15090c802a42d8e9116219591eba73 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/gui/doc')
-rw-r--r--src/gui/doc/src/qtgui.qdoc14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/gui/doc/src/qtgui.qdoc b/src/gui/doc/src/qtgui.qdoc
index c12417c144..efa4295a41 100644
--- a/src/gui/doc/src/qtgui.qdoc
+++ b/src/gui/doc/src/qtgui.qdoc
@@ -35,12 +35,7 @@
\brief The Qt GUI module provides the basic enablers for graphical
applications written with Qt.
- The Qt GUI module provides classes for windowing system
- integration, event handling, OpenGL and OpenGL ES integration,
- Vulkan integration, 2D graphics, imaging, fonts and typography.
- These classes are used internally by Qt's user interface technologies
- and can also be used directly, for instance to write applications using
- low-level OpenGL ES graphics APIs.
+ The \l{Qt GUI} page contains information about how to use the module.
*/
/*!
@@ -163,8 +158,8 @@
\section1 Vulkan Integration
- Qt 5.10 added support for \l {Vulkan}. This requires
- the presence of the \l{LunarG Vulkan SDK}.
+ Qt GUI has support for the \l {Vulkan} API. Qt applications require the
+ presence of the \l{LunarG Vulkan SDK}.
On Windows, the SDK sets the environment variable \c {VULKAN_SDK},
which will be detected by the \c {configure} script.
@@ -188,7 +183,8 @@
\section1 Drag and Drop
- More info in \l{Drag and Drop}
+ Qt GUI includes support for drag and drop. The \l{Drag and Drop} overview
+ has more information.
\section1 Module Evolution
\l{Changes to Qt GUI} lists important changes in the module API