Skip to content

Commit

Permalink
Doc: Add example categories for qtopengl
Browse files Browse the repository at this point in the history
Task-number: QTBUG-116069
Pick-to: 6.5 6.6
Change-Id: If675124e538c197d3b446f09da0620718b7b7118
Reviewed-by: Topi Reiniö <[email protected]>
  • Loading branch information
jaishree04 committed Sep 5, 2023
1 parent 4cf92d8 commit ce47799
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/opengl/doc/src/2dpainting.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions examples/opengl/doc/src/cube.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions examples/opengl/doc/src/hellogl2.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions examples/opengl/doc/src/hellogles3.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions examples/opengl/doc/src/openglwindow.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/opengl/doc/src/stereoqopenglwidget.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ce47799

Please sign in to comment.