1 #ifndef INPUTCHANNELFORM_H
2 #define INPUTCHANNELFORM_H
4 #include "channelform.h"
5 #include "configinputwidget.h"
10 class InputChannelForm
;
13 class InputChannelForm
: public ChannelForm
{
17 explicit InputChannelForm(const int index
, QWidget
*parent
= NULL
);
20 friend class ConfigInputWidget
;
22 virtual QString
name();
23 virtual void setName(const QString
&name
);
26 void updateNeutralMark();
29 void neutralUpdated();
30 void reversedUpdated();
34 Ui::InputChannelForm
*ui
;
37 #endif // INPUTCHANNELFORM_H