summaryrefslogtreecommitdiffstats
path: root/examples/gui/doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/doc')
-rw-r--r--examples/gui/doc/images/openglwindow-example.pngbin0 -> 19920 bytes
-rw-r--r--examples/gui/doc/src/analogclockwindow.qdoc (renamed from examples/gui/doc/analogclockwindow.qdoc)2
-rw-r--r--examples/gui/doc/src/openglwindow.qdoc (renamed from examples/gui/doc/openglwindow.qdoc)6
-rw-r--r--examples/gui/doc/src/rasterwindow.qdoc (renamed from examples/gui/doc/rasterwindow.qdoc)2
4 files changed, 5 insertions, 5 deletions
diff --git a/examples/gui/doc/images/openglwindow-example.png b/examples/gui/doc/images/openglwindow-example.png
new file mode 100644
index 0000000000..63ba4ed2f4
--- /dev/null
+++ b/examples/gui/doc/images/openglwindow-example.png
Binary files differ
diff --git a/examples/gui/doc/analogclockwindow.qdoc b/examples/gui/doc/src/analogclockwindow.qdoc
index ebe9f9a418..ff361a27b1 100644
--- a/examples/gui/doc/analogclockwindow.qdoc
+++ b/examples/gui/doc/src/analogclockwindow.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example gui/analogclock
+ \example analogclock
\title Analog Clock Window Example
\brief The Analog Clock Window example shows how to draw the contents of
diff --git a/examples/gui/doc/openglwindow.qdoc b/examples/gui/doc/src/openglwindow.qdoc
index 9d693bc50e..d26fd477af 100644
--- a/examples/gui/doc/openglwindow.qdoc
+++ b/examples/gui/doc/src/openglwindow.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example gui/openglwindow
+ \example openglwindow
\title OpenGL Window Example
\brief This example shows how to create a minimal QWindow based application
@@ -105,8 +105,8 @@
QOpenGLContext::functions(). QOpenGLFunctions gives access to all the
OpenGL ES 2.0 level OpenGL calls that are not already standard in both
OpenGL ES 2.0 and desktop OpenGL. For more information about the OpenGL and
- OpenGL ES APIs, refer to the official \l{OpenGL Registry} and
- \l{Khronos OpenGL ES API Registry}.
+ OpenGL ES APIs, refer to the official \l{http://www.opengl.org/registry/}{OpenGL Registry} and
+ \l {http://www.khronos.org/registry/gles/}{Khronos OpenGL ES API Registry}.
If animation has been enabled with OpenGLWindow::setAnimating(true), we
call renderLater() to put another update request on the event loop.
diff --git a/examples/gui/doc/rasterwindow.qdoc b/examples/gui/doc/src/rasterwindow.qdoc
index 971b921d30..f246533c4f 100644
--- a/examples/gui/doc/rasterwindow.qdoc
+++ b/examples/gui/doc/src/rasterwindow.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example gui/rasterwindow
+ \example rasterwindow
\title Raster Window Example
\brief This example shows how to create a minimal QWindow based