Tooltip for Encoding log

This commit is contained in:
Desmis
2020-05-24 09:28:31 +02:00
parent 9f2f8411ac
commit 3f18abf8c4
2 changed files with 18 additions and 10 deletions

View File

@@ -4348,16 +4348,18 @@ LocallabLog::LocallabLog():
void LocallabLog::updateAdviceTooltips(const bool showTooltips)
{
if (showTooltips) {
exp->set_tooltip_text(M("TP_LOCALLAB_ENCODLOG_TOOLTIP"));
exp->set_tooltip_text(M("TP_LOCALLAB_LOGENCOD_TOOLTIP"));
logPFrame->set_tooltip_text(M("TP_LOCALLAB_LOGFRAME_TOOLTIP"));
autocompute->set_tooltip_text(M("TP_LOCALLAB_AUTOLOG_TOOLTIP"));
blackEv->set_tooltip_text(M("TP_LOCALLAB_BLACKWHEV_TOOLTIP"));
whiteEv->set_tooltip_text(M("TP_LOCALLAB_BLACKWHEV_TOOLTIP"));
Autogray->set_tooltip_text(M("TP_LOCALLAB_AUTOGREY_TOOLTIP"));
sourceGray->set_tooltip_text(M("TP_LOCALLAB_SRCGREY_TOOLTIP"));
targetGray->set_tooltip_text(M("TP_LOCALLAB_TARGGREY_TOOLTIP"));
detail->set_tooltip_text(M("TP_LOCALLAB_DETLOG_TOOLTIP"));
baselog->set_tooltip_text(M("TP_LOCALLAB_BASELOG_TOOLTIP"));
autocompute->set_tooltip_text(M("TP_LOCALLAB_LOGAUTO_TOOLTIP"));
blackEv->set_tooltip_text(M("TP_LOCALLAB_LOGBLACKWHEV_TOOLTIP"));
whiteEv->set_tooltip_text(M("TP_LOCALLAB_LOGBLACKWHEV_TOOLTIP"));
// Autogray->set_tooltip_text(M("TP_LOCALLAB_LOGAUTOGREY_TOOLTIP"));
Autogray->set_tooltip_text(M(""));
sourceGray->set_tooltip_text(M("TP_LOCALLAB_LOGSRCGREY_TOOLTIP"));
targetGray->set_tooltip_text(M("TP_LOCALLAB_LOGTARGGREY_TOOLTIP"));
// detail->set_tooltip_text(M("TP_LOCALLAB_LOGDET_TOOLTIP"));
detail->set_tooltip_text(M(""));
baselog->set_tooltip_text(M("TP_LOCALLAB_LOGBASE_TOOLTIP"));
} else {
exp->set_tooltip_text(M(""));
logPFrame->set_tooltip_text("");