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

Merge branch 'master' into wip/measurement_thread

parents 68bfec4f 901b4097
No related branches found
No related tags found
No related merge requests found
......@@ -389,9 +389,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>
......@@ -399,9 +399,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>
......@@ -561,7 +561,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