qt5base-lts/examples/network
Kai Köhne 802db7b523 Move rsslisting documentation to common dir
Move the rsslisting example documentation to examples/network/doc,
as it is done for all the other examples.

Fixes: QTBUG-117215
Pick-to: 6.5 6.6
Change-Id: If83202825afe8c69cb7fda0f84ca4832cf3d60e7
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-09-21 19:29:20 +00:00
..
blockingfortuneclient Fortune* Example: Bump QDataStream format version 2023-01-17 16:15:11 +01:00
broadcastreceiver examples: Connect Quit action to QCoreApplication::quit, not QWidget::close 2023-02-20 15:18:18 +01:00
broadcastsender examples: Connect Quit action to QCoreApplication::quit, not QWidget::close 2023-02-20 15:18:18 +01:00
dnslookup Exclude some examples from Android build 2023-08-28 16:00:45 +03:00
doc Move rsslisting documentation to common dir 2023-09-21 19:29:20 +00:00
fortuneclient Fortune* Example: remove needless unset-ing of window flag 2023-01-17 16:15:11 +01:00
fortuneserver Fortune* Example: remove needless unset-ing of window flag 2023-01-17 16:15:11 +01:00
http HTTP example: Reflow QMessageBox usage in if-statement 2023-02-02 18:03:36 +00:00
multicastreceiver Clean up multicast examples 2023-03-23 16:02:28 +01:00
multicastsender Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
multistreamclient Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
multistreamserver Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
network-chat Network-chat example: Use QHash for peers 2023-07-17 18:49:16 +02:00
rsslisting Move rsslisting documentation to common dir 2023-09-21 19:29:20 +00:00
securesocketclient securesocketclient: Replace QLatin1Char with char16_t literal 2023-07-12 11:29:22 +02:00
secureudpclient Examples: Do not wrap custom types in Qt namespace 2023-01-02 23:16:30 +01:00
secureudpserver Examples: Do not wrap custom types in Qt namespace 2023-01-02 23:16:30 +01:00
shared Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
threadedfortuneserver Fortune* Example: Bump QDataStream format version 2023-01-17 16:15:11 +01:00
torrent Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
CMakeLists.txt Exclude some examples from Android build 2023-08-28 16:00:45 +03:00
network.pro Move RSS listing example to networking 2023-06-14 11:57:31 +02: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.