From 613f1e254738ee4b9e23c7dee14e901d50abfb49 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 17 Feb 2018 08:05:36 +0100 Subject: New class: CollectionFoldersView Basically the same as doPopulateByFolder, just wrapped in a shiny, new CollectionWidget. --- collectionfoldersview.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 collectionfoldersview.h (limited to 'collectionfoldersview.h') diff --git a/collectionfoldersview.h b/collectionfoldersview.h new file mode 100644 index 0000000..20c041f --- /dev/null +++ b/collectionfoldersview.h @@ -0,0 +1,18 @@ +#ifndef COLLECTIONFOLDERSVIEW_H +#define COLLECTIONFOLDERSVIEW_H + +#include "collectionwidget.h" + +class CollectionFoldersView : public CollectionWidget { + public: + CollectionFoldersView(QWidget *parent = nullptr); + + public slots: + virtual void populate(); + virtual void readSettings(); + + private: + QString mCurrentFolder; +}; + +#endif // COLLECTIONFOLDERSVIEW_H -- cgit v1.2.3-70-g09d2