diff options
author | Arno <arno@disconnect.de> | 2018-07-30 20:36:59 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-07-30 20:36:59 +0200 |
commit | 598cb833aec9a404271a99eac6f7d360e62ce5c4 (patch) | |
tree | 91956bc278444c0e44d8760e72ee7e4fac51448a /shemovcleaner.h | |
parent | fa1f377ff5ce22f399b167e4e4b97b1a0f0ae5f9 (diff) | |
download | ShemovCleaner-598cb833aec9a404271a99eac6f7d360e62ce5c4.tar.gz ShemovCleaner-598cb833aec9a404271a99eac6f7d360e62ce5c4.tar.bz2 ShemovCleaner-598cb833aec9a404271a99eac6f7d360e62ce5c4.zip |
Give some indication that we're copying
Add a new label to the statusBar: When it's green the FileCopier is
idle, when working, show the count.
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r-- | shemovcleaner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h index 802f442..47a763a 100644 --- a/shemovcleaner.h +++ b/shemovcleaner.h @@ -21,6 +21,7 @@ class ShemovCleaner : public QMainWindow { void setSelectionCount(const QString &msg); void setDuration(const QString &msg); void updateFreeSpace(const QString &path); + void updateCopying(bool inProgress, const QString &count); void configure(); void tabChanged(int idx); void aboutThisProgram(); @@ -42,6 +43,7 @@ class ShemovCleaner : public QMainWindow { QLabel *mDuration; QLabel *mDrive; QLabel *mFree; + QLabel *mCopying; QTabWidget *mTab; TorrentWidget *mTorrentTab; FileWidget *mFileTab; |