summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-10-27 15:29:04 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-10-27 15:55:13 +0100
commit5779670021c07524685d92fd7f295759efc8c6e3 (patch)
tree8126294415ec35bff097ac62069d087e91c66d5b
parent5209f5265033e5f7be3c48b13b94650113c09c5b (diff)
downloadqtdoc-5779670021c07524685d92fd7f295759efc8c6e3.tar.gz
EGLFS: minor improvements
Remove irrelevant version numbers, and reorder text a bit. Change-Id: I06eea96923eb456fa2b0ec36f7dcad8b4fd0fc4c Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
-rw-r--r--doc/src/platforms/emb-linux.qdoc11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/src/platforms/emb-linux.qdoc b/doc/src/platforms/emb-linux.qdoc
index a3dbc6b0..4d72189e 100644
--- a/doc/src/platforms/emb-linux.qdoc
+++ b/doc/src/platforms/emb-linux.qdoc
@@ -63,16 +63,15 @@
\li \e{EGL device integration} -- dynamically loaded plugins
\endlist
- EGLFS is a platform plugin for running Qt5 applications on top of EGL and
- OpenGL ES 2.0, without an actual windowing system like X11 or Wayland. In
- addition to Qt Quick 2 and native OpenGL applications, EGLFS supports
+ EGLFS is a platform plugin for running Qt applications on top of EGL and
+ OpenGL ES 2.0, without an actual windowing system like X11 or Wayland. It is
+ the recommended plugin for modern Embedded Linux devices that include a GPU.
+
+ In addition to Qt Quick and native OpenGL applications, EGLFS supports
software-rendered windows, like QWidget, too. For QWidget, the widgets'
contents are rendered using the CPU into images, which are then
uploaded into textures and composited by the plugin.
- EGLFS is the recommended plugin for modern Embedded Linux devices that
- include a GPU.
-
EGLFS forces the first top-level window - either a QWidget or a QQuickView
- to become fullscreen. This window is also chosen to be the \e root widget
window into which all other top-level widgets are composited. For example,