From 8e632abe3507024824bf1a4bda7643f8074981cd Mon Sep 17 00:00:00 2001
From: Claudio Scafuri <claudio.scafuri@elettra.eu>
Date: Wed, 7 Apr 2021 17:08:09 +0200
Subject: [PATCH] add reading of pulses

---
 src/mscr.ui | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/mscr.ui b/src/mscr.ui
index 873204b..a0c8efc 100644
--- a/src/mscr.ui
+++ b/src/mscr.ui
@@ -1720,9 +1720,9 @@
            </widget>
           </item>
           <item>
-           <widget class="Line" name="line_8">
-            <property name="orientation">
-             <enum>Qt::Horizontal</enum>
+           <widget class="TLabel" name="tLabel">
+            <property name="source">
+             <string>$1/Focuspulses</string>
             </property>
            </widget>
           </item>
@@ -1804,9 +1804,9 @@
            </widget>
           </item>
           <item>
-           <widget class="Line" name="line_7">
-            <property name="orientation">
-             <enum>Qt::Horizontal</enum>
+           <widget class="TLabel" name="tLabel_2">
+            <property name="source">
+             <string>$1/Zoompulses</string>
             </property>
            </widget>
           </item>
@@ -1906,9 +1906,9 @@
            </widget>
           </item>
           <item>
-           <widget class="Line" name="line_3">
-            <property name="orientation">
-             <enum>Qt::Horizontal</enum>
+           <widget class="TLabel" name="tLabel_3">
+            <property name="source">
+             <string>$1/Diaphpulses</string>
             </property>
            </widget>
           </item>
@@ -2007,7 +2007,7 @@
      </rect>
     </property>
     <property name="text">
-     <string/>
+     <string>?</string>
     </property>
    </widget>
    <widget class="TLabel" name="status_tLabel">
-- 
GitLab