From 8e685d4ab524da43bae639274e12221fc28fc847 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 30 Mar 2018 18:18:06 +0200 Subject: Basic layout for new FSWidget Just the layout, does absolutely nothing yet. --- shemov.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 0779a8f..242bf94 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -38,6 +38,7 @@ #include "archivebrowser.h" #include "searchdialog.h" #include "randomtab.h" +#include "fswidget.h" SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags), mOpenWithGroupFS(0), mOpenWithGroupAV(0) { //application icon @@ -61,6 +62,8 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla mTab = new QTabWidget; mTab->addTab(mFSWidget, tr("Filemanager")); connect(this, &SheMov::configChanged, mFSWidget, &FilesystemWidget::configChanged); + mFileWidget = new FSWidget; + mTab->addTab(mFileWidget, tr("FS")); //experimental splash.showMessage(tr("Creating Movie archive..."), Qt::AlignHCenter, Qt::yellow); -- cgit v1.2.3-70-g09d2