From 9cbbbc0a69d13c65f14678c3187b796a374236ce Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 21 Jul 2018 13:41:47 +0200 Subject: 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. --- archivebrowser.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'archivebrowser.h') 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; -- cgit v1.2.3-70-g09d2