qt5base-lts/examples/opengl
Liang Qi 0aa2d318b1 Merge remote-tracking branch 'origin/5.5' into dev
Conflicts:
	src/corelib/global/qglobal.cpp
	src/corelib/global/qglobal.h
	src/corelib/global/qsysinfo.h
	src/corelib/global/qsystemdetection.h
	src/corelib/kernel/qobjectdefs.h
	src/plugins/plugins.pro
	tests/auto/widgets/itemviews/qlistview/qlistview.pro

Change-Id: Ib55aa79d707c4c1453fb9d697f6cf92211ed665c
2015-07-01 11:05:26 +02:00
..
2dpainting Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
contextinfo Add OpenGL 4.5 to contextinfo example 2015-03-20 14:06:22 +00:00
cube Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
doc Update copyright headers 2015-02-11 06:49:51 +00:00
hellogl2 Updated Hello GL2 Example to new Signal/Slot syntax 2015-06-29 11:30:01 +00:00
hellowindow Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
legacy Make OpenGL legacy examples hellogl and overpainting work with Dynamic GL. 2015-05-23 08:59:14 +00:00
paintedwindow Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
qopenglwidget Clip QOpenGLWidget and QQuickWidget correctly 2015-06-01 13:38:14 +00:00
qopenglwindow Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
textures Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
threadedqopenglwidget Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
opengl.pro fix usage of wince scope 2015-06-05 10:29:10 +00: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.