raDIYo 0.4
swradiyobasewidget.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 SWRADIYOBASEWIDGET_H
16#define SWRADIYOBASEWIDGET_H
17
18#include <QWidget>
19
20// sinn?? für lib oder was?
21class SWRaDIYoBaseWidget : public QWidget
22{
23 Q_OBJECT
24
25public:
26
27 explicit SWRaDIYoBaseWidget( QWidget* parent = nullptr );
28 virtual ~SWRaDIYoBaseWidget();
29
30signals:
31
32};
33
34#endif // SWRADIYOBASEWIDGET_H