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. --- filewidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filewidget.h') diff --git a/filewidget.h b/filewidget.h index 0b11d0e..f9b5af3 100644 --- a/filewidget.h +++ b/filewidget.h @@ -27,6 +27,7 @@ class CachedFileData; class QStandardItem; class QComboBox; class SearchDialog; +class FileCopier; class FileWidget : public QWidget { Q_OBJECT @@ -40,6 +41,7 @@ class FileWidget : public QWidget { QTreeView *fileView() { return mFileView; } QMenuBar *menuBar() { return mMenuBar; } QToolBar *toolBar() { return mToolBar; } + FileCopier *fileCopier() { return mFileCopier; } const QString currentDir() const { return mDir->text(); } void setProgressBar(QProgressBar *progressBar) { mProgressBar = progressBar; } virtual ~FileWidget(); -- cgit v1.2.3-70-g09d2