fix for whats this help
This commit is contained in:
parent
02aab5b52b
commit
611a94e9da
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP,
|
|||
QString strInpLevHAccText = tr ( "Input level meter" );
|
||||
QString strInpLevHAccDescr = tr ( "Simulates an analog LED level meter." );
|
||||
|
||||
TextInputLEDMeter->setWhatsThis ( strInpLevH );
|
||||
TextLevelMeterLeft->setWhatsThis ( strInpLevH );
|
||||
TextLevelMeterRight->setWhatsThis ( strInpLevH );
|
||||
MultiColorLEDBarInputLevelL->setWhatsThis ( strInpLevH );
|
||||
MultiColorLEDBarInputLevelL->setAccessibleName ( strInpLevHAccText );
|
||||
MultiColorLEDBarInputLevelL->setAccessibleDescription ( strInpLevHAccDescr );
|
||||
|
|
Loading…
Reference in a new issue