mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T609, tristate LED showing if synced with simulator com
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user