diff options
47 files changed, 47 insertions, 47 deletions
diff --git a/examples/quick/animation/doc/src/animation.qdoc b/examples/quick/animation/doc/src/animation.qdoc index d23235879f..26e056b813 100644 --- a/examples/quick/animation/doc/src/animation.qdoc +++ b/examples/quick/animation/doc/src/animation.qdoc @@ -7,7 +7,7 @@ \brief This is a collection of QML Animation examples. \image qml-animations-example.png \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \e Animation is a collection of small QML examples relating to animation. Each example is a small QML file emphasizing a particular type or feature. diff --git a/examples/quick/canvas/doc/src/canvas.qdoc b/examples/quick/canvas/doc/src/canvas.qdoc index 2d3bcab73c..87a7c7b5c4 100644 --- a/examples/quick/canvas/doc/src/canvas.qdoc +++ b/examples/quick/canvas/doc/src/canvas.qdoc @@ -7,7 +7,7 @@ \brief This is a collection of QML Canvas examples. \image qml-canvas-example.png \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \e Canvas is a collection of small QML examples relating to the \l Canvas type. Each example is a small QML file emphasizing a particular type or diff --git a/examples/quick/customitems/painteditem/doc/src/textballoons.qdoc b/examples/quick/customitems/painteditem/doc/src/textballoons.qdoc index 307771b36b..a0194759bd 100644 --- a/examples/quick/customitems/painteditem/doc/src/textballoons.qdoc +++ b/examples/quick/customitems/painteditem/doc/src/textballoons.qdoc @@ -5,7 +5,7 @@ \brief Shows how to implement QPainter-based custom scenegraph items. \example customitems/painteditem \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} The Painted Item example shows how to use the QML Scene Graph framework to implement custom scenegraph items using QPainter. diff --git a/examples/quick/draganddrop/doc/src/draganddrop.qdoc b/examples/quick/draganddrop/doc/src/draganddrop.qdoc index 9cb3f1cd96..444bbafca4 100644 --- a/examples/quick/draganddrop/doc/src/draganddrop.qdoc +++ b/examples/quick/draganddrop/doc/src/draganddrop.qdoc @@ -6,7 +6,7 @@ \brief This is a collection of QML drag and drop examples. \image qml-draganddrop-example.png \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \e{Drag and Drop} is a collection of small QML examples relating to the drag and drop functionality. For more information, visit the \l{Drag and Drop} diff --git a/examples/quick/embeddedinwidgets/doc/src/embeddedinwidgets.qdoc b/examples/quick/embeddedinwidgets/doc/src/embeddedinwidgets.qdoc index 8f24ad18ce..5e76b5c472 100644 --- a/examples/quick/embeddedinwidgets/doc/src/embeddedinwidgets.qdoc +++ b/examples/quick/embeddedinwidgets/doc/src/embeddedinwidgets.qdoc @@ -6,7 +6,7 @@ \image qml-embeddedinwidgets-example.jpg \brief Demonstrates embedding a QQuickWindow into a QWidget UI via QWidget::createWindowContainer(). \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} This example demonstrates one of the approaches to adding Qt Quick content into a QWidget-based application. QQuickView, and its parent class, diff --git a/examples/quick/imageelements/doc/src/imageelements.qdoc b/examples/quick/imageelements/doc/src/imageelements.qdoc index 0510bdf2ad..06fa25ab19 100644 --- a/examples/quick/imageelements/doc/src/imageelements.qdoc +++ b/examples/quick/imageelements/doc/src/imageelements.qdoc @@ -6,7 +6,7 @@ \brief This is a collection of QML examples relating to image types. \image qml-imageelements-example.png \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \e{Image Elements} is a collection of small QML examples relating to image types. For more information, visit \l{Use Case - Visual Elements In QML}. diff --git a/examples/quick/imageprovider/doc/src/imageprovider.qdoc b/examples/quick/imageprovider/doc/src/imageprovider.qdoc index 4533065735..d4cc2c923d 100644 --- a/examples/quick/imageprovider/doc/src/imageprovider.qdoc +++ b/examples/quick/imageprovider/doc/src/imageprovider.qdoc @@ -5,7 +5,7 @@ \title C++ Extensions: Image Provider Example \brief How to load images in QML with QQuickImageProvider. \example imageprovider - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} This examples shows how to use QQuickImageProvider to serve images to QML image elements. diff --git a/examples/quick/imageresponseprovider/doc/src/imageresponseprovider.qdoc b/examples/quick/imageresponseprovider/doc/src/imageresponseprovider.qdoc index 5795542113..7d45057116 100644 --- a/examples/quick/imageresponseprovider/doc/src/imageresponseprovider.qdoc +++ b/examples/quick/imageresponseprovider/doc/src/imageresponseprovider.qdoc @@ -5,7 +5,7 @@ \title C++ Extensions: Image Response Provider Example \example imageresponseprovider \brief How to load images asynchronously in QML. - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} This examples shows how to use QQuickImageProvider to serve images diff --git a/examples/quick/itemvariablerefreshrate/doc/src/itemvariablerefreshrate.qdoc b/examples/quick/itemvariablerefreshrate/doc/src/itemvariablerefreshrate.qdoc index afa7539c2c..51fbc2c523 100644 --- a/examples/quick/itemvariablerefreshrate/doc/src/itemvariablerefreshrate.qdoc +++ b/examples/quick/itemvariablerefreshrate/doc/src/itemvariablerefreshrate.qdoc @@ -7,7 +7,7 @@ \brief A Qt Quick example shows how to setup variable refresh rate for specific parts of the UI. \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} This example demonstrates using the live property of a \l{Item Layers} to get a variable and independent refresh rate for Quick items. This can provide a significant diff --git a/examples/quick/keyinteraction/doc/src/keyinteraction.qdoc b/examples/quick/keyinteraction/doc/src/keyinteraction.qdoc index a0e69a2665..378169452c 100644 --- a/examples/quick/keyinteraction/doc/src/keyinteraction.qdoc +++ b/examples/quick/keyinteraction/doc/src/keyinteraction.qdoc @@ -6,7 +6,7 @@ \brief This is a collection of QML keyboard interaction examples. \image qml-keyinteraction-example.png \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \e{Keyboard Focus in Qt Quick} combines various methods of handling keyboard focus. For more information, visit diff --git a/examples/quick/mousearea/doc/src/mousearea.qdoc b/examples/quick/mousearea/doc/src/mousearea.qdoc index 12b74c807e..3ff2422747 100644 --- a/examples/quick/mousearea/doc/src/mousearea.qdoc +++ b/examples/quick/mousearea/doc/src/mousearea.qdoc @@ -6,7 +6,7 @@ \brief This is an example of the MouseArea type in QML. \image qml-mousearea-example.png \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \e MouseArea example shows how to respond to clicks and drags with a \l MouseArea. For more information, visit diff --git a/examples/quick/multieffect/itemswitcher/doc/src/itemswitcher.qdoc b/examples/quick/multieffect/itemswitcher/doc/src/itemswitcher.qdoc index c7f604bf7f..f5588cb71e 100644 --- a/examples/quick/multieffect/itemswitcher/doc/src/itemswitcher.qdoc +++ b/examples/quick/multieffect/itemswitcher/doc/src/itemswitcher.qdoc @@ -6,7 +6,7 @@ \image qml-multieffectitemswitcher-example.jpg \brief Demonstrates MultiEffect usage. \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} This example demonstrates advanced usage of the MultiEffect type, which offers a simple, efficient solution for applying effects such as blur, drop diff --git a/examples/quick/multieffect/testbed/doc/src/testbed.qdoc b/examples/quick/multieffect/testbed/doc/src/testbed.qdoc index b0cfa0dc88..64a815b3a8 100644 --- a/examples/quick/multieffect/testbed/doc/src/testbed.qdoc +++ b/examples/quick/multieffect/testbed/doc/src/testbed.qdoc @@ -6,7 +6,7 @@ \image qml-multieffecttestbed-example.jpg \brief Demonstrates MultiEffect usage. \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} This example demonstrates the MultiEffect type, which offers a simple, efficient solution for applying effects such as blur, drop shadow, or diff --git a/examples/quick/particles/affectors/doc/src/affectors.qdoc b/examples/quick/particles/affectors/doc/src/affectors.qdoc index 4374d15883..73f99aabed 100644 --- a/examples/quick/particles/affectors/doc/src/affectors.qdoc +++ b/examples/quick/particles/affectors/doc/src/affectors.qdoc @@ -4,7 +4,7 @@ /*! \title Qt Quick Particles Examples - Affectors \example particles/affectors - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief This is a collection of examples using Affectors in the QML particle system. \image qml-affectors-example.png diff --git a/examples/quick/particles/emitters/doc/src/emitters.qdoc b/examples/quick/particles/emitters/doc/src/emitters.qdoc index 67f7e1642e..51a1ac308a 100644 --- a/examples/quick/particles/emitters/doc/src/emitters.qdoc +++ b/examples/quick/particles/emitters/doc/src/emitters.qdoc @@ -3,7 +3,7 @@ /*! \title Qt Quick Particles Examples - Emitters \example particles/emitters - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief This is a collection of examples using Emitters in the QML particle system. \image qml-emitters-example.png diff --git a/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc b/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc index bf4221a463..4bbbc6a430 100644 --- a/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc +++ b/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc @@ -4,7 +4,7 @@ /*! \title Qt Quick Particles Examples - Image Particles \example particles/imageparticle - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief This is a collection of examples using Affectors in the QML particle system. \image qml-imageparticle-example.png diff --git a/examples/quick/particles/system/doc/src/system.qdoc b/examples/quick/particles/system/doc/src/system.qdoc index b9e6359073..b936bd8976 100644 --- a/examples/quick/particles/system/doc/src/system.qdoc +++ b/examples/quick/particles/system/doc/src/system.qdoc @@ -4,7 +4,7 @@ /*! \title Qt Quick Particles Examples - System \example particles/system - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief This is a collection of examples using Affectors in the QML particle system. \image qml-system-example.png diff --git a/examples/quick/quick-accessibility/doc/src/accessibility.qdoc b/examples/quick/quick-accessibility/doc/src/accessibility.qdoc index d9b525851b..c6951cedd1 100644 --- a/examples/quick/quick-accessibility/doc/src/accessibility.qdoc +++ b/examples/quick/quick-accessibility/doc/src/accessibility.qdoc @@ -5,7 +5,7 @@ \example quick-accessibility \brief This example demonstrates the implementation of accessible buttons. \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \e Accessibility demonstrates QML types that are augmented with meta-data for accessibility systems. For more information, visit the diff --git a/examples/quick/rendercontrol/rendercontrol_d3d11/doc/src/rendercontrol_d3d11.qdoc b/examples/quick/rendercontrol/rendercontrol_d3d11/doc/src/rendercontrol_d3d11.qdoc index a75092d7e5..03c8816033 100644 --- a/examples/quick/rendercontrol/rendercontrol_d3d11/doc/src/rendercontrol_d3d11.qdoc +++ b/examples/quick/rendercontrol/rendercontrol_d3d11/doc/src/rendercontrol_d3d11.qdoc @@ -5,7 +5,7 @@ \title QQuickRenderControl D3D11 Example \example rendercontrol/rendercontrol_d3d11 \brief Shows how to render a Qt Quick scene into a texture that is then used by a non-Quick based Direct3D 11 renderer. - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \image rendercontrol-d3d11-example.jpg */ diff --git a/examples/quick/rendercontrol/rendercontrol_opengl/doc/src/rendercontrol_opengl.qdoc b/examples/quick/rendercontrol/rendercontrol_opengl/doc/src/rendercontrol_opengl.qdoc index ea8809f637..d4dc328081 100644 --- a/examples/quick/rendercontrol/rendercontrol_opengl/doc/src/rendercontrol_opengl.qdoc +++ b/examples/quick/rendercontrol/rendercontrol_opengl/doc/src/rendercontrol_opengl.qdoc @@ -5,7 +5,7 @@ \title QQuickRenderControl OpenGL Example \example rendercontrol/rendercontrol_opengl \brief Shows how to render a Qt Quick scene into a texture that is then used by a non-Quick based OpenGL renderer. - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \image rendercontrol-opengl-example.jpg diff --git a/examples/quick/rendercontrol/rendercontrol_rhi/doc/src/rendercontrol_rhi.qdoc b/examples/quick/rendercontrol/rendercontrol_rhi/doc/src/rendercontrol_rhi.qdoc index abf1a157f8..521dee3abc 100644 --- a/examples/quick/rendercontrol/rendercontrol_rhi/doc/src/rendercontrol_rhi.qdoc +++ b/examples/quick/rendercontrol/rendercontrol_rhi/doc/src/rendercontrol_rhi.qdoc @@ -5,7 +5,7 @@ \title QQuickRenderControl RHI Example \example rendercontrol/rendercontrol_rhi \brief Shows how to render a Qt Quick scene into a QRhiTexture. - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \image rendercontrol-rhi-example.jpg This example demonstrates how to set up a Qt Quick scene that has its diff --git a/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc b/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc index 09f3f3a9fc..3ac09dd367 100644 --- a/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc +++ b/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/customgeometry \title Scene Graph - Custom Geometry - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows how to implement a custom geometry in the Qt Quick Scene Graph. diff --git a/examples/quick/scenegraph/custommaterial/doc/src/custommaterial.qdoc b/examples/quick/scenegraph/custommaterial/doc/src/custommaterial.qdoc index fbb071ac06..2bbcbbe263 100644 --- a/examples/quick/scenegraph/custommaterial/doc/src/custommaterial.qdoc +++ b/examples/quick/scenegraph/custommaterial/doc/src/custommaterial.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/custommaterial \title Scene Graph - Custom Material - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows how to implement a custom material in the Qt Quick Scene Graph. diff --git a/examples/quick/scenegraph/customrendernode/doc/src/customrendernode.qdoc b/examples/quick/scenegraph/customrendernode/doc/src/customrendernode.qdoc index e28eaccc01..3e3dd7d023 100644 --- a/examples/quick/scenegraph/customrendernode/doc/src/customrendernode.qdoc +++ b/examples/quick/scenegraph/customrendernode/doc/src/customrendernode.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/customrendernode \title Scene Graph - Custom QSGRenderNode - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows how to use QSGRenderNode to implement custom rendering in the Qt Quick scenegraph. diff --git a/examples/quick/scenegraph/d3d11underqml/doc/src/d3d11underqml.qdoc b/examples/quick/scenegraph/d3d11underqml/doc/src/d3d11underqml.qdoc index 134ad595cb..3d5a171d49 100644 --- a/examples/quick/scenegraph/d3d11underqml/doc/src/d3d11underqml.qdoc +++ b/examples/quick/scenegraph/d3d11underqml/doc/src/d3d11underqml.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/d3d11underqml \title Scene Graph - Direct3D 11 Under QML - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows how to render directly with Direct3D 11 under a Qt Quick scene. diff --git a/examples/quick/scenegraph/graph/doc/src/graph.qdoc b/examples/quick/scenegraph/graph/doc/src/graph.qdoc index ded1be6961..a76652498c 100644 --- a/examples/quick/scenegraph/graph/doc/src/graph.qdoc +++ b/examples/quick/scenegraph/graph/doc/src/graph.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/graph \title Scene Graph - Graph - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Demonstrates how one can combine custom materials and geometries diff --git a/examples/quick/scenegraph/metaltextureimport/doc/src/metaltextureimport.qdoc b/examples/quick/scenegraph/metaltextureimport/doc/src/metaltextureimport.qdoc index 9a92589f7c..78babe6ca5 100644 --- a/examples/quick/scenegraph/metaltextureimport/doc/src/metaltextureimport.qdoc +++ b/examples/quick/scenegraph/metaltextureimport/doc/src/metaltextureimport.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/metaltextureimport \title Scene Graph - Metal Texture Import - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows how to use a texture created directly with Metal. diff --git a/examples/quick/scenegraph/metalunderqml/doc/src/metalunderqml.qdoc b/examples/quick/scenegraph/metalunderqml/doc/src/metalunderqml.qdoc index 0d57a8ff90..fa41ca489f 100644 --- a/examples/quick/scenegraph/metalunderqml/doc/src/metalunderqml.qdoc +++ b/examples/quick/scenegraph/metalunderqml/doc/src/metalunderqml.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/metalunderqml \title Scene Graph - Metal Under QML - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows how to render directly with Metal under a Qt Quick scene. diff --git a/examples/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc b/examples/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc index 8a4383ca26..aba95b471a 100644 --- a/examples/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc +++ b/examples/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/openglunderqml \title Scene Graph - OpenGL Under QML - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \examplecategory {Mobile} \brief Shows how to render OpenGL under a Qt Quick scene. diff --git a/examples/quick/scenegraph/rhitextureitem/doc/src/rhitextureitem.qdoc b/examples/quick/scenegraph/rhitextureitem/doc/src/rhitextureitem.qdoc index 238bbddf14..ee4031a7d9 100644 --- a/examples/quick/scenegraph/rhitextureitem/doc/src/rhitextureitem.qdoc +++ b/examples/quick/scenegraph/rhitextureitem/doc/src/rhitextureitem.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/rhitextureitem \title Scene Graph - RHI Texture Item - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows how to implement a custom QQuickItem that displays a QRhi-rendered texture. diff --git a/examples/quick/scenegraph/rhiunderqml/doc/src/rhiunderqml.qdoc b/examples/quick/scenegraph/rhiunderqml/doc/src/rhiunderqml.qdoc index 8306b31e08..175148c9c0 100644 --- a/examples/quick/scenegraph/rhiunderqml/doc/src/rhiunderqml.qdoc +++ b/examples/quick/scenegraph/rhiunderqml/doc/src/rhiunderqml.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/rhiunderqml \title Scene Graph - RHI Under QML - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows how to render directly with \l QRhi under a Qt Quick scene. diff --git a/examples/quick/scenegraph/threadedanimation/doc/src/threadedanimation.qdoc b/examples/quick/scenegraph/threadedanimation/doc/src/threadedanimation.qdoc index d7c76939ae..01b842d07a 100644 --- a/examples/quick/scenegraph/threadedanimation/doc/src/threadedanimation.qdoc +++ b/examples/quick/scenegraph/threadedanimation/doc/src/threadedanimation.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/threadedanimation \title Scene Graph - Threaded Animation - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows benefits of custom items animating independently of the main thread while using the threaded render loop of Qt Quick. diff --git a/examples/quick/scenegraph/twotextureproviders/doc/src/twotextureproviders.qdoc b/examples/quick/scenegraph/twotextureproviders/doc/src/twotextureproviders.qdoc index 11b1741a28..1bdd1ab551 100644 --- a/examples/quick/scenegraph/twotextureproviders/doc/src/twotextureproviders.qdoc +++ b/examples/quick/scenegraph/twotextureproviders/doc/src/twotextureproviders.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/twotextureproviders \title Scene Graph - Two Texture Providers - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows how to combine two textures from two texture providers in a custom scene graph node. diff --git a/examples/quick/scenegraph/vulkantextureimport/doc/src/vulkantextureimport.qdoc b/examples/quick/scenegraph/vulkantextureimport/doc/src/vulkantextureimport.qdoc index 130a5deef3..97e7d8045f 100644 --- a/examples/quick/scenegraph/vulkantextureimport/doc/src/vulkantextureimport.qdoc +++ b/examples/quick/scenegraph/vulkantextureimport/doc/src/vulkantextureimport.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/vulkantextureimport \title Scene Graph - Vulkan Texture Import - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows how to use a texture created directly with Vulkan. diff --git a/examples/quick/scenegraph/vulkanunderqml/doc/src/vulkanunderqml.qdoc b/examples/quick/scenegraph/vulkanunderqml/doc/src/vulkanunderqml.qdoc index f26a916fa2..bb29731554 100644 --- a/examples/quick/scenegraph/vulkanunderqml/doc/src/vulkanunderqml.qdoc +++ b/examples/quick/scenegraph/vulkanunderqml/doc/src/vulkanunderqml.qdoc @@ -4,7 +4,7 @@ /*! \example scenegraph/vulkanunderqml \title Scene Graph - Vulkan Under QML - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \ingroup qtquickexamples \brief Shows how to render directly with Vulkan under a Qt Quick scene. diff --git a/examples/quick/shadereffects/doc/src/shadereffects.qdoc b/examples/quick/shadereffects/doc/src/shadereffects.qdoc index 09f7b6a882..134a14c618 100644 --- a/examples/quick/shadereffects/doc/src/shadereffects.qdoc +++ b/examples/quick/shadereffects/doc/src/shadereffects.qdoc @@ -6,7 +6,7 @@ \image qml-shadereffects-example.png \brief A Qt Quick example demonstrating the use of shader effects. \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} This example demonstrates a couple of visual effects that you can perform with shaders in Qt Quick. It applies five different effects on a text and diff --git a/examples/quick/tableview/gameoflife/doc/src/gameoflife.qdoc b/examples/quick/tableview/gameoflife/doc/src/gameoflife.qdoc index 9c6477e3c7..b8d594d598 100644 --- a/examples/quick/tableview/gameoflife/doc/src/gameoflife.qdoc +++ b/examples/quick/tableview/gameoflife/doc/src/gameoflife.qdoc @@ -5,7 +5,7 @@ \example tableview/gameoflife \brief The \e{Conway’s Game of Life} example shows how the QML TableView type can be used to display a C++ model that the user can pan around. - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \image gameoflife.png \ingroup qtquickexamples diff --git a/examples/quick/tableview/pixelator/doc/src/pixelator.qdoc b/examples/quick/tableview/pixelator/doc/src/pixelator.qdoc index 462b8e2bee..35d3ac6732 100644 --- a/examples/quick/tableview/pixelator/doc/src/pixelator.qdoc +++ b/examples/quick/tableview/pixelator/doc/src/pixelator.qdoc @@ -5,7 +5,7 @@ \example tableview/pixelator \brief The Pixelator example shows how a QML TableView and a delegate can be used for custom table models. - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \image qt-pixelator.png \ingroup qtquickexamples diff --git a/examples/quick/text/doc/src/text.qdoc b/examples/quick/text/doc/src/text.qdoc index 325fea4c21..9aa5fb2f06 100644 --- a/examples/quick/text/doc/src/text.qdoc +++ b/examples/quick/text/doc/src/text.qdoc @@ -6,7 +6,7 @@ \brief This is a collection of QML examples relating to text. \image qml-text-example.png \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \e Text is a collection of small QML examples relating to text. Each example is a small QML file, usually containing or emphasizing a particular type or diff --git a/examples/quick/views/doc/src/views.qdoc b/examples/quick/views/doc/src/views.qdoc index 4ede173ae8..7e73ce31d7 100644 --- a/examples/quick/views/doc/src/views.qdoc +++ b/examples/quick/views/doc/src/views.qdoc @@ -7,7 +7,7 @@ \brief This is a collection of QML model-view examples. \image qml-modelviews-example.png \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \e Views is a collection of small QML examples relating to model and view functionality. They demonstrate how to show data from a model using the diff --git a/examples/quick/window/doc/src/window.qdoc b/examples/quick/window/doc/src/window.qdoc index 914b431f69..ca3b90b76e 100644 --- a/examples/quick/window/doc/src/window.qdoc +++ b/examples/quick/window/doc/src/window.qdoc @@ -6,7 +6,7 @@ \brief This example demonstrates the Window and Screen types in QML. \image qml-window-example.png \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \e{Window and Screen} shows how to: diff --git a/examples/quickcontrols/attachedstyleproperties/doc/src/qtquickcontrols-attachedstyleproperties.qdoc b/examples/quickcontrols/attachedstyleproperties/doc/src/qtquickcontrols-attachedstyleproperties.qdoc index f6dbc2e892..1b0116c7ec 100644 --- a/examples/quickcontrols/attachedstyleproperties/doc/src/qtquickcontrols-attachedstyleproperties.qdoc +++ b/examples/quickcontrols/attachedstyleproperties/doc/src/qtquickcontrols-attachedstyleproperties.qdoc @@ -6,7 +6,7 @@ \keyword Qt Quick Controls - Attached Style Properties Example \title Qt Quick Controls - Attached Style Properties Example \ingroup qtquickcontrols-examples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief Demonstrates use of QQuickAttachedPropertyPropagator. \image qtquickcontrols-attachedstyleproperties.png diff --git a/examples/quickcontrols/flatstyle/doc/src/qtquickcontrols-flatstyle.qdoc b/examples/quickcontrols/flatstyle/doc/src/qtquickcontrols-flatstyle.qdoc index 0e33ed585f..eeb63b7084 100644 --- a/examples/quickcontrols/flatstyle/doc/src/qtquickcontrols-flatstyle.qdoc +++ b/examples/quickcontrols/flatstyle/doc/src/qtquickcontrols-flatstyle.qdoc @@ -7,7 +7,7 @@ \title Qt Quick Controls - Flat Style \keyword Qt Quick Controls 2 - Flat Style \ingroup qtquickcontrols-examples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief A QML app using Qt Quick Controls and a QML plugin with customized controls. diff --git a/examples/quickcontrols/imagine/automotive/doc/src/qtquickcontrols-automotive.qdoc b/examples/quickcontrols/imagine/automotive/doc/src/qtquickcontrols-automotive.qdoc index ab23101cbe..8ac7c9c5bd 100644 --- a/examples/quickcontrols/imagine/automotive/doc/src/qtquickcontrols-automotive.qdoc +++ b/examples/quickcontrols/imagine/automotive/doc/src/qtquickcontrols-automotive.qdoc @@ -7,7 +7,7 @@ \title Qt Quick Controls - Imagine Style Example: Automotive \keyword Qt Quick Controls 2 - Imagine Style Example: Automotive \ingroup qtquickcontrols-examples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief An automotive user interface using custom Imagine style assets. This example demonstrates how custom Imagine style assets can be used to diff --git a/examples/quickcontrols/texteditor/doc/src/qtquickcontrols-texteditor.qdoc b/examples/quickcontrols/texteditor/doc/src/qtquickcontrols-texteditor.qdoc index 8ee4f01155..4f7a9beb04 100644 --- a/examples/quickcontrols/texteditor/doc/src/qtquickcontrols-texteditor.qdoc +++ b/examples/quickcontrols/texteditor/doc/src/qtquickcontrols-texteditor.qdoc @@ -6,7 +6,7 @@ \title Qt Quick Controls - Text Editor \keyword Qt Quick Controls 2 - Text Editor \ingroup qtquickcontrols-examples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} \brief A QML app using Qt Quick Controls and a C++ class to provide a fully-functional rich-text editor application. diff --git a/examples/quickshapes/shapes/doc/src/shapes.qdoc b/examples/quickshapes/shapes/doc/src/shapes.qdoc index 57ab7ea383..d5aea450c4 100644 --- a/examples/quickshapes/shapes/doc/src/shapes.qdoc +++ b/examples/quickshapes/shapes/doc/src/shapes.qdoc @@ -6,7 +6,7 @@ \image qml-shapes-example.png \brief A Qt Quick example demonstrating the use of shape items. \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} This example demonstrates the usage of the \l Shape type in Qt Quick. Shapes allow efficiently rendering stroked and filled lines, curves, and arcs in Qt diff --git a/examples/quickshapes/weatherforecast/doc/src/weatherforecast.qdoc b/examples/quickshapes/weatherforecast/doc/src/weatherforecast.qdoc index bcd7fbda8f..528bf69cd0 100644 --- a/examples/quickshapes/weatherforecast/doc/src/weatherforecast.qdoc +++ b/examples/quickshapes/weatherforecast/doc/src/weatherforecast.qdoc @@ -6,7 +6,7 @@ \image qml-weatherforecast-example.png \brief A Qt Quick Shapes example demonstrating different ways to uses shapes in an application. \ingroup qtquickexamples - \examplecategory {Graphics & Multimedia} + \examplecategory {Graphics} This example is designed to look like a weather forecast app for Europe. It demonstrates a few different ways the \l{Qt Quick Shapes} API might be useful in an application, and how |