Skip to content
Snippets Groups Projects
Commit 1a32fa0c authored by Oliver Bock's avatar Oliver Bock
Browse files

Add status tips for amplitude LCDs

parent f8b909ad
Branches
No related tags found
No related merge requests found
...@@ -407,6 +407,9 @@ ...@@ -407,6 +407,9 @@
</item> </item>
<item row="0" column="6"> <item row="0" column="6">
<widget class="QLCDNumber" name="lcdAmpLHO"> <widget class="QLCDNumber" name="lcdAmpLHO">
<property name="statusTip">
<string>Relative strain amplitude of LHO</string>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">color:rgb(0, 0, 255)</string> <string notr="true">color:rgb(0, 0, 255)</string>
</property> </property>
...@@ -417,6 +420,9 @@ ...@@ -417,6 +420,9 @@
</item> </item>
<item row="1" column="6"> <item row="1" column="6">
<widget class="QLCDNumber" name="lcdAmpLLO"> <widget class="QLCDNumber" name="lcdAmpLLO">
<property name="statusTip">
<string>Relative strain amplitude of LLO</string>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">color:rgb(255, 0, 0)</string> <string notr="true">color:rgb(255, 0, 0)</string>
</property> </property>
...@@ -427,6 +433,9 @@ ...@@ -427,6 +433,9 @@
</item> </item>
<item row="3" column="6"> <item row="3" column="6">
<widget class="QLCDNumber" name="lcdAmpVirgo"> <widget class="QLCDNumber" name="lcdAmpVirgo">
<property name="statusTip">
<string>Relative strain amplitude of Virgo</string>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">color:rgb(0, 153, 0)</string> <string notr="true">color:rgb(0, 153, 0)</string>
</property> </property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment