qt5base-lts/examples/network
Samuel Gaist 00bbb4d273 Example: migrate network-chat to use QRegularExpression
Update the network-chat example to use the new QRegularExpression class
in place of the deprecated QRegExp.

Change-Id: Idcd3dc5b3e9b520b2eeef9565d50195cc8dffd06
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
2017-01-23 22:53:03 +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 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 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.