From 1a32fa0c0bac1eb3887d10e8ca42ca1e643f2cd9 Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Fri, 15 Sep 2017 14:09:05 +0200 Subject: [PATCH] Add status tips for amplitude LCDs --- src/pulsatingscience.ui | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/pulsatingscience.ui b/src/pulsatingscience.ui index 61969a7..f85ac03 100644 --- a/src/pulsatingscience.ui +++ b/src/pulsatingscience.ui @@ -407,6 +407,9 @@ </item> <item row="0" column="6"> <widget class="QLCDNumber" name="lcdAmpLHO"> + <property name="statusTip"> + <string>Relative strain amplitude of LHO</string> + </property> <property name="styleSheet"> <string notr="true">color:rgb(0, 0, 255)</string> </property> @@ -417,6 +420,9 @@ </item> <item row="1" column="6"> <widget class="QLCDNumber" name="lcdAmpLLO"> + <property name="statusTip"> + <string>Relative strain amplitude of LLO</string> + </property> <property name="styleSheet"> <string notr="true">color:rgb(255, 0, 0)</string> </property> @@ -427,6 +433,9 @@ </item> <item row="3" column="6"> <widget class="QLCDNumber" name="lcdAmpVirgo"> + <property name="statusTip"> + <string>Relative strain amplitude of Virgo</string> + </property> <property name="styleSheet"> <string notr="true">color:rgb(0, 153, 0)</string> </property> -- GitLab