Doc: Add example categories for qtopengl

Task-number: QTBUG-116069
Pick-to: 6.5 6.6
Change-Id: If675124e538c197d3b446f09da0620718b7b7118
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Jaishree Vyas 2023-08-23 11:07:00 +02:00
parent 4cf92d83c3
commit ce47799de6
6 changed files with 6 additions and 1 deletions

View File

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

View File

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

View File

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

View File

@ -5,6 +5,7 @@
\example openglwindow
\title OpenGL Window Example
\ingroup examples-widgets-opengl
\examplecategory {Graphics & Multimedia}
\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}
\brief This example shows how to create a minimal QOpenGLWidget based application
with stereoscopic rendering support.