diff --git a/src/llconclientdlg.cpp b/src/llconclientdlg.cpp index 05d438e7..0afdacd1 100755 --- a/src/llconclientdlg.cpp +++ b/src/llconclientdlg.cpp @@ -173,12 +173,35 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP, RadioButtonRevSelR->setWhatsThis ( strRevChanSel ); RadioButtonRevSelR->setAccessibleName ( tr ( "Right channel selection for reverberation" ) ); + // connection LED + QString strLEDConnection = tr ( "Connection Status LED: " + "The connection status LED indicator shows the current connection " + "status. If the light is green, a successful connection to the " + "server is established. If the light blinks red right after " + "pressing the connect button, the server address is invalid. " + "If the light turns red and stays red, the connection to the " + "server is lost." ); + TextLabelConnection->setWhatsThis ( strLEDConnection ); + LEDConnection->setWhatsThis ( strLEDConnection ); -// TODO description of all LEDs + LEDConnection->setAccessibleName ( tr ( "Connection status LED indicator" ) ); + + // delay LED + QString strLEDDelay = tr ( "Delay Status LED: " + "The delay status LED indicator shows the current audio delay " + "status. If the light is green, the delay is perfect for a jam " + "session. If the ligth is yellow, a session is still possible but " + "it may harder to perform. If the light is red, the delay is too " + "long for jamming" ); + + TextLabelDelay->setWhatsThis ( strLEDDelay ); + LEDDelay->setWhatsThis ( strLEDDelay ); + + LEDDelay->setAccessibleName ( tr ( "Delay status LED indicator" ) ); // buffers LED - LEDBuffers->setWhatsThis ( tr ( "Buffers Status LED: " + QString strLEDBuffers = tr ( "Buffers Status LED: " "The buffers status LED indicator shows the current audio/streaming " "status. If the light is green, there are no buffer overruns/underruns " "and the audio stream is not interrupted. If the light is red, the " @@ -191,20 +214,22 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP, "