From 598cb833aec9a404271a99eac6f7d360e62ce5c4 Mon Sep 17 00:00:00 2001 From: Arno Date: Mon, 30 Jul 2018 20:36:59 +0200 Subject: 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. --- shemovcleaner.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shemovcleaner.h') 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; -- cgit v1.2.3-70-g09d2