summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-06-01 06:53:34 +0200
committerArno <am@disconnect.de>2013-06-01 06:53:34 +0200
commitac5f624734f712bce84f36cc47c0133a1382534f (patch)
treeff3f0105b341dbc91dbe4471b4a55429fe127ce4 /shemov.cpp
parent39223db7f24eb285af7f0b7a3b061d9a92453122 (diff)
downloadSheMov-ac5f624734f712bce84f36cc47c0133a1382534f.tar.gz
SheMov-ac5f624734f712bce84f36cc47c0133a1382534f.tar.bz2
SheMov-ac5f624734f712bce84f36cc47c0133a1382534f.zip
Add view for new ArchiveModel
Display the new ArchiveModel in an experimental tab
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index b6be75f..9859d2f 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -39,6 +39,7 @@
#include "pictureswidget.h"
#include "smdirmodel.h"
#include "framecache.h"
+#include "archiveview.h"
SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags), mOpenWithGroupFS(0), mOpenWithGroupAV(0) {
//application icon
@@ -73,6 +74,12 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
connect(mATree->filesWidget(), SIGNAL(statusMessage(QString)), this, SLOT(statusbarMessage(QString)));
connect(this, SIGNAL(configChanged()), mATree, SLOT(readSettings()));
+ //experimental
+ splash.showMessage(tr("Creating experimental"), Qt::AlignHCenter, Qt::yellow);
+ qApp->processEvents();
+ mArchive = new ArchiveView;
+ mTab->addTab(mArchive, "Experimental");
+
//pictures
splash.showMessage(tr("Creating Picture Archive..."), Qt::AlignHCenter, Qt::yellow);
qApp->processEvents();