qt5base-lts/examples/opengl
Christian Ehrlicher bd75c87e0e Doc: replace deprecated references to QGLWidget
Remove references to the deprecated QGLWidget and replace it with
QOpenGLWidget.

Change-Id: Ia31df42ab61c25e9ce46f4491267d2c64910f55c
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2020-03-20 22:27:29 +01:00
..
2dpainting
computegles31 Merge remote-tracking branch 'origin/5.14' into 5.15 2019-11-08 09:11:02 +01:00
contextinfo Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
cube Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
doc Doc: replace deprecated references to QGLWidget 2020-03-20 22:27:29 +01:00
hellogl2 Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
hellogles3 Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
hellowindow Use requestUpdate instead of timer in a few GL examples 2019-01-22 21:25:39 +00:00
legacy Remove usages of deprecated APIs of qtbase/gui 2019-07-13 10:43:15 +02:00
paintedwindow Add default arguments to QPainterPath methods using transform 2020-03-06 21:09:48 +01:00
qopenglwidget Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
qopenglwindow Add default arguments to QPainterPath methods using transform 2020-03-06 21:09:48 +01:00
textures Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
threadedqopenglwidget Merge remote-tracking branch 'origin/5.14' into 5.15 2019-10-16 01:00:49 +02:00
opengl.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
README

Qt provides support for integration with OpenGL implementations on all
platforms, giving developers the opportunity to display hardware accelerated
3D graphics alongside a more conventional user interface.

These examples demonstrate the basic techniques used to take advantage of
OpenGL in Qt applications.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.