qtbase/examples/network
Andreas Eliasson 6e8039998b Doc: Fix typo and mismatch between code and description
Fixes: QTBUG-107675
Change-Id: I38140617a2b0525db417137aa41a52a389b3bea3
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit de7287be69)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2022-11-30 14:19:08 +00:00
..
blockingfortuneclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
broadcastreceiver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
broadcastsender Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
dnslookup Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
doc Doc: Fix typo and mismatch between code and description 2022-11-30 14:19:08 +00:00
download Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
downloadmanager Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
fortuneclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
fortuneserver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
googlesuggest Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
http Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
loopback Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
multicastreceiver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
multicastsender Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
multistreamclient multistreamclient example: fix compilation 2021-11-17 03:37:18 +00:00
multistreamserver multistreamserver: fix compilation 2021-11-22 04:33:33 +00:00
network-chat Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
securesocketclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
secureudpclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
secureudpserver secure UDP server: do not use deprecated protocol (DTLS 1.0) 2022-03-10 11:30:38 +00:00
shared
threadedfortuneserver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 17:41:02 +00:00
torrent Enable QStyle::State_Horizontal when initializing QStyleOptionProgressBar 2022-01-21 03:34:12 +00:00
CMakeLists.txt Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02: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.