diff options
| author | Jaishree Vyas <jaishree.vyas@qt.io> | 2024-01-15 15:38:38 +0100 |
|---|---|---|
| committer | Jaishree Vyas <jaishree.vyas@qt.io> | 2024-01-16 17:23:12 +0000 |
| commit | 98ee4d9e37a1038d46f0c0494332c0ed46dbb323 (patch) | |
| tree | 8d05a1631fbee8e43cf8bc4d8f9a6ea7ccee9e6d /examples/widgets/doc/src | |
| parent | 84cf0e2be54d9ad183db063fd429b792c67edd18 (diff) | |
Doc: Create separate Graphics and Multimedia example categories
Fixes: QTBUG-117884
Pick-to: 6.6 6.7
Change-Id: I33c7b1cbfaeae866dffb0e89a5d09d775736d886
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/widgets/doc/src')
20 files changed, 20 insertions, 20 deletions
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. |
