cockpit UI, changed order of RX/TX

This commit is contained in:
Klaus Basan
2020-04-19 15:47:53 +02:00
committed by Mat Sutcliffe
parent 50f8b09b62
commit 055ecbc022

View File

@@ -162,13 +162,6 @@
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="cb_1Tx">
<property name="text">
<string>Tx1</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_1Rec">
<property name="text">
@@ -177,9 +170,9 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_2Tx">
<widget class="QCheckBox" name="cb_1Tx">
<property name="text">
<string>Tx2</string>
<string>Tx1</string>
</property>
</widget>
</item>
@@ -190,6 +183,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_2Tx">
<property name="text">
<string>Tx2</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_IntegratedWithCom">
<property name="toolTip">
@@ -319,10 +319,10 @@
</customwidgets>
<tabstops>
<tabstop>le_Info</tabstop>
<tabstop>cb_1Tx</tabstop>
<tabstop>cb_1Rec</tabstop>
<tabstop>cb_2Tx</tabstop>
<tabstop>cb_1Tx</tabstop>
<tabstop>cb_2Rec</tabstop>
<tabstop>cb_2Tx</tabstop>
<tabstop>cb_IntegratedWithCom</tabstop>
<tabstop>cb_SetupAudioInputDevice</tabstop>
<tabstop>tb_RefreshInDevice</tabstop>