qt5base-lts/examples/opengl
Laszlo Agocs 78221fe762 Clean up the QOpenGLWindow example
1. Use includes without module prefixes, as is the custom in examples.
2. No inline functions to make it more readable.
3. Pause animation on pressing P and document our signal connection a bit more.

Change-Id: I68dc3d4c74b639cf3fec17b63b7f49626db58bdb
Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
2014-08-07 09:19:15 +02:00
..
2dpainting Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
contextinfo contextinfo: Make it more responsive and improve error handling 2014-03-14 18:21:02 +01:00
cube Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
doc Make hellogl work properly regardless of vsync 2014-07-31 18:35:39 +02:00
framebufferobject2 Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
grabber Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
hellogl Make hellogl work properly regardless of vsync 2014-07-31 18:35:39 +02:00
hellowindow Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
overpainting Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
paintedwindow Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
pbuffers Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
pbuffers2 expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qopenglwidget Make QOpenGLWidget public 2014-08-01 17:13:59 +02:00
qopenglwindow Clean up the QOpenGLWindow example 2014-08-07 09:19:15 +02:00
samplebuffers Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
shared examples: remove unused static const variables 2013-09-14 23:40:18 +02:00
textures Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
threadedqopenglwidget Make QOpenGLWidget public 2014-08-01 17:13:59 +02:00
opengl.pro Introduce QOpenGLWindow 2014-08-05 16:47:37 +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.