qt5base-lts/examples/network
Liang Qi 153e8b49ad Merge remote-tracking branch 'origin/5.10' into dev
Conflicts:
	src/network/access/qhttp2protocolhandler_p.h
	src/network/kernel/kernel.pri
	src/network/ssl/qsslkey_qt.cpp
	src/plugins/platforms/cocoa/qcocoascreen.mm
	src/plugins/platforms/windows/accessible/iaccessible2.cpp
	src/plugins/platforms/windows/accessible/iaccessible2.h
	src/plugins/platforms/windows/accessible/qwindowsaccessibility.cpp
	src/plugins/platforms/windows/accessible/qwindowsmsaaaccessible.cpp
	src/plugins/platforms/windows/accessible/qwindowsmsaaaccessible.h
	src/widgets/widgets/qmenu_p.h
	tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
	tests/auto/other/qaccessibility/tst_qaccessibility.cpp
	tests/auto/testlib/selftests/expected_cmptest.lightxml
	tests/auto/testlib/selftests/expected_cmptest.teamcity
	tests/auto/testlib/selftests/expected_cmptest.txt
	tests/auto/testlib/selftests/expected_cmptest.xml

Done-with: Edward Welbourne <edward.welbourne@qt.io>
Change-Id: I4217cc7d840cbae3e3dd28574741544469c4c6b9
2017-11-23 09:36:03 +01:00
..
bearermonitor Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
blockingfortuneclient Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
broadcastreceiver QtNetwork (examples) - update broadcastreceiver too 2017-09-27 16:35:11 +00:00
broadcastsender QtNetwork (examples) - update broadcastsender 2017-09-22 04:29:17 +00:00
dnslookup Unify license header usage. 2016-03-29 10:20:03 +00:00
doc Slightly revamp the http example 2017-09-22 14:29:12 +00:00
download QtNetwork (examples) - update network download manager 2017-10-02 17:10:38 +00:00
downloadmanager QtNetwork (examples) - update the second download manager example 2017-10-02 17:16:21 +00:00
fortuneclient QtNetwork (examples) - update the fortune client example 2017-09-28 09:29:41 +00:00
fortuneserver Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
googlesuggest QtNetwork (examples) - update googlesuggest example 2017-10-05 03:45:26 +00:00
http Slightly revamp the http example 2017-09-22 14:29:12 +00:00
loopback Unify license header usage. 2016-03-29 10:20:03 +00:00
multicastreceiver QtNetwork (examples) - update multicastreceiver example 2017-09-28 09:28:18 +00:00
multicastsender QtNetwork (examples) - update multicastsender 2017-09-25 18:43:35 +00:00
multistreamclient Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
multistreamserver Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
network-chat Example: migrate network-chat to use QRegularExpression 2017-01-23 22:53:03 +00:00
securesocketclient QtNetwork (examples) - update secure socket client example 2017-09-25 13:59:50 +00:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
torrent Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
network.pro Merge remote-tracking branch 'origin/5.8' into 5.9 2017-02-24 20:01:42 +01:00
README

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.