mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
cockpit UI, changed order of RX/TX
This commit is contained in:
committed by
Mat Sutcliffe
parent
50f8b09b62
commit
055ecbc022
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user