first re-commit.
This commit is contained in:
41
swsendercontrol.h
Normal file
41
swsendercontrol.h
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
/***************************************************************************
|
||||
|
||||
source::worx raDIYo
|
||||
Copyright © 2020-2022 c.holzheuer
|
||||
chris@sourceworx.org
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef SWSENDERCONTROL_H
|
||||
#define SWSENDERCONTROL_H
|
||||
|
||||
|
||||
#include <swlistcontrol.h>
|
||||
|
||||
/**
|
||||
* @brief Control, das die Senderliste darstellt.
|
||||
*/
|
||||
|
||||
class SWSenderControl : public SWListControl
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
explicit SWSenderControl( QWidget* parent, QSettings* settings );
|
||||
virtual ~SWSenderControl() = default;
|
||||
|
||||
public slots:
|
||||
|
||||
void onShow() override;
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif // SWSENDERCONTROL_H
|
Reference in New Issue
Block a user