summaryrefslogtreecommitdiffstats
path: root/archivebrowser.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-07-21 13:41:47 +0200
committerArno <arno@disconnect.de>2018-07-21 13:41:47 +0200
commit9cbbbc0a69d13c65f14678c3187b796a374236ce (patch)
treec0fd358103c70703ecea1c6f6aefcc5f135ee7ef /archivebrowser.h
parent8b219f9d250470bb36e1ce1e91a409c13a375a95 (diff)
downloadSheMov-9cbbbc0a69d13c65f14678c3187b796a374236ce.tar.gz
SheMov-9cbbbc0a69d13c65f14678c3187b796a374236ce.tar.bz2
SheMov-9cbbbc0a69d13c65f14678c3187b796a374236ce.zip
Remove menu bar from archive browser
Well, quite some code churn. Localize QActions and remove them from SheMov. Put them in a tool bar and the context menu, the usual.
Diffstat (limited to 'archivebrowser.h')
-rw-r--r--archivebrowser.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/archivebrowser.h b/archivebrowser.h
index c85fa65..6f648a5 100644
--- a/archivebrowser.h
+++ b/archivebrowser.h
@@ -21,7 +21,6 @@ class CopyWorker;
class QSortFilterProxyModel;
class QComboBox;
class QCheckBox;
-class QToolBar;
class QSplitter;
class QProgressDialog;
@@ -30,7 +29,6 @@ class ArchiveBrowser : public QWidget {
public:
explicit ArchiveBrowser(QWidget *parent = 0);
SmTreeView *archiveTree() { return mTree; }
- QToolBar *toolBar() { return mToolBar; }
public slots:
void browserSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
@@ -60,8 +58,6 @@ class ArchiveBrowser : public QWidget {
CopyWorker *mCopyWorker;
QComboBox *mQualityFilter;
QCheckBox *mSizeFilter;
- QToolBar *mToolBar;
- QSplitter *mTbSplitter;
QProgressDialog *mUSBProgress;
ArchiveBrowserModel *mModel;
ArchiveBrowserModelProxy *mProxy;