From 8c92fae6f4a36285f00eed790f3237fc87e3764c Mon Sep 17 00:00:00 2001
From: Giacomo Strangolino <giacomo.strangolino@elettra.eu>
Date: Thu, 9 Sep 2021 15:29:36 +0200
Subject: [PATCH] set 0 and 1 instead of true and false

---
 src/4uhv.ui    |  2 +-
 src/channel.ui | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/4uhv.ui b/src/4uhv.ui
index 5006e43..5e9fb99 100644
--- a/src/4uhv.ui
+++ b/src/4uhv.ui
@@ -22,7 +22,7 @@
       </font>
      </property>
      <property name="text">
-      <string>4HV</string>
+      <string>4UHV</string>
      </property>
      <property name="scaledContents">
       <bool>true</bool>
diff --git a/src/channel.ui b/src/channel.ui
index 8a94cc3..2d530e1 100644
--- a/src/channel.ui
+++ b/src/channel.ui
@@ -33,7 +33,7 @@
    <item row="1" column="0">
     <widget class="QTabWidget" name="tabWidget">
      <property name="currentIndex">
-      <number>0</number>
+      <number>1</number>
      </property>
      <widget class="QWidget" name="tab_normal">
       <attribute name="title">
@@ -161,7 +161,7 @@
           <string>Step</string>
          </property>
          <property name="point" stdset="0">
-          <string>$1/Fixed%1(false)</string>
+          <string>$1/Fixed%1(0)</string>
          </property>
         </widget>
        </item>
@@ -181,7 +181,7 @@
           <string>Start</string>
          </property>
          <property name="point" stdset="0">
-          <string>$1/Protect%1(false)</string>
+          <string>$1/Protect%1(0)</string>
          </property>
         </widget>
        </item>
@@ -201,7 +201,7 @@
           <string>Protect</string>
          </property>
          <property name="point" stdset="0">
-          <string>$1/Protect%1(true)</string>
+          <string>$1/Protect%1(1)</string>
          </property>
         </widget>
        </item>
@@ -249,7 +249,7 @@
           <string>Fix</string>
          </property>
          <property name="point" stdset="0">
-          <string>$1/Fixed%1(true)</string>
+          <string>$1/Fixed%1(1)</string>
          </property>
         </widget>
        </item>
-- 
GitLab