From d42c4314f7b30af0b1186fe947f2523c3d8f62b6 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 30 Mar 2018 19:20:23 +0200 Subject: Implement add and remove dir in FSWidget Still doesn't read anything from the filesystem, but now you can add and remove directories. Also, the settings are saved. --- fswidget.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'fswidget.h') diff --git a/fswidget.h b/fswidget.h index e77ab2d..024a965 100644 --- a/fswidget.h +++ b/fswidget.h @@ -10,10 +10,15 @@ class FSWidget : public QWidget { Q_OBJECT public: explicit FSWidget(QWidget *parent = nullptr); - - signals: + ~FSWidget(); public slots: + void readSettings(); + void writeSettings(); + + private slots: + void addDir(); + void removeDir(); private: void setupWidget(); -- cgit v1.2.3-70-g09d2