qt5base-lts/examples/opengl
Alessandro Portale 82e266a83b New Qt logo
This patch replaces the old Qt logo with the new, flatter one.

The PNGs were optimized via: optipng  -o7 -strip "all"

Task-number: QTBUG-41685
Change-Id: I51983a45144373bf7aee31a32990ecbb2582f488
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2014-11-05 08:10:42 +01:00
..
2dpainting Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
contextinfo contextinfo: Make it more responsive and improve error handling 2014-03-14 18:21:02 +01:00
cube Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
doc Doc: Use title case in section1 titles 2014-09-30 13:52:51 +02:00
hellogl2 Fix composition for windows with alpha 2014-08-13 16:14:19 +02:00
hellowindow hellowindow: Set all the state for each frame 2014-09-04 14:06:42 +02:00
legacy New Qt logo 2014-11-05 08:10:42 +01:00
paintedwindow Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
qopenglwidget Make qopenglwidget example functional without timers too 2014-09-30 09:38:44 +02:00
qopenglwindow Set a size in qopenglwindow example 2014-08-24 23:01:39 +02:00
textures Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
threadedqopenglwidget Further restrict the threaded opengl example 2014-10-23 18:11:08 +02:00
opengl.pro Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

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.