qt6-bb10/examples/network
Marc Mutz bfde4f4a96 torrent example: fix stripping of file extension
Due to QChar being convertible from almost any integral type,
the old code actually called QString::remove(QChar).

Fix by using QString::chop() instead.

Change-Id: I345b018aa137ecff608a130e69ade5d37ef0805c
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2020-04-27 18:11:13 +00: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 QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' instead 2020-02-27 13:56:45 +01:00
download Revert "QNetworkReply: deprecate the 'error' getter" 2020-02-28 07:21:14 +03:00
downloadmanager Revert "QNetworkReply: deprecate the 'error' getter" 2020-02-28 07:21:14 +03:00
fortuneclient QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' instead 2020-02-27 13:56:45 +01:00
fortuneserver Remove bearer management from remaining network examples 2020-02-19 13:28:00 +01:00
googlesuggest Revert "QNetworkReply: deprecate the 'error' getter" 2020-02-28 07:21:14 +03:00
http Examples: use QDialog::showMaximaized() for Android 2020-03-03 12:39:56 +02:00
loopback QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' instead 2020-02-27 13:56:45 +01: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 More qOverload cleanups in qtbase 2020-03-24 20:58:13 +01:00
multistreamserver Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
network-chat QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' instead 2020-02-27 13:56:45 +01:00
securesocketclient SslSocketClient - fix example not to crash 2020-04-22 13:03:45 +02: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 torrent example: fix stripping of file extension 2020-04-27 18:11:13 +00:00
README
network.pro Remove bearer management from remaining network examples 2020-02-19 13:28:00 +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.