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>
This commit is contained in:
Safiyyah Moosa 2023-08-21 19:07:23 +02:00 committed by Qt Cherry-pick Bot
parent 883a12d28d
commit bbae65a75d
5 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
/*! /*!
\example rasterwindow \example rasterwindow
\title Raster Window Example \title Raster Window Example
\examplecategory {Graphics & Multimedia}
\brief This example shows how to create a minimal QWindow based \brief This example shows how to create a minimal QWindow based
application using QPainter for rendering. application using QPainter for rendering.

View File

@ -4,6 +4,7 @@
/*! /*!
\example rhiwindow \example rhiwindow
\title RHI Window Example \title RHI Window Example
\examplecategory {Graphics & Multimedia}
\brief This example shows how to create a minimal QWindow-based \brief This example shows how to create a minimal QWindow-based
application using QRhi. application using QRhi.

View File

@ -7,6 +7,7 @@
\title Hello Vulkan Cubes Example \title Hello Vulkan Cubes Example
\ingroup examples-vulkan \ingroup examples-vulkan
\brief Shows the basics of using QVulkanWindow. \brief Shows the basics of using QVulkanWindow.
\examplecategory {Graphics & Multimedia}
The \e{Hello Vulkan Cubes Example} shows more advanced usage of QVulkanWindow. The \e{Hello Vulkan Cubes Example} shows more advanced usage of QVulkanWindow.

View File

@ -7,6 +7,7 @@
\ingroup examples-vulkan \ingroup examples-vulkan
\title Hello Vulkan Triangle Example \title Hello Vulkan Triangle Example
\brief Shows the basics of rendering with QVulkanWindow and the Vulkan API. \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, The \e{Hello Vulkan Triangle Example} creates a full graphics pipeline,
including a vertex and fragment shader, to render a triangle. including a vertex and fragment shader, to render a triangle.

View File

@ -7,6 +7,7 @@
\ingroup examples-vulkan \ingroup examples-vulkan
\title Hello Vulkan Widget Example \title Hello Vulkan Widget Example
\brief Shows the usage of QVulkanWindow in QWidget applications. \brief Shows the usage of QVulkanWindow in QWidget applications.
\examplecategory {Graphics & Multimedia}
The \e{Hello Vulkan Widget Example} is a variant of \l hellovulkantriangle The \e{Hello Vulkan Widget Example} is a variant of \l hellovulkantriangle
that embeds the QVulkanWindow into a QWidget-based user interface using that embeds the QVulkanWindow into a QWidget-based user interface using