summaryrefslogtreecommitdiffstats
path: root/examples/gui/doc
diff options
context:
space:
mode:
authorSafiyyah Moosa <safiyyah.moosa@qt.io>2023-08-21 19:07:23 +0200
committerSafiyyah Moosa <safiyyah.moosa@qt.io>2023-08-28 13:49:36 +0200
commit3b187f14a1f80ac6893b5f7b5df9194691bc955c (patch)
tree9c2e7fdfd18787cbfdbcb562404d64ecd49c3dae /examples/gui/doc
parent3730212312584e805927460d82bb9a0ef9c10f68 (diff)
Doc: Add \examplecategory to qtgui
Task-number: QTBUG-116068 Pick-to: 6.5 6.6 Change-Id: Ia0bdc2122434adac51b37ba2207a2b0b993cf19b Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'examples/gui/doc')
-rw-r--r--examples/gui/doc/src/rasterwindow.qdoc1
-rw-r--r--examples/gui/doc/src/rhiwindow.qdoc1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/gui/doc/src/rasterwindow.qdoc b/examples/gui/doc/src/rasterwindow.qdoc
index 4458f12782..601b1d00a0 100644
--- a/examples/gui/doc/src/rasterwindow.qdoc
+++ b/examples/gui/doc/src/rasterwindow.qdoc
@@ -4,6 +4,7 @@
/*!
\example rasterwindow
\title Raster Window Example
+ \examplecategory {Graphics & Multimedia}
\brief This example shows how to create a minimal QWindow based
application using QPainter for rendering.
diff --git a/examples/gui/doc/src/rhiwindow.qdoc b/examples/gui/doc/src/rhiwindow.qdoc
index e3c6b83c16..1dd5ffb7ca 100644
--- a/examples/gui/doc/src/rhiwindow.qdoc
+++ b/examples/gui/doc/src/rhiwindow.qdoc
@@ -4,6 +4,7 @@
/*!
\example rhiwindow
\title RHI Window Example
+ \examplecategory {Graphics & Multimedia}
\brief This example shows how to create a minimal QWindow-based
application using QRhi.