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