Ref T609, tristate LED showing if synced with simulator com

This commit is contained in:
Klaus Basan
2019-04-20 01:03:53 +02:00
parent 90373c3a34
commit 2d654e2fef
7 changed files with 51 additions and 13 deletions

View File

@@ -119,7 +119,10 @@ namespace BlackGui
void setOffToolTip(const QString &off);
//! Tri-state tool tip
void setTriStateToolTip(const QString &triState);
void setTriStateToolTip(const QString &triStateTooltip);
//! Tri-state
void setTriStateValues(LedColor color, const QString &tooltip);
//! New values dual state
void setValues(LedColor onColor, LedColor offColor, LedShape shape, const QString &toolTipOn, const QString &toolTipOff, int width = -1);