From 2213d00d25b6b3127e33a0df63cae54d29748d06 Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 3 Apr 2018 06:25:48 +0200 Subject: FSWidget: add configure action --- shemov.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 539a90a..50a0c17 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -71,6 +71,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla setDuration(duration, false); }); connect(mFileWidget, &FSWidget::needRefreshFs, this, &SheMov::setFsFree); + connect(mFileWidget, &FSWidget::needConfig, this, &SheMov::configure); //experimental splash.showMessage(tr("Creating Movie archive..."), Qt::AlignHCenter, Qt::yellow); @@ -149,6 +150,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla connect(this, &SheMov::configChanged, mFSWidget->fileView(), &FileView::readConfig); connect(this, &SheMov::configChanged, picViewer, &PictureViewer2::readSettings); connect(this, &SheMov::configChanged, c->archiveTreeModel(), &ArchiveModel::readConfig); + connect(this, &SheMov::configChanged, mFileWidget, &FSWidget::readSettings); connect(mFSWidget, &FilesystemWidget::mounted, this, &SheMov::checkMount); QWidget *centralWidget = new QWidget; -- cgit v1.2.3-70-g09d2