qt6-bb10/examples
Johan Klokkhammer Helsing f3ecda32e0 Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL
Also moves the openglwindow test to the opengl folder, as it makes use of these
classes.

Task-number: QTBUG-74409
Change-Id: Id9f0013cedcc8bd1e87122c005641d7298525045
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2020-01-22 09:40:59 +01:00
..
aggregate
corelib Merge remote-tracking branch 'origin/5.14' into 5.15 2020-01-15 01:00:39 +01:00
dbus Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
embedded QNetworkReply: deprecate the 'error' getter 2020-01-13 15:50:47 +01:00
gui Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL 2020-01-22 09:40:59 +01:00
network Build the securesocketclient example for other SSL backends 2020-01-14 09:44:28 +01:00
opengl Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL 2020-01-22 09:40:59 +01:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
qtconcurrent Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
qtestlib
sql Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
vulkan Fix use of qrand/qsrand in an example 2019-04-01 14:39:53 +00:00
widgets Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL 2020-01-22 09:40:59 +01:00
xml Deprecate SAX classes in Qt XML 2020-01-06 18:13:01 +01:00
README
examples.pro Doc: Move touch examples around so they get included in docs 2018-09-14 03:56:22 +00:00

README

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.