qt5base-lts/examples
Christian Ehrlicher 8cba096c2a QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00
Replace deprecated functions to be able to compile examples with
QT_DISABLE_DEPRECATED_BEFORE=0x050d00

Change-Id: If6b8de31f526320d6a0e2a20bb5f8e26c77f2353
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2019-02-13 05:55:46 +00:00
..
aggregate
corelib Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
dbus Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
embedded Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
gui Take device-pixel-ratio into account in openglwindow example 2018-11-20 19:51:12 +00:00
network QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00 2019-02-13 05:55:46 +00:00
opengl Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
qmake Unify license header usage. 2016-03-29 10:20:03 +00:00
qpa Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
qtconcurrent Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
vulkan Fix device local alloc in hellovulkantexture 2018-09-12 08:34:15 +00:00
widgets QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00 2019-02-13 05:55:46 +00:00
xml Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
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.