summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 8912295..eeeddbf 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -79,6 +79,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
qApp->processEvents();
mArchive = new ArchiveView;
mTab->addTab(mArchive, "Experimental");
+ connect(mArchive->archiveModel(), SIGNAL(message(QString)), this, SLOT(statusbarMessage(QString)));
//pictures
splash.showMessage(tr("Creating Picture Archive..."), Qt::AlignHCenter, Qt::yellow);
@@ -140,11 +141,6 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
readSettings();
mFSWidget->fileView()->setFocus(Qt::ActiveWindowFocusReason);
mPicWidget->readSettings();
- mArchive->setConstructingDone();
- Helper::centerWidget(mArchive->progressDialog());
- if(mArchive->archiveModel()->collector()->isRunning()){
- mArchive->progressDialog()->show();
- }
Helper::centerWidget(picViewer);
}