From 707853a339a804c9fe90e8ce5b7743c131b75dc1 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 26 Feb 2017 13:24:55 +0100 Subject: Artwork and GUI modifications Added the necessary QActions. Except the ConfigAction they don't do anything yet, but they have nice icons :) I got rid of the menuBar(tm) and added a QToolBar to the center widget instead. --- indexerwidget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'indexerwidget.h') diff --git a/indexerwidget.h b/indexerwidget.h index 64e1343..0f43266 100644 --- a/indexerwidget.h +++ b/indexerwidget.h @@ -19,7 +19,6 @@ class IndexerWidget : public QWidget { Q_OBJECT public: explicit IndexerWidget(QWidget *parent = 0); - QVector menus() { return mMenus; } public slots: void startIndexing(); @@ -28,7 +27,6 @@ class IndexerWidget : public QWidget { void addToError(QString msg); private: - void createMenus(); QTextEdit *mLog; QTextEdit *mError; QVector mMenus; -- cgit v1.2.3-70-g09d2