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