qt5base-lts/examples/network
Alexander Volkov fb7bfbf18d examples: Use QOverload to select overloaded signals and slots
We can use QOverload since Qt 5.7 (it depends on Q_COMPILER_VARIADIC_TEMPLATES
which is required since Qt 5.7).
Use it in the examples to show the best practice.
qOverload currently can't be used because it requires c++14.

Change-Id: I94a3c0db9d551fe169fa3d19c07ec0b329d5946c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2016-12-22 14:54:55 +00: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 Unify license header usage. 2016-03-29 10:20:03 +00:00
broadcastsender Unify license header usage. 2016-03-29 10:20:03 +00:00
dnslookup Unify license header usage. 2016-03-29 10:20:03 +00:00
doc Unify license header usage. 2016-03-29 10:20:03 +00:00
download Unify license header usage. 2016-03-29 10:20:03 +00:00
downloadmanager Unify license header usage. 2016-03-29 10:20:03 +00:00
fortuneclient examples: Use QOverload to select overloaded signals and slots 2016-12-22 14:54:55 +00:00
fortuneserver Unify license header usage. 2016-03-29 10:20:03 +00:00
googlesuggest Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
http Merge remote-tracking branch 'origin/5.6' into 5.7 2016-06-06 09:04:55 +02:00
loopback Unify license header usage. 2016-03-29 10:20:03 +00:00
multicastreceiver Unify license header usage. 2016-03-29 10:20:03 +00:00
multicastsender Unify license header usage. 2016-03-29 10:20:03 +00:00
multistreamclient Polish SCTP examples 2016-08-03 11:46:21 +00:00
multistreamserver Fix SCTP API according to Qt conventions 2016-11-22 07:13:01 +00:00
network-chat Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
securesocketclient Unify license header usage. 2016-03-29 10:20:03 +00:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
torrent Merge remote-tracking branch 'origin/5.7' into dev 2016-07-19 20:14:40 +02:00
network.pro Convert the old feature system 2016-09-15 08:24:10 +00: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.