Doc: Create separate Graphics and Multimedia example categories

Fixes: QTBUG-117884
Pick-to: 6.6
Change-Id: I33c7b1cbfaeae866dffb0e89a5d09d775736d886
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit 98ee4d9e37a1038d46f0c0494332c0ed46dbb323)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Jaishree Vyas 2024-01-15 15:38:38 +01:00 committed by Qt Cherry-pick Bot
parent 06e9da856c
commit e2ad97eef9
29 changed files with 29 additions and 29 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -3,7 +3,7 @@
/*!
\example widgets/analogclock
\examplecategory {Graphics & Multimedia}
\examplecategory {Graphics}
\meta tags {widgets}
\title Analog Clock

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.