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();
28 void neutralUpdated();
29 void reversedUpdated();
33 Ui::InputChannelForm
*ui
;
36 #endif // INPUTCHANNELFORM_H