mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
[AFV] Ref T739, added a dialog for cockpit/audio so CAfvClient can be used in core UI
This commit is contained in:
@@ -159,9 +159,9 @@ QTextEdit {
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2">
|
||||
<widget class="QGroupBox" name="gb_Audio">
|
||||
<widget class="QGroupBox" name="gb_AudioAndCockpit">
|
||||
<property name="title">
|
||||
<string>Audio (requires restart)</string>
|
||||
<string>Audio/Cockpit</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_Audio">
|
||||
<property name="leftMargin">
|
||||
@@ -176,30 +176,10 @@ QTextEdit {
|
||||
<property name="bottomMargin">
|
||||
<number>4</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_AudioRunsWhere">
|
||||
<item alignment="Qt::AlignRight">
|
||||
<widget class="QPushButton" name="pb_Audio">
|
||||
<property name="text">
|
||||
<string><Audio is where></string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rb_AudioOnCore">
|
||||
<property name="text">
|
||||
<string>on core side</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rb_AudioOnGui">
|
||||
<property name="text">
|
||||
<string>on GUI side</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
<string>audio</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -283,7 +263,7 @@ QTextEdit {
|
||||
</widget>
|
||||
<action name="menu_SettingsDialog">
|
||||
<property name="icon">
|
||||
<iconset resource="../blackmisc/blackmisc.qrc">
|
||||
<iconset>
|
||||
<normaloff>:/pastel/icons/pastel/16/wrench-orange.png</normaloff>:/pastel/icons/pastel/16/wrench-orange.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -335,12 +315,8 @@ QTextEdit {
|
||||
<tabstops>
|
||||
<tabstop>lep_CommandLineInput</tabstop>
|
||||
<tabstop>pb_DisconnectNetwork</tabstop>
|
||||
<tabstop>rb_AudioOnCore</tabstop>
|
||||
<tabstop>rb_AudioOnGui</tabstop>
|
||||
<tabstop>pb_Restart</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../blackmisc/blackmisc.qrc"/>
|
||||
</resources>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user