qtbase/examples
Assam Boudjelthia 86f7d44089 Examples: request Android storage permissions when using QStandardPaths
http example uses QStandardPaths, on Android permissions might need to
be explicitly requested to write the downloaded file.

Task-number: QTBUG-80717
Change-Id: Icd377254ad77cac661c5ae37e9081e0463493d8b
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
2020-02-26 23:07:48 +02:00
..
aggregate
corelib QLocalSocket: Deprecate 'error' signal, use 'errorOccurred' instead 2020-02-11 16:54:59 +03:00
dbus Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
embedded Remove usage of bearer management from lightmaps example 2020-02-19 13:28:00 +01:00
gui Examples/OpenGLWindow: do not use hardcoded indices 2019-10-02 08:36:36 +02:00
network Examples: request Android storage permissions when using QStandardPaths 2020-02-26 23:07:48 +02:00
opengl Merge remote-tracking branch 'origin/5.14' into 5.15 2019-11-08 09:11:02 +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 Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Merge remote-tracking branch 'origin/5.14' into 5.15 2020-02-04 10:44:00 +01:00
vulkan Doc: Specify install path for Vulkan examples 2020-01-30 10:42:57 +00:00
widgets Merge remote-tracking branch 'origin/5.14' into 5.15 2020-02-18 09:26:53 +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.