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 \example rasterwindow
\title Raster Window Example \title Raster Window Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\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,7 +4,7 @@
/*! /*!
\example rhiwindow \example rhiwindow
\title RHI Window Example \title RHI Window Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\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

@ -5,7 +5,7 @@
\example 2dpainting \example 2dpainting
\title 2D Painting Example \title 2D Painting Example
\ingroup examples-widgets-opengl \ingroup examples-widgets-opengl
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\brief The 2D Painting example shows how QPainter and QOpenGLWidget can be \brief The 2D Painting example shows how QPainter and QOpenGLWidget can be
used together to display accelerated 2D graphics on supported hardware. used together to display accelerated 2D graphics on supported hardware.

View File

@ -5,7 +5,7 @@
\example hellogles3 \example hellogles3
\title Hello GLES3 Example \title Hello GLES3 Example
\ingroup examples-widgets-opengl \ingroup examples-widgets-opengl
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\examplecategory {Mobile} \examplecategory {Mobile}
\brief Demonstrates OpenGL ES 3.0 functions via QOpenGLExtraFunctions. \brief Demonstrates OpenGL ES 3.0 functions via QOpenGLExtraFunctions.

View File

@ -5,7 +5,7 @@
\example openglwindow \example openglwindow
\title OpenGL Window Example \title OpenGL Window Example
\ingroup examples-widgets-opengl \ingroup examples-widgets-opengl
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\brief This example shows how to create a minimal QWindow based application \brief This example shows how to create a minimal QWindow based application
for the purpose of using OpenGL. for the purpose of using OpenGL.

View File

@ -4,7 +4,7 @@
/*! /*!
\example stereoqopenglwidget \example stereoqopenglwidget
\title QOpenGLWidget Stereoscopic Rendering Example \title QOpenGLWidget Stereoscopic Rendering Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-widgets-opengl \ingroup examples-widgets-opengl
\brief This example shows how to create a minimal QOpenGLWidget based \brief This example shows how to create a minimal QOpenGLWidget based
application with stereoscopic rendering support. application with stereoscopic rendering support.

View File

@ -7,7 +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} \examplecategory {Graphics}
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,7 +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} \examplecategory {Graphics}
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,7 +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} \examplecategory {Graphics}
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

View File

@ -4,7 +4,7 @@
/*! /*!
\example painting/affine \example painting/affine
\title Affine Transformations \title Affine Transformations
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-painting \ingroup examples-painting
\brief Demonstrates how affine transformations in QPainter work. \brief Demonstrates how affine transformations in QPainter work.

View File

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

View File

@ -4,7 +4,7 @@
/*! /*!
\example painting/basicdrawing \example painting/basicdrawing
\title Basic Drawing Example \title Basic Drawing Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-painting \ingroup examples-painting
\brief The Basic Drawing example shows how to display basic \brief The Basic Drawing example shows how to display basic
graphics primitives in a variety of styles using the QPainter graphics primitives in a variety of styles using the QPainter

View File

@ -4,7 +4,7 @@
/*! /*!
\example graphicsview/basicgraphicslayouts \example graphicsview/basicgraphicslayouts
\title Basic Graphics Layouts Example \title Basic Graphics Layouts Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-graphicsview-layout \ingroup examples-graphicsview-layout
\brief Demonstrates how to create basic graphics layout. \brief Demonstrates how to create basic graphics layout.

View File

@ -4,7 +4,7 @@
/*! /*!
\example graphicsview/chip \example graphicsview/chip
\title 40000 Chips \title 40000 Chips
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-graphicsview \ingroup examples-graphicsview
\brief Visualizes a huge graphic view scene with 40000 chip items. \brief Visualizes a huge graphic view scene with 40000 chip items.

View File

@ -4,7 +4,7 @@
/*! /*!
\example graphicsview/collidingmice \example graphicsview/collidingmice
\title Colliding Mice Example \title Colliding Mice Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\brief Demonstrates how to animate items on a graphics view. \brief Demonstrates how to animate items on a graphics view.
\ingroup examples-graphicsview \ingroup examples-graphicsview

View File

@ -4,7 +4,7 @@
/*! /*!
\example painting/composition \example painting/composition
\title Composition Modes \title Composition Modes
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-painting \ingroup examples-painting
\brief Demonstrates how Composition Modes work in QPainter. \brief Demonstrates how Composition Modes work in QPainter.

View File

@ -4,7 +4,7 @@
/*! /*!
\example rhi/cuberhiwidget \example rhi/cuberhiwidget
\title Cube RHI Widget Example \title Cube RHI Widget Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-widgets \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. \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 \example painting/deform
\title Vector Deformation \title Vector Deformation
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-painting \ingroup examples-painting
\brief Demonstrates how to manipulate the elements of a QPainterPath. \brief Demonstrates how to manipulate the elements of a QPainterPath.

View File

@ -4,7 +4,7 @@
/*! /*!
\example graphicsview/diagramscene \example graphicsview/diagramscene
\title Diagram Scene Example \title Diagram Scene Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-graphicsview \ingroup examples-graphicsview
\brief Demonstrate how to use the Graphics View framework. \brief Demonstrate how to use the Graphics View framework.

View File

@ -4,7 +4,7 @@
/*! /*!
\example graphicsview/dragdroprobot \example graphicsview/dragdroprobot
\title Drag and Drop Robot Example \title Drag and Drop Robot Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-graphicsview \ingroup examples-graphicsview
\brief Demonstrates how to drag and drop items in a graphics view. \brief Demonstrates how to drag and drop items in a graphics view.

View File

@ -4,7 +4,7 @@
/*! /*!
\example animation/easing \example animation/easing
\title Easing Curves Example \title Easing Curves Example
\examplecategory {Graphics & Multimedia} \examplecategory {Multimedia}
\brief The Easing Curves example shows how to use easing curves to \brief The Easing Curves example shows how to use easing curves to
control the speed of an animation. control the speed of an animation.

View File

@ -4,7 +4,7 @@
/*! /*!
\example graphicsview/elasticnodes \example graphicsview/elasticnodes
\title Elastic Nodes Example \title Elastic Nodes Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-graphicsview \ingroup examples-graphicsview
\brief Demonstrates how to interact with graphical items in a scene. \brief Demonstrates how to interact with graphical items in a scene.

View File

@ -4,7 +4,7 @@
/*! /*!
\example painting/gradients \example painting/gradients
\title Gradients \title Gradients
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-painting \ingroup examples-painting
\brief Shows how gradients can be used with QPainter. \brief Shows how gradients can be used with QPainter.

View File

@ -4,7 +4,7 @@
/*! /*!
\example graphicsview/simpleanchorlayout \example graphicsview/simpleanchorlayout
\title Simple Anchor Layout Example \title Simple Anchor Layout Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-graphicsview-layout \ingroup examples-graphicsview-layout
\brief Demonstrates anchor layout on a graphics view scene. \brief Demonstrates anchor layout on a graphics view scene.

View File

@ -4,7 +4,7 @@
/*! /*!
\example painting/imagecomposition \example painting/imagecomposition
\title Image Composition Example \title Image Composition Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-painting \ingroup examples-painting
\ingroup examples-layout \ingroup examples-layout
\brief Shows how composition modes work in QPainter. \brief Shows how composition modes work in QPainter.

View File

@ -4,7 +4,7 @@
/*! /*!
\example painting/painterpaths \example painting/painterpaths
\title Painter Paths Example \title Painter Paths Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-painting \ingroup examples-painting
\brief The Painter Paths example shows how to use painter paths \brief The Painter Paths example shows how to use painter paths
to build complex shapes for rendering. to build complex shapes for rendering.

View File

@ -4,7 +4,7 @@
/*! /*!
\example painting/pathstroke \example painting/pathstroke
\title Path Stroking \title Path Stroking
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-painting \ingroup examples-painting
\brief The Path Stroking example shows various types of pens that \brief The Path Stroking example shows various types of pens that
can be used with QPainter. can be used with QPainter.

View File

@ -4,7 +4,7 @@
/*! /*!
\example rhi/simplerhiwidget \example rhi/simplerhiwidget
\title Simple RHI Widget Example \title Simple RHI Widget Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-widgets \ingroup examples-widgets
\brief Shows how to render a triangle using QRhi, Qt's 3D API and shading language abstraction layer. \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 \example painting/transformations
\title Transformations Example \title Transformations Example
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics}
\ingroup examples-painting \ingroup examples-painting
\brief The Transformations example shows how transformations \brief The Transformations example shows how transformations
influence the way that QPainter renders graphics primitives. influence the way that QPainter renders graphics primitives.