qtbase/examples/network
Ahmad Samir 2226581b0b examples/network/torrrent: port to QBasicTimer
Instead of using raw timer IDs. QBasicTimer is a value class with
sizeof(int), so not much overhead, and easier to use API. Examples
should show best practices.

Change-Id: I5b9efe47ced69c0067eac891398185be7e87bd0e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-08-31 18:57:15 +03:00
..
blockingfortuneclient CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
broadcastreceiver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
broadcastsender CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
dnslookup CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
doc Update icons in the torrent example 2023-12-18 13:56:04 +01:00
fortuneclient CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
fortuneserver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
http CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
multicastreceiver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
multicastsender CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
multistreamclient CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
multistreamserver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
network-chat CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
rsslisting CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
securesocketclient CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
secureudpclient CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
secureudpserver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
shared Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
threadedfortuneserver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
torrent examples/network/torrrent: port to QBasicTimer 2024-08-31 18:57:15 +03:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
README
network.pro Move RSS listing example to networking 2023-06-14 11:57:31 +02: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.