mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
- Put pieces properties on the top of torrent properties (uTorrent like)
This commit is contained in:
parent
f9c8b6a66e
commit
6199d6d543
4 changed files with 90 additions and 77 deletions
|
@ -39,7 +39,6 @@
|
|||
class TransferListWidget;
|
||||
class QTimer;
|
||||
class RealProgressBar;
|
||||
class QVBoxLayout;
|
||||
class RealProgressBarThread;
|
||||
class bittorrent;
|
||||
class TorrentFilesModel;
|
||||
|
@ -59,7 +58,6 @@ private:
|
|||
QTimer *refreshTimer;
|
||||
RealProgressBar *progressBar;
|
||||
RealProgressBarThread *progressBarUpdater;
|
||||
QVBoxLayout *progressBarVbox;
|
||||
bittorrent* BTSession;
|
||||
SlideState state;
|
||||
TorrentFilesModel *PropListModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue