mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- FEATURE: Real progress bar in torrent properties that displays downloaded pieces (contribution by
Ishan Arora)
This commit is contained in:
@@ -31,6 +31,8 @@ class bittorrent;
|
||||
class QStandardItemModel;
|
||||
class file;
|
||||
class QStandardItem;
|
||||
class RealProgressBar;
|
||||
class RealProgressBarThread;
|
||||
|
||||
using namespace libtorrent;
|
||||
|
||||
@@ -46,6 +48,8 @@ class properties : public QDialog, private Ui::properties{
|
||||
QTimer *updateInfosTimer;
|
||||
bool has_filtered_files;
|
||||
QStringList urlSeeds;
|
||||
RealProgressBar *progressBar;
|
||||
RealProgressBarThread *progressBarUpdater;
|
||||
|
||||
protected slots:
|
||||
void on_okButton_clicked();
|
||||
|
||||
Reference in New Issue
Block a user