mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Initial implementation of Peer list
This commit is contained in:
parent
d8c6e2bcc6
commit
8260159ca4
11 changed files with 283 additions and 62 deletions
|
@ -45,6 +45,7 @@ class TorrentFilesModel;
|
|||
class PropListDelegate;
|
||||
class QAction;
|
||||
class torrent_file;
|
||||
class PeerListWidget;
|
||||
|
||||
enum Tab {MAIN_TAB, TRACKERS_TAB, PEERS_TAB, URLSEEDS_TAB, FILES_TAB};
|
||||
enum SlideState {REDUCED, VISIBLE};
|
||||
|
@ -62,6 +63,7 @@ private:
|
|||
SlideState state;
|
||||
TorrentFilesModel *PropListModel;
|
||||
PropListDelegate *PropDelegate;
|
||||
PeerListWidget *peersList;
|
||||
QAction *actionIgnored;
|
||||
QAction *actionNormal;
|
||||
QAction *actionMaximum;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue