From 1b449b72338f92ba1ee03da7510dbbeaeefb9551 Mon Sep 17 00:00:00 2001 From: Claudio Scafuri <claudio.scafuri@elettra.eu> Date: Thu, 8 Apr 2021 13:48:00 +0200 Subject: [PATCH] move mapulses and add lebel --- src/mscr.ui | 63 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/src/mscr.ui b/src/mscr.ui index a0c8efc..0c42ef9 100644 --- a/src/mscr.ui +++ b/src/mscr.ui @@ -1719,13 +1719,6 @@ </property> </widget> </item> - <item> - <widget class="TLabel" name="tLabel"> - <property name="source"> - <string>$1/Focuspulses</string> - </property> - </widget> - </item> <item> <widget class="TPushButton" name="tPushFocusMinusOne_4"> <property name="font"> @@ -1756,6 +1749,20 @@ </property> </widget> </item> + <item> + <widget class="TLabel" name="tLabel"> + <property name="source"> + <string>$1/Focuspulses</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_13"> + <property name="text"> + <string>max. pulses</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -1803,13 +1810,6 @@ </property> </widget> </item> - <item> - <widget class="TLabel" name="tLabel_2"> - <property name="source"> - <string>$1/Zoompulses</string> - </property> - </widget> - </item> <item> <widget class="TPushButton" name="tPushZoomMinusOne_4"> <property name="font"> @@ -1840,6 +1840,20 @@ </property> </widget> </item> + <item> + <widget class="TLabel" name="tLabel_2"> + <property name="source"> + <string>$1/Zoompulses</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_14"> + <property name="text"> + <string>max. pulses</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -1905,13 +1919,6 @@ </property> </widget> </item> - <item> - <widget class="TLabel" name="tLabel_3"> - <property name="source"> - <string>$1/Diaphpulses</string> - </property> - </widget> - </item> <item> <widget class="TPushButton" name="tPushDiaMinusOne_4"> <property name="font"> @@ -1942,6 +1949,20 @@ </property> </widget> </item> + <item> + <widget class="TLabel" name="tLabel_3"> + <property name="source"> + <string>$1/Diaphpulses</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_15"> + <property name="text"> + <string>max. pulses</string> + </property> + </widget> + </item> </layout> </widget> </item> -- GitLab