qt5base-lts/examples
Samuel Rødal ccf0669da9 Added QGLPixelBuffer implementation using framebuffer objects.
Instead of having QGLPixelBuffer be a unusable stub implementation we
deprecate it and implement it in terms of QOpenGLFramebufferObject.
Framebuffer objects are anyway the recommended replacement for
pixelbuffers in modern OpenGL, as the context switching overhead is
avoided.

Change-Id: Ia220c358ee92813e87981d297c51d84525010322
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
2012-09-27 18:35:55 +02:00
..
dbus Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
embedded Fix compilation for Qt5: Avoid deprecated API 2012-09-26 18:52:14 +02:00
gestures Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
gui Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
ipc Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
ja_JP/linguist/hellotr Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
linguist Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
network Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +02:00
opengl Added QGLPixelBuffer implementation using framebuffer objects. 2012-09-27 18:35:55 +02:00
qmake Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qpa Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qtconcurrent Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qtestlib Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
sql Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
threads Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +02:00
tools Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +02:00
touch Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
webkit/webkit-guide Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
widgets fix conflicting Visual Studio project names for Qt examples 2012-09-27 15:50:14 +02:00
xml Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
examples.pro Move tutorials to widgets. 2012-09-09 01:18:37 +02:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.