diff --git a/examples/gui/doc/src/rasterwindow.qdoc b/examples/gui/doc/src/rasterwindow.qdoc index 601b1d00a0c..d30b4d76435 100644 --- a/examples/gui/doc/src/rasterwindow.qdoc +++ b/examples/gui/doc/src/rasterwindow.qdoc @@ -4,7 +4,7 @@ /*! \example rasterwindow \title Raster Window Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \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 1dd5ffb7caa..b6fc279816b 100644 --- a/examples/gui/doc/src/rhiwindow.qdoc +++ b/examples/gui/doc/src/rhiwindow.qdoc @@ -4,7 +4,7 @@ /*! \example rhiwindow \title RHI Window Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief This example shows how to create a minimal QWindow-based application using QRhi. diff --git a/examples/opengl/doc/src/2dpainting.qdoc b/examples/opengl/doc/src/2dpainting.qdoc index 5fcb5ad3a81..5196c789370 100644 --- a/examples/opengl/doc/src/2dpainting.qdoc +++ b/examples/opengl/doc/src/2dpainting.qdoc @@ -5,7 +5,7 @@ \example 2dpainting \title 2D Painting Example \ingroup examples-widgets-opengl - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief The 2D Painting example shows how QPainter and QOpenGLWidget can be used together to display accelerated 2D graphics on supported hardware. diff --git a/examples/opengl/doc/src/hellogles3.qdoc b/examples/opengl/doc/src/hellogles3.qdoc index acd00e75977..d85f40a29fd 100644 --- a/examples/opengl/doc/src/hellogles3.qdoc +++ b/examples/opengl/doc/src/hellogles3.qdoc @@ -5,7 +5,7 @@ \example hellogles3 \title Hello GLES3 Example \ingroup examples-widgets-opengl - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \examplecategory {Mobile} \brief Demonstrates OpenGL ES 3.0 functions via QOpenGLExtraFunctions. diff --git a/examples/opengl/doc/src/openglwindow.qdoc b/examples/opengl/doc/src/openglwindow.qdoc index 44ef047aeb1..cade2f009a1 100644 --- a/examples/opengl/doc/src/openglwindow.qdoc +++ b/examples/opengl/doc/src/openglwindow.qdoc @@ -5,7 +5,7 @@ \example openglwindow \title OpenGL Window Example \ingroup examples-widgets-opengl - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief This example shows how to create a minimal QWindow based application for the purpose of using OpenGL. diff --git a/examples/opengl/doc/src/stereoqopenglwidget.qdoc b/examples/opengl/doc/src/stereoqopenglwidget.qdoc index f9e230af63a..0cb45b9808e 100644 --- a/examples/opengl/doc/src/stereoqopenglwidget.qdoc +++ b/examples/opengl/doc/src/stereoqopenglwidget.qdoc @@ -4,7 +4,7 @@ /*! \example stereoqopenglwidget \title QOpenGLWidget Stereoscopic Rendering Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-widgets-opengl \brief This example shows how to create a minimal QOpenGLWidget based application with stereoscopic rendering support. diff --git a/examples/vulkan/doc/src/hellovulkancubes.qdoc b/examples/vulkan/doc/src/hellovulkancubes.qdoc index 992a7643985..91149911df6 100644 --- a/examples/vulkan/doc/src/hellovulkancubes.qdoc +++ b/examples/vulkan/doc/src/hellovulkancubes.qdoc @@ -7,7 +7,7 @@ \title Hello Vulkan Cubes Example \ingroup examples-vulkan \brief Shows the basics of using QVulkanWindow. - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} 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 d716132cb38..bafa026ccdc 100644 --- a/examples/vulkan/doc/src/hellovulkantriangle.qdoc +++ b/examples/vulkan/doc/src/hellovulkantriangle.qdoc @@ -7,7 +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} + \examplecategory {Graphics} 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 0f9ecf62a8c..2a71084fc49 100644 --- a/examples/vulkan/doc/src/hellovulkanwidget.qdoc +++ b/examples/vulkan/doc/src/hellovulkanwidget.qdoc @@ -7,7 +7,7 @@ \ingroup examples-vulkan \title Hello Vulkan Widget Example \brief Shows the usage of QVulkanWindow in QWidget applications. - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} The \e{Hello Vulkan Widget Example} is a variant of \l hellovulkantriangle that embeds the QVulkanWindow into a QWidget-based user interface using diff --git a/examples/widgets/doc/src/affine.qdoc b/examples/widgets/doc/src/affine.qdoc index 5aded0bd75d..2ec3a4fc4d9 100644 --- a/examples/widgets/doc/src/affine.qdoc +++ b/examples/widgets/doc/src/affine.qdoc @@ -4,7 +4,7 @@ /*! \example painting/affine \title Affine Transformations - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-painting \brief Demonstrates how affine transformations in QPainter work. diff --git a/examples/widgets/doc/src/analogclock.qdoc b/examples/widgets/doc/src/analogclock.qdoc index 40ba74f3a97..8f98f4b7b08 100644 --- a/examples/widgets/doc/src/analogclock.qdoc +++ b/examples/widgets/doc/src/analogclock.qdoc @@ -3,7 +3,7 @@ /*! \example widgets/analogclock - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \meta tags {widgets} \title Analog Clock diff --git a/examples/widgets/doc/src/basicdrawing.qdoc b/examples/widgets/doc/src/basicdrawing.qdoc index afba853f3d0..0882c0f32f3 100644 --- a/examples/widgets/doc/src/basicdrawing.qdoc +++ b/examples/widgets/doc/src/basicdrawing.qdoc @@ -4,7 +4,7 @@ /*! \example painting/basicdrawing \title Basic Drawing Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-painting \brief The Basic Drawing example shows how to display basic graphics primitives in a variety of styles using the QPainter diff --git a/examples/widgets/doc/src/basicgraphicslayouts.qdoc b/examples/widgets/doc/src/basicgraphicslayouts.qdoc index 07ead4e44f3..1add587464d 100644 --- a/examples/widgets/doc/src/basicgraphicslayouts.qdoc +++ b/examples/widgets/doc/src/basicgraphicslayouts.qdoc @@ -4,7 +4,7 @@ /*! \example graphicsview/basicgraphicslayouts \title Basic Graphics Layouts Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-graphicsview-layout \brief Demonstrates how to create basic graphics layout. diff --git a/examples/widgets/doc/src/chip.qdoc b/examples/widgets/doc/src/chip.qdoc index 817fc7d6cae..2c69c10f39f 100644 --- a/examples/widgets/doc/src/chip.qdoc +++ b/examples/widgets/doc/src/chip.qdoc @@ -4,7 +4,7 @@ /*! \example graphicsview/chip \title 40000 Chips - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-graphicsview \brief Visualizes a huge graphic view scene with 40000 chip items. diff --git a/examples/widgets/doc/src/collidingmice-example.qdoc b/examples/widgets/doc/src/collidingmice-example.qdoc index 54c893eed7b..a1b8e0e1412 100644 --- a/examples/widgets/doc/src/collidingmice-example.qdoc +++ b/examples/widgets/doc/src/collidingmice-example.qdoc @@ -4,7 +4,7 @@ /*! \example graphicsview/collidingmice \title Colliding Mice Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief Demonstrates how to animate items on a graphics view. \ingroup examples-graphicsview diff --git a/examples/widgets/doc/src/composition.qdoc b/examples/widgets/doc/src/composition.qdoc index 38cd34bc6f8..a8adcd25496 100644 --- a/examples/widgets/doc/src/composition.qdoc +++ b/examples/widgets/doc/src/composition.qdoc @@ -4,7 +4,7 @@ /*! \example painting/composition \title Composition Modes - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-painting \brief Demonstrates how Composition Modes work in QPainter. diff --git a/examples/widgets/doc/src/cuberhiwidget.qdoc b/examples/widgets/doc/src/cuberhiwidget.qdoc index 6356ead9590..d40459ecf1d 100644 --- a/examples/widgets/doc/src/cuberhiwidget.qdoc +++ b/examples/widgets/doc/src/cuberhiwidget.qdoc @@ -4,7 +4,7 @@ /*! \example rhi/cuberhiwidget \title Cube RHI Widget Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-widgets \brief Shows how to render a textured cube and integrate with QPainter and widgets, using QRhi Qt's 3D API and shading language abstraction layer. diff --git a/examples/widgets/doc/src/deform.qdoc b/examples/widgets/doc/src/deform.qdoc index bda32f8c41f..f33522fa3b5 100644 --- a/examples/widgets/doc/src/deform.qdoc +++ b/examples/widgets/doc/src/deform.qdoc @@ -4,7 +4,7 @@ /*! \example painting/deform \title Vector Deformation - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-painting \brief Demonstrates how to manipulate the elements of a QPainterPath. diff --git a/examples/widgets/doc/src/diagramscene.qdoc b/examples/widgets/doc/src/diagramscene.qdoc index cd1961368f0..6f307ef97c1 100644 --- a/examples/widgets/doc/src/diagramscene.qdoc +++ b/examples/widgets/doc/src/diagramscene.qdoc @@ -4,7 +4,7 @@ /*! \example graphicsview/diagramscene \title Diagram Scene Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-graphicsview \brief Demonstrate how to use the Graphics View framework. diff --git a/examples/widgets/doc/src/dragdroprobot.qdoc b/examples/widgets/doc/src/dragdroprobot.qdoc index 6b7f695219b..c9ff04574b3 100644 --- a/examples/widgets/doc/src/dragdroprobot.qdoc +++ b/examples/widgets/doc/src/dragdroprobot.qdoc @@ -4,7 +4,7 @@ /*! \example graphicsview/dragdroprobot \title Drag and Drop Robot Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-graphicsview \brief Demonstrates how to drag and drop items in a graphics view. diff --git a/examples/widgets/doc/src/easing.qdoc b/examples/widgets/doc/src/easing.qdoc index 776d1613199..79c985392c6 100644 --- a/examples/widgets/doc/src/easing.qdoc +++ b/examples/widgets/doc/src/easing.qdoc @@ -4,7 +4,7 @@ /*! \example animation/easing \title Easing Curves Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Multimedia} \brief The Easing Curves example shows how to use easing curves to control the speed of an animation. diff --git a/examples/widgets/doc/src/elasticnodes.qdoc b/examples/widgets/doc/src/elasticnodes.qdoc index 10062ff0c6a..c25fd680096 100644 --- a/examples/widgets/doc/src/elasticnodes.qdoc +++ b/examples/widgets/doc/src/elasticnodes.qdoc @@ -4,7 +4,7 @@ /*! \example graphicsview/elasticnodes \title Elastic Nodes Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-graphicsview \brief Demonstrates how to interact with graphical items in a scene. diff --git a/examples/widgets/doc/src/gradients.qdoc b/examples/widgets/doc/src/gradients.qdoc index 5b84493c57f..e2ad68db1ae 100644 --- a/examples/widgets/doc/src/gradients.qdoc +++ b/examples/widgets/doc/src/gradients.qdoc @@ -4,7 +4,7 @@ /*! \example painting/gradients \title Gradients - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-painting \brief Shows how gradients can be used with QPainter. diff --git a/examples/widgets/doc/src/graphicsview-simpleanchorlayout.qdoc b/examples/widgets/doc/src/graphicsview-simpleanchorlayout.qdoc index a269aac5fbc..ce5fe8934a2 100644 --- a/examples/widgets/doc/src/graphicsview-simpleanchorlayout.qdoc +++ b/examples/widgets/doc/src/graphicsview-simpleanchorlayout.qdoc @@ -4,7 +4,7 @@ /*! \example graphicsview/simpleanchorlayout \title Simple Anchor Layout Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-graphicsview-layout \brief Demonstrates anchor layout on a graphics view scene. diff --git a/examples/widgets/doc/src/imagecomposition.qdoc b/examples/widgets/doc/src/imagecomposition.qdoc index 42ddab2296b..9eec57ca889 100644 --- a/examples/widgets/doc/src/imagecomposition.qdoc +++ b/examples/widgets/doc/src/imagecomposition.qdoc @@ -4,7 +4,7 @@ /*! \example painting/imagecomposition \title Image Composition Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-painting \ingroup examples-layout \brief Shows how composition modes work in QPainter. diff --git a/examples/widgets/doc/src/painterpaths.qdoc b/examples/widgets/doc/src/painterpaths.qdoc index 58965af1c2a..305a7608e59 100644 --- a/examples/widgets/doc/src/painterpaths.qdoc +++ b/examples/widgets/doc/src/painterpaths.qdoc @@ -4,7 +4,7 @@ /*! \example painting/painterpaths \title Painter Paths Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-painting \brief The Painter Paths example shows how to use painter paths to build complex shapes for rendering. diff --git a/examples/widgets/doc/src/pathstroke.qdoc b/examples/widgets/doc/src/pathstroke.qdoc index cfb98bc343a..bc4001ebb5e 100644 --- a/examples/widgets/doc/src/pathstroke.qdoc +++ b/examples/widgets/doc/src/pathstroke.qdoc @@ -4,7 +4,7 @@ /*! \example painting/pathstroke \title Path Stroking - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-painting \brief The Path Stroking example shows various types of pens that can be used with QPainter. diff --git a/examples/widgets/doc/src/simplerhiwidget.qdoc b/examples/widgets/doc/src/simplerhiwidget.qdoc index c8befb002bb..e53302218e1 100644 --- a/examples/widgets/doc/src/simplerhiwidget.qdoc +++ b/examples/widgets/doc/src/simplerhiwidget.qdoc @@ -4,7 +4,7 @@ /*! \example rhi/simplerhiwidget \title Simple RHI Widget Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-widgets \brief Shows how to render a triangle using QRhi, Qt's 3D API and shading language abstraction layer. diff --git a/examples/widgets/doc/src/transformations.qdoc b/examples/widgets/doc/src/transformations.qdoc index ab54bbcb674..d90708340c1 100644 --- a/examples/widgets/doc/src/transformations.qdoc +++ b/examples/widgets/doc/src/transformations.qdoc @@ -4,7 +4,7 @@ /*! \example painting/transformations \title Transformations Example - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup examples-painting \brief The Transformations example shows how transformations influence the way that QPainter renders graphics primitives.