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
No related tags found
No related merge requests found
......@@ -390,9 +390,9 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QCheckBox" name="removeOffsetsSignal1">
<widget class="QCheckBox" name="removeOffsetsSignal0">
<property name="text">
<string>Signal 1</string>
<string>Signal 0</string>
</property>
<property name="checked">
<bool>true</bool>
......@@ -400,9 +400,9 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="removeOffsetsSignal2">
<widget class="QCheckBox" name="removeOffsetsSignal1">
<property name="text">
<string>Signal 2</string>
<string>Signal 1</string>
</property>
</widget>
</item>
......@@ -534,7 +534,7 @@
<connection>
<sender>analysisTypeCableButton</sender>
<signal>toggled(bool)</signal>
<receiver>removeOffsetsSignal1</receiver>
<receiver>removeOffsetsSignal0</receiver>
<slot>setChecked(bool)</slot>
<hints>
<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