qt5base-lts/examples/network/torrent
Christian Ehrlicher 4e8b54eb81 Preparations to deprecate QItemDelegate
QItemDelegate was superseded since Qt4 by QStyledItemDelegate but it
took until Qt6.7 to remove the last occurrences in qtbase.
 - remove unused includes / replace with qabstractitemdelegate.h
 - replace references in the documentation with QStyledItemDelegate
 - adjust the examples and tests to use QStyledItemDelegate

Pick-to: 6.5 6.6
Change-Id: I246755004ce2d01192a726ca0972106c237df0cc
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2023-10-05 21:08:45 +02:00
..
icons Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
addtorrentdialog.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
addtorrentdialog.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
addtorrentform.ui Fix CMake build of network/torrent example 2021-02-15 13:40:08 +00:00
bencodeparser.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
bencodeparser.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
connectionmanager.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
connectionmanager.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
filemanager.cpp Torrent example: update usage of integer types 2023-04-11 18:25:42 +01:00
filemanager.h Torrent example: update usage of integer types 2023-04-11 18:25:42 +01:00
icons.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
mainwindow.cpp Preparations to deprecate QItemDelegate 2023-10-05 21:08:45 +02:00
mainwindow.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
metainfo.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
metainfo.h Torrent example: update usage of integer types 2023-04-11 18:25:42 +01:00
peerwireclient.cpp Torrent example: update usage of integer types 2023-04-11 18:25:42 +01:00
peerwireclient.h Torrent example: update usage of integer types 2023-04-11 18:25:42 +01:00
ratecontroller.cpp examples: port network examples to new connection style 2022-12-21 21:52:17 +01:00
ratecontroller.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
torrent.pro Fix CMake build of network/torrent example 2021-02-15 13:40:08 +00:00
torrentclient.cpp Torrent example: update usage of integer types 2023-04-11 18:25:42 +01:00
torrentclient.h Torrent example: delete unimplemented functions 2023-02-14 18:49:46 +01:00
torrentserver.cpp Port from qAsConst() to std::as_const() 2022-10-11 23:17:18 +02:00
torrentserver.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
trackerclient.cpp Torrent example: Convert some timeouts from int to chrono 2023-02-14 18:49:45 +01:00
trackerclient.h Torrent example: Convert some timeouts from int to chrono 2023-02-14 18:49:45 +01:00