summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSafiyyah Moosa <safiyyah.moosa@qt.io>2023-08-21 19:07:23 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-28 11:49:50 +0000
commitbbae65a75d4e5a89ba7d8eab53efdf37f354f1e8 (patch)
treec1293891947d61c0011f763675370a7ae1b5cdd3 /examples
parent883a12d28d469940335d3e33d6fc63388c860aad (diff)
Doc: Add \examplecategory to qtgui
Task-number: QTBUG-116068 Change-Id: Ia0bdc2122434adac51b37ba2207a2b0b993cf19b Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 3b187f14a1f80ac6893b5f7b5df9194691bc955c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/gui/doc/src/rasterwindow.qdoc1
-rw-r--r--examples/gui/doc/src/rhiwindow.qdoc1
-rw-r--r--examples/vulkan/doc/src/hellovulkancubes.qdoc1
-rw-r--r--examples/vulkan/doc/src/hellovulkantriangle.qdoc1
-rw-r--r--examples/vulkan/doc/src/hellovulkanwidget.qdoc1
5 files changed, 5 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.
diff --git a/examples/vulkan/doc/src/hellovulkancubes.qdoc b/examples/vulkan/doc/src/hellovulkancubes.qdoc
index dc60b8bb68..992a764398 100644
--- a/examples/vulkan/doc/src/hellovulkancubes.qdoc
+++ b/examples/vulkan/doc/src/hellovulkancubes.qdoc
@@ -7,6 +7,7 @@
\title Hello Vulkan Cubes Example
\ingroup examples-vulkan
\brief Shows the basics of using QVulkanWindow.
+ \examplecategory {Graphics & Multimedia}
The \e{Hello Vulkan Cubes Example} shows more advanced usage of QVulkanWindow.
diff --git a/examples/vulkan/doc/src/hellovulkantriangle.qdoc b/examples/vulkan/doc/src/hellovulkantriangle.qdoc
index 75b085109b..d716132cb3 100644
--- a/examples/vulkan/doc/src/hellovulkantriangle.qdoc
+++ b/examples/vulkan/doc/src/hellovulkantriangle.qdoc
@@ -7,6 +7,7 @@
\ingroup examples-vulkan
\title Hello Vulkan Triangle Example
\brief Shows the basics of rendering with QVulkanWindow and the Vulkan API.
+ \examplecategory {Graphics & Multimedia}
The \e{Hello Vulkan Triangle Example} creates a full graphics pipeline,
including a vertex and fragment shader, to render a triangle.
diff --git a/examples/vulkan/doc/src/hellovulkanwidget.qdoc b/examples/vulkan/doc/src/hellovulkanwidget.qdoc
index 0166a361b1..0f9ecf62a8 100644
--- a/examples/vulkan/doc/src/hellovulkanwidget.qdoc
+++ b/examples/vulkan/doc/src/hellovulkanwidget.qdoc
@@ -7,6 +7,7 @@
\ingroup examples-vulkan
\title Hello Vulkan Widget Example
\brief Shows the usage of QVulkanWindow in QWidget applications.
+ \examplecategory {Graphics & Multimedia}
The \e{Hello Vulkan Widget Example} is a variant of \l hellovulkantriangle
that embeds the QVulkanWindow into a QWidget-based user interface using