raDIYo
0.4
swusbcontrol.cpp
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
#include <QDebug>
15
#include <swusbcontrol.h>
16
17
SWUSBControl::SWUSBControl(
SWRaDIYoMainWidget
* parent )
18
:
SWAbstractControl
( parent )
19
{
20
21
setupUi(
this
);
22
23
}
24
25
SWUSBControl::~SWUSBControl()
26
{
27
28
}
29
30
/*
31
void SWUSBControl::onDialClicked()
32
{
33
qDebug() << "usb control onClick";
34
}
35
36
void SWUSBControl::onDialValueChanged( int value )
37
{
38
qDebug() << "usb control on ValueChanged: " << value;
39
}
40
*/
SWAbstractControl
Definition:
swabstractcontrol.h:26
SWRaDIYoMainWidget
Definition:
swradiyomainwidget.h:44
raDIYo
swusbcontrol.cpp
Generated by
1.9.3