qtbase/examples/network
Zhang Hao 60f21e96ae Enable QStyle::State_Horizontal when initializing QStyleOptionProgressBar
Since by default QStyleOptionProgressBar is initialized with initialize
QStyle::State_Horizontal, the example shouldn't overwrite the state, and
instead OR other states into it. Otherwise, the progressbar will be laid
out vertically.

Pick-to: 6.2 6.3
Fixes: QTBUG-100067
Change-Id: Ibebda48a297af4a621719673033f8199b8bc7984
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2022-01-21 00:57:15 +00:00
..
blockingfortuneclient Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
broadcastreceiver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
broadcastsender Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
dnslookup Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
doc Update the HTTP example 2020-10-28 08:48:26 +02:00
download Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
downloadmanager Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
fortuneclient Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
fortuneserver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
googlesuggest Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
http Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
loopback Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
multicastreceiver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
multicastsender Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
multistreamclient Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
multistreamserver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
network-chat Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
securesocketclient Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
secureudpclient Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
secureudpserver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
shared
threadedfortuneserver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
torrent Enable QStyle::State_Horizontal when initializing QStyleOptionProgressBar 2022-01-21 00:57:15 +00:00
CMakeLists.txt Examples: Remove remaining conversion markers in CMakeLists.txt 2021-12-13 14:16:26 +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.