raDIYo
0.4
swdialdialog.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 <swdialdialog.h>
16
17
18
SWDialDialog::SWDialDialog( QWidget* parent )
19
: QDialog( parent )
20
21
{
22
setupUi(
this
);
23
}
24
25
26
SWDialDialog::~SWDialDialog()
27
{
28
29
}
30
31
32
SWRotaryWidget
& SWDialDialog::leftDial()
33
{
34
return
*_leftDial;
35
}
36
37
38
SWRotaryWidget
& SWDialDialog::rightDial()
39
{
40
return
*_rightDial;
41
}
SWRotaryWidget
Definition:
swrotarywidget.h:27
raDIYo
swdialdialog.cpp
Generated by
1.9.3