From bbae65a75d4e5a89ba7d8eab53efdf37f354f1e8 Mon Sep 17 00:00:00 2001 From: Safiyyah Moosa Date: Mon, 21 Aug 2023 19:07:23 +0200 Subject: [PATCH] Doc: Add \examplecategory to qtgui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-116068 Change-Id: Ia0bdc2122434adac51b37ba2207a2b0b993cf19b Reviewed-by: Kai Köhne (cherry picked from commit 3b187f14a1f80ac6893b5f7b5df9194691bc955c) Reviewed-by: Qt Cherry-pick Bot --- examples/gui/doc/src/rasterwindow.qdoc | 1 + examples/gui/doc/src/rhiwindow.qdoc | 1 + examples/vulkan/doc/src/hellovulkancubes.qdoc | 1 + examples/vulkan/doc/src/hellovulkantriangle.qdoc | 1 + examples/vulkan/doc/src/hellovulkanwidget.qdoc | 1 + 5 files changed, 5 insertions(+) diff --git a/examples/gui/doc/src/rasterwindow.qdoc b/examples/gui/doc/src/rasterwindow.qdoc index 4458f127826..601b1d00a0c 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 e3c6b83c16a..1dd5ffb7caa 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 dc60b8bb681..992a7643985 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 75b085109b1..d716132cb38 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 0166a361b1c..0f9ecf62a8c 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