Doc: Add example categories for qtopengl

Task-number: QTBUG-116069
Change-Id: If675124e538c197d3b446f09da0620718b7b7118
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit ce47799de69812681b6be0b9d3d6d5c5e980bafb)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Jaishree Vyas 2023-08-23 11:07:00 +02:00 committed by Qt Cherry-pick Bot
parent 8405fc5cf4
commit ade2972e32
6 changed files with 6 additions and 1 deletions

View File

@ -5,6 +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}
\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,6 +5,7 @@
\example cube \example cube
\ingroup examples-widgets-opengl \ingroup examples-widgets-opengl
\title Cube OpenGL ES 2.0 example \title Cube OpenGL ES 2.0 example
\examplecategory {Data Visualization & 3D}
\brief Shows how to manually rotate a textured 3D cube with user input. \brief Shows how to manually rotate a textured 3D cube with user input.

View File

@ -5,6 +5,7 @@
\example hellogl2 \example hellogl2
\title Hello GL2 Example \title Hello GL2 Example
\ingroup examples-widgets-opengl \ingroup examples-widgets-opengl
\examplecategory {Data Visualization & 3D}
\brief The Hello GL2 example demonstrates the basic use of the OpenGL-related classes \brief The Hello GL2 example demonstrates the basic use of the OpenGL-related classes
provided with Qt. provided with Qt.

View File

@ -5,6 +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}
\brief Demonstrates OpenGL ES 3.0 functions via QOpenGLExtraFunctions. \brief Demonstrates OpenGL ES 3.0 functions via QOpenGLExtraFunctions.

View File

@ -5,6 +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}
\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}
\brief This example shows how to create a minimal QOpenGLWidget based application \brief This example shows how to create a minimal QOpenGLWidget based application
with stereoscopic rendering support. with stereoscopic rendering support.