qt5base-lts/examples/network
Kevin Funk 58c14c4a7e Replace Q_NULLPTR with nullptr where possible
Remaining uses of Q_NULLPTR are in:
src/corelib/global/qcompilerdetection.h
  (definition and documentation of Q_NULLPTR)
tests/manual/qcursor/qcursorhighdpi/main.cpp
  (a test executable compilable both under Qt4 and Qt5)

Change-Id: If6b074d91486e9b784138f4514f5c6d072acda9a
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2017-09-19 11:53: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 Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
fortuneserver Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
googlesuggest Add some missing breaks in switch statements 2017-05-10 16:09:42 +00:00
http Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00: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 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 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 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.