summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
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 437a38b..cae9ee1 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -35,6 +35,7 @@
#include "smdirmodel.h"
#include "archiveview.h"
#include "archivecontroller.h"
+#include "archivebrowser.h"
SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags), mOpenWithGroupFS(0), mOpenWithGroupAV(0) {
//application icon
@@ -76,6 +77,12 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
connect(mPicWidget->picView(), SIGNAL(selectedSize(qint64)), this, SLOT(setSize(qint64)));
PictureViewer2 *picViewer = SmGlobals::instance()->pictureViewer();
+ //archivebrower
+ splash.showMessage(tr("Creating Archive Browser..."), Qt::AlignHCenter, Qt::yellow);
+ qApp->processEvents();
+ ArchiveBrowser *mArchiveBrowser = new ArchiveBrowser;
+ mTab->addTab(mArchiveBrowser, tr("Archive Browser"));
+
//newmoviewizard + dbanalyzer + newpicsdialog
splash.showMessage(tr("Creating misc. Dialogs..."), Qt::AlignHCenter, Qt::yellow);
qApp->processEvents();