From 8e685d4ab524da43bae639274e12221fc28fc847 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 30 Mar 2018 18:18:06 +0200 Subject: Basic layout for new FSWidget Just the layout, does absolutely nothing yet. --- fswidget.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 fswidget.h (limited to 'fswidget.h') diff --git a/fswidget.h b/fswidget.h new file mode 100644 index 0000000..e77ab2d --- /dev/null +++ b/fswidget.h @@ -0,0 +1,25 @@ +#ifndef FSWIDGET_H +#define FSWIDGET_H + +#include + +class QComboBox; +class QTreeView; + +class FSWidget : public QWidget { + Q_OBJECT + public: + explicit FSWidget(QWidget *parent = nullptr); + + signals: + + public slots: + + private: + void setupWidget(); + QComboBox *mDirCB; + QComboBox *mFilterCB; + QTreeView *mFileView; +}; + +#endif // FSWIDGET_H -- cgit v1.2.3-70-g09d2