summaryrefslogtreecommitdiffstats
path: root/examples/opengl/doc/src/openglwindow.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/doc/src/openglwindow.qdoc')
-rw-r--r--examples/opengl/doc/src/openglwindow.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/opengl/doc/src/openglwindow.qdoc b/examples/opengl/doc/src/openglwindow.qdoc
index 1a9d4308ba..cade2f009a 100644
--- a/examples/opengl/doc/src/openglwindow.qdoc
+++ b/examples/opengl/doc/src/openglwindow.qdoc
@@ -4,6 +4,8 @@
/*!
\example openglwindow
\title OpenGL Window Example
+ \ingroup examples-widgets-opengl
+ \examplecategory {Graphics}
\brief This example shows how to create a minimal QWindow based application
for the purpose of using OpenGL.
@@ -12,6 +14,8 @@
\note This is a low level example of how to use QWindow with OpenGL.
In practice you should consider using the higher level QOpenGLWindow class.
+ See the \l{Hello GLES3 Example} for a demonstration of the QOpenGLWindow
+ convenience class.
\section1 OpenGLWindow Super Class