mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user