diff --git a/src/audiomixerboard.cpp b/src/audiomixerboard.cpp index d30c4d8d..21f0c87c 100755 --- a/src/audiomixerboard.cpp +++ b/src/audiomixerboard.cpp @@ -56,6 +56,14 @@ CChannelFader::CChannelFader ( QWidget* pNW, pParentLayout->insertLayout ( 0, pMainGrid ); + // add help text to controls + QWhatsThis::add(pFader, "Mixer Fader: Adjusts the audio level of this " + "channel. All connected clients at the server will be assigned an audio " + "fader at each client"); + + QWhatsThis::add(pLabel, "Mixer Fader Label: Label (fader tag) identifying " + "the connected client. The tag name can be set in the clients main window."); + // connections ------------------------------------------------------------- QObject::connect ( pFader, SIGNAL ( valueChanged ( int ) ),