From 01b76b6133bf38516f5566da653b09b6535f1e59 Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Fri, 15 Sep 2017 09:21:13 +0200 Subject: [PATCH] Color amplitude LCDs --- src/pulsatingscience.ui | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/pulsatingscience.ui b/src/pulsatingscience.ui index 304994a..88bc952 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="styleSheet"> + <string notr="true">color:rgb(0, 0, 255)</string> + </property> <property name="numDigits"> <number>4</number> </property> @@ -414,6 +417,9 @@ </item> <item row="1" column="6"> <widget class="QLCDNumber" name="lcdAmpLLO"> + <property name="styleSheet"> + <string notr="true">color:rgb(255, 0, 0)</string> + </property> <property name="numDigits"> <number>4</number> </property> @@ -421,6 +427,9 @@ </item> <item row="3" column="6"> <widget class="QLCDNumber" name="lcdAmpVirgo"> + <property name="styleSheet"> + <string notr="true">color:rgb(0, 153, 0)</string> + </property> <property name="numDigits"> <number>4</number> </property> -- GitLab