mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Graphically display piece availability in torrent preferences
This commit is contained in:
parent
fb6b40ccd1
commit
47d545633d
7 changed files with 182 additions and 7 deletions
|
@ -47,6 +47,7 @@ class PeerListWidget;
|
|||
class TrackerList;
|
||||
class GUI;
|
||||
class DownloadedPiecesBar;
|
||||
class PieceAvailabilityBar;
|
||||
|
||||
enum Tab {MAIN_TAB, TRACKERS_TAB, PEERS_TAB, URLSEEDS_TAB, FILES_TAB};
|
||||
enum SlideState {REDUCED, VISIBLE};
|
||||
|
@ -71,6 +72,7 @@ private:
|
|||
QAction *actionHigh;
|
||||
QList<int> slideSizes;
|
||||
DownloadedPiecesBar *downloaded_pieces;
|
||||
PieceAvailabilityBar *pieces_availability;
|
||||
|
||||
protected:
|
||||
QPushButton* getButtonFromIndex(int index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue