qt5base-lts/examples/network
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
..
blockingfortuneclient Revert "QAbstractSocket: deprecate 'error' member-function" 2020-02-26 23:07:52 +03:00
broadcastreceiver Cleanup network examples 2019-11-06 10:57:23 +01:00
broadcastsender qtlite: Skip building examples when configured with no-feature-udpsocket 2018-01-11 12:37:50 +00:00
dnslookup Cleanup network examples 2019-11-06 10:57:23 +01:00
doc Cleanup network examples 2019-11-06 10:57:23 +01:00
download QNetworkReply: deprecate the 'error' getter 2020-01-13 15:50:47 +01:00
downloadmanager QNetworkReply: deprecate the 'error' getter 2020-01-13 15:50:47 +01:00
fortuneclient Remove bearer management from remaining network examples 2020-02-19 13:28:00 +01:00
fortuneserver Remove bearer management from remaining network examples 2020-02-19 13:28:00 +01:00
googlesuggest QNetworkReply: deprecate the 'error' getter 2020-01-13 15:50:47 +01:00
http Examples: request Android storage permissions when using QStandardPaths 2020-02-26 23:07:48 +02:00
loopback Fix usage of QGuiApplication::set/resetOverrideCursor 2018-11-05 21:57:43 +00:00
multicastreceiver Cleanup network examples 2019-11-06 10:57:23 +01:00
multicastsender qtlite: Skip building examples when configured with no-feature-udpsocket 2018-01-11 12:37:50 +00:00
multistreamclient Cleanup network examples 2019-11-06 10:57:23 +01:00
multistreamserver Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
network-chat Remove bearer management from remaining network examples 2020-02-19 13:28:00 +01:00
securesocketclient Cleanup network examples 2019-11-06 10:57:23 +01:00
secureudpclient Document DTLS examples 2018-08-09 03:52:13 +00:00
secureudpserver SecureUDPServer example: use std::unique_ptr instead of QSharedPointer 2019-05-15 14:40:23 +02:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Revert "QAbstractSocket: deprecate 'error' member-function" 2020-02-26 23:07:52 +03:00
torrent Revert "QAbstractSocket: deprecate 'error' member-function" 2020-02-26 23:07:52 +03:00
network.pro Remove bearer management from remaining network examples 2020-02-19 13:28:00 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt is provided with an extensive set of network classes to support both
client-based and server side network programming.

These examples demonstrate the fundamental aspects of network programming
with Qt.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.