Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
examples.qdoc
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \group examples-network
6 \ingroup all-examples
7 \title Network Examples
8 \brief How to do network programming in Qt.
9
10 \image network-examples.webp
11
12 Qt is provided with an extensive set of network classes to support both
13 client-based and server side network programming.
14
15 These examples demonstrate the fundamental aspects of network programming
16 with Qt.
17
18*/
19
20/*
21 \list
22 \li \l{network/blockingfortuneclient}{Blocking Fortune Client}\raisedaster
23 \li \l{network/broadcastreceiver}{Broadcast Receiver}
24 \li \l{network/broadcastsender}{Broadcast Sender}
25 \li \l{network/network-chat}{Network Chat}
26 \li \l{network/fortuneclient}{Fortune Client}\raisedaster
27 \li \l{network/fortuneserver}{Fortune Server}\raisedaster
28 \li \l{network/http}{HTTP}
29 \li \l{network/threadedfortuneserver}{Threaded Fortune Server}\raisedaster
30 \li \l{network/torrent}{Torrent}
31 \li \l{network/securesocketclient}{Secure Socket Client}
32 \li \l{network/multicastreceiver}{Multicast Receiver}
33 \li \l{network/multicastsender}{Multicast Sender}
34 \endlist
35
36 Examples marked with an asterisk (*) are fully documented.
37*/