Skip to content
Snippets Groups Projects
Commit 8c92fae6 authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

set 0 and 1 instead of true and false

parent 024781f0
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>4HV</string> <string>4UHV</string>
</property> </property>
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QTabWidget" name="tabWidget"> <widget class="QTabWidget" name="tabWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>1</number>
</property> </property>
<widget class="QWidget" name="tab_normal"> <widget class="QWidget" name="tab_normal">
<attribute name="title"> <attribute name="title">
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
<string>Step</string> <string>Step</string>
</property> </property>
<property name="point" stdset="0"> <property name="point" stdset="0">
<string>$1/Fixed%1(false)</string> <string>$1/Fixed%1(0)</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<string>Start</string> <string>Start</string>
</property> </property>
<property name="point" stdset="0"> <property name="point" stdset="0">
<string>$1/Protect%1(false)</string> <string>$1/Protect%1(0)</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
<string>Protect</string> <string>Protect</string>
</property> </property>
<property name="point" stdset="0"> <property name="point" stdset="0">
<string>$1/Protect%1(true)</string> <string>$1/Protect%1(1)</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
<string>Fix</string> <string>Fix</string>
</property> </property>
<property name="point" stdset="0"> <property name="point" stdset="0">
<string>$1/Fixed%1(true)</string> <string>$1/Fixed%1(1)</string>
</property> </property>
</widget> </widget>
</item> </item>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment