Docs: Add link to OPenGL examples to OpenGL index

Task-number: QTBUG-112824
Change-Id: Ib507e8c32518442fd211f3486c4317b4907ea414
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit efc6b9946bdedda0618bc6f4c8efbe2f8fdb9193)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Safiyyah Moosa 2023-06-28 16:53:27 +02:00 committed by Qt Cherry-pick Bot
parent 4fa8095ad4
commit 390b2b773e
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
/*! /*!
\example openglwindow \example openglwindow
\title OpenGL Window Example \title OpenGL Window Example
\ingroup examples-widgets-opengl
\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

@ -3,7 +3,7 @@
/*! /*!
\ingroup all-examples \ingroup all-examples
\title OpenGL Examples from the Qt OpenGL module \title Qt OpenGL Examples
\brief Accessing OpenGL from Qt. \brief Accessing OpenGL from Qt.
\group examples-widgets-opengl \group examples-widgets-opengl

View File

@ -61,7 +61,7 @@
\section1 Examples \section1 Examples
\list \list
\li \l {OpenGL Window Example} \li \l {Qt OpenGL Examples}
\endlist \endlist
\section1 Reference \section1 Reference