From b0702a8fe0eaeaef0577e0f07456ced2d132c528 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 31 Mar 2018 09:56:36 +0200 Subject: Add visual feedback to FSWidget * show busy cursor when gathering data * emit statusbarMessage() when gathering data The latter shows a summary with the time it has taken to gather data, the SQL query count and the number of files analyzed. --- shemov.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 242bf94..2a7aa7e 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -64,6 +64,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla connect(this, &SheMov::configChanged, mFSWidget, &FilesystemWidget::configChanged); mFileWidget = new FSWidget; mTab->addTab(mFileWidget, tr("FS")); + connect(mFileWidget, &FSWidget::message, this, &SheMov::statusbarMessage); //experimental splash.showMessage(tr("Creating Movie archive..."), Qt::AlignHCenter, Qt::yellow); -- cgit v1.2.3-70-g09d2