From 03534db307eead153283252a0d9ea4c30f7810ee Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 26 Feb 2017 15:47:24 +0100 Subject: Turned IndexerWidget into a dialog and got rid of the TabWidget! --- indexerdialog.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 indexerdialog.h (limited to 'indexerdialog.h') diff --git a/indexerdialog.h b/indexerdialog.h new file mode 100644 index 0000000..2928b08 --- /dev/null +++ b/indexerdialog.h @@ -0,0 +1,17 @@ +#ifndef INDEXERDIALOG_H +#define INDEXERDIALOG_H + +#include + +class IndexerWidget; + +class IndexerDialog : public QDialog { + Q_OBJECT + public: + explicit IndexerDialog(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags()); + + private: + IndexerWidget *mIndexer; +}; + +#endif // INDEXERDIALOG_H -- cgit v1.2.3-70-g09d2