Skip to content
Snippets Groups Projects
Commit 901b4097 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

fix: checkbox names in GUI

parent ccf29cdc
No related branches found
Tags 00.14.03
No related merge requests found
...@@ -390,9 +390,9 @@ ...@@ -390,9 +390,9 @@
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_5"> <layout class="QVBoxLayout" name="verticalLayout_5">
<item> <item>
<widget class="QCheckBox" name="removeOffsetsSignal1"> <widget class="QCheckBox" name="removeOffsetsSignal0">
<property name="text"> <property name="text">
<string>Signal 1</string> <string>Signal 0</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
...@@ -400,9 +400,9 @@ ...@@ -400,9 +400,9 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="removeOffsetsSignal2"> <widget class="QCheckBox" name="removeOffsetsSignal1">
<property name="text"> <property name="text">
<string>Signal 2</string> <string>Signal 1</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -534,7 +534,7 @@ ...@@ -534,7 +534,7 @@
<connection> <connection>
<sender>analysisTypeCableButton</sender> <sender>analysisTypeCableButton</sender>
<signal>toggled(bool)</signal> <signal>toggled(bool)</signal>
<receiver>removeOffsetsSignal1</receiver> <receiver>removeOffsetsSignal0</receiver>
<slot>setChecked(bool)</slot> <slot>setChecked(bool)</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment