From 2e9ddc26bdbf7744c310990e3d5c8f156cfc5383 Mon Sep 17 00:00:00 2001 From: Giacomo Strangolino <giacomo.strangolino@elettra.eu> Date: Tue, 4 Oct 2022 08:47:42 +0200 Subject: [PATCH] added units to Delay (jive), Delay RW --- src/acdc.ui | 109 +++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 95 insertions(+), 14 deletions(-) diff --git a/src/acdc.ui b/src/acdc.ui index 5553f45..32e3731 100644 --- a/src/acdc.ui +++ b/src/acdc.ui @@ -399,6 +399,15 @@ </color> </brush> </colorrole> + <colorrole role="PlaceholderText"> + <brush brushstyle="NoBrush"> + <color alpha="128"> + <red>46</red> + <green>117</green> + <blue>182</blue> + </color> + </brush> + </colorrole> </active> <inactive> <colorrole role="WindowText"> @@ -419,6 +428,15 @@ </color> </brush> </colorrole> + <colorrole role="PlaceholderText"> + <brush brushstyle="NoBrush"> + <color alpha="128"> + <red>46</red> + <green>117</green> + <blue>182</blue> + </color> + </brush> + </colorrole> </inactive> <disabled> <colorrole role="WindowText"> @@ -439,6 +457,15 @@ </color> </brush> </colorrole> + <colorrole role="PlaceholderText"> + <brush brushstyle="NoBrush"> + <color alpha="128"> + <red>46</red> + <green>117</green> + <blue>182</blue> + </color> + </brush> + </colorrole> </disabled> </palette> </property> @@ -946,6 +973,15 @@ </color> </brush> </colorrole> + <colorrole role="PlaceholderText"> + <brush brushstyle="NoBrush"> + <color alpha="128"> + <red>46</red> + <green>117</green> + <blue>182</blue> + </color> + </brush> + </colorrole> </active> <inactive> <colorrole role="WindowText"> @@ -966,6 +1002,15 @@ </color> </brush> </colorrole> + <colorrole role="PlaceholderText"> + <brush brushstyle="NoBrush"> + <color alpha="128"> + <red>46</red> + <green>117</green> + <blue>182</blue> + </color> + </brush> + </colorrole> </inactive> <disabled> <colorrole role="WindowText"> @@ -986,6 +1031,15 @@ </color> </brush> </colorrole> + <colorrole role="PlaceholderText"> + <brush brushstyle="NoBrush"> + <color alpha="128"> + <red>46</red> + <green>117</green> + <blue>182</blue> + </color> + </brush> + </colorrole> </disabled> </palette> </property> @@ -1294,6 +1348,15 @@ </color> </brush> </colorrole> + <colorrole role="PlaceholderText"> + <brush brushstyle="NoBrush"> + <color alpha="128"> + <red>46</red> + <green>117</green> + <blue>182</blue> + </color> + </brush> + </colorrole> </active> <inactive> <colorrole role="WindowText"> @@ -1314,6 +1377,15 @@ </color> </brush> </colorrole> + <colorrole role="PlaceholderText"> + <brush brushstyle="NoBrush"> + <color alpha="128"> + <red>46</red> + <green>117</green> + <blue>182</blue> + </color> + </brush> + </colorrole> </inactive> <disabled> <colorrole role="WindowText"> @@ -1334,6 +1406,15 @@ </color> </brush> </colorrole> + <colorrole role="PlaceholderText"> + <brush brushstyle="NoBrush"> + <color alpha="128"> + <red>46</red> + <green>117</green> + <blue>182</blue> + </color> + </brush> + </colorrole> </disabled> </palette> </property> @@ -1453,19 +1534,6 @@ <string>Show Units</string> </property> </widget> - <widget class="QuLabel" name="quLabel"> - <property name="geometry"> - <rect> - <x>1310</x> - <y>640</y> - <width>141</width> - <height>40</height> - </rect> - </property> - <property name="source"> - <string>pos/dmrc/dmrc_pos.01/Delay</string> - </property> - </widget> <widget class="QLabel" name="label_18"> <property name="geometry"> <rect> @@ -1588,6 +1656,19 @@ <string>Stop All</string> </property> </widget> + <widget class="QuInputOutput" name="quioDelay"> + <property name="geometry"> + <rect> + <x>1310</x> + <y>640</y> + <width>141</width> + <height>40</height> + </rect> + </property> + <property name="source"> + <string>pos/dmrc/dmrc_pos.01/Delay</string> + </property> + </widget> <zorder>label</zorder> <zorder>gbM5</zorder> <zorder>gbM7</zorder> @@ -1598,13 +1679,13 @@ <zorder>gbM8</zorder> <zorder>gbM1</zorder> <zorder>cbShowUnits</zorder> - <zorder>quLabel</zorder> <zorder>label_18</zorder> <zorder>groupBox_4</zorder> <zorder>groupBox_7</zorder> <zorder>quLabel_2</zorder> <zorder>label_20</zorder> <zorder>bStopAll</zorder> + <zorder>quioDelay</zorder> </widget> </widget> </item> -- GitLab