qt5base-lts/examples/opengl
Laszlo Agocs 6462a454e3 Remove threadeqopenglwidget example
It is neither documented nor very useful, and it has
platform-specific issues as reported over the years.

Remove it now as part of the example revamp initiative.

Task-number: QTBUG-50278
Task-number: QTBUG-110093
Task-number: QTBUG-76054
Task-number: QTBUG-43209
Pick-to: 6.5
Change-Id: I6dadaf4162b4c19411c544b9f204c19e37aa740d
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2023-02-28 14:28:51 +01:00
..
2dpainting Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
computegles31 Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
contextinfo Fix ContextInfo example crashing on Android 2023-01-31 20:52:40 +02:00
cube Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
doc Add support for stereoscopic content in QOpenGLWidget 2022-11-28 19:12:27 +01:00
hellogl2 Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
hellogles3 Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
hellowindow Examples: Add missing include guards 2023-02-01 18:12:36 +00:00
openglwindow Examples: Add missing include guards 2023-02-01 18:12:36 +00:00
paintedwindow Examples: Add missing include guards 2023-02-01 18:12:36 +00:00
qopenglwidget Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
qopenglwindow Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
stereoqopenglwidget Add support for stereoscopic content in QOpenGLWidget 2022-11-28 19:12:27 +01:00
textures Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Remove threadeqopenglwidget example 2023-02-28 14:28:51 +01:00
opengl.pro Remove threadeqopenglwidget example 2023-02-28 14:28:51 +01: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.