raDIYo
0.4
swrotarywidget.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
15
#include <swrotarywidget.h>
16
17
SWRotaryWidget::SWRotaryWidget( QWidget *parent )
18
: QWidget( parent )
19
{
20
setupUi(
this
);
21
}
22
23
QPushButton* SWRotaryWidget::pushButton()
24
{
25
return
_button;
26
}
27
28
29
QDial* SWRotaryWidget::dial()
30
{
31
return
_dial;
32
}
33
raDIYo
swrotarywidget.cpp
Generated by
1.9.3