raDIYo 0.4
swsongscontrol.h
1/***************************************************************************
2
3 source::worx raDIYo
4 Copyright © 2020-2022 c.holzheuer
5 c.holzheuer@sourceworx.org
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
11
12***************************************************************************/
13
14
15#ifndef SWSONGSCONTROL_H
16#define SWSONGSCONTROL_H
17
18
19#include <swlistcontrol.h>
20
21
23{
24 Q_OBJECT
25
26public:
27
28 explicit SWSongsControl( SWRaDIYoMainWidget* parent );
29 virtual ~SWSongsControl();
30
31 void loadEntryList( const QString& folderHint = "" ) override;
32
33protected:
34
35 //??
36 void loadSettings();
37 void saveSettings();
38
39};
40
41
42#endif // SWSONGSCONTROL_H