From e3c8b5ee7351fe062fe6a2b1322656ecde015796 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 19 Sep 2022 02:55:10 -0400 Subject: Add a (very crude) toolbar. --- qdeduper/mingui.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qdeduper/mingui.hpp') diff --git a/qdeduper/mingui.hpp b/qdeduper/mingui.hpp index 3515047..9d8e3f4 100644 --- a/qdeduper/mingui.hpp +++ b/qdeduper/mingui.hpp @@ -21,6 +21,7 @@ class QListView; class QProgressDialog; class QSplitter; class QStandardItemModel; +class QToolBar; class ImageItemDelegate; namespace fs = std::filesystem; @@ -33,7 +34,8 @@ private: QTextEdit *infopanel; QLabel *permamsg; QStatusBar *sb; - QListView *lw; + QListView *lv; + QToolBar *tb; std::map menuact; QList selhk; QStandardItemModel *im = nullptr; -- cgit v1.2.3