23#ifndef WIDGET_WITH_INPUT_H
24#define WIDGET_WITH_INPUT_H
63 WidgetWithInput( QWidget* parent,
bool bUseIntSteps, QString sBaseTooltip,
int nScrollSpeed,
int nScrollSpeedFast,
float fMin,
float fMax,
bool bModifyOnChange );
71 virtual void setValue(
float fValue,
bool bTriggeredByUserInteraction =
false );
Every widget which supports MidiLearn should derive from this Class.