mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Ref T681, UI to set CG from DB plus settings improvements for simulator settings
This commit is contained in:
committed by
Mat Sutcliffe
parent
a447c054ca
commit
b7fd1fa777
49
src/blackgui/components/cgsourceselector.ui
Normal file
49
src/blackgui/components/cgsourceselector.ui
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>CCGSourceSelector</class>
|
||||
<widget class="QFrame" name="CCGSourceSelector">
|
||||
<property name="windowTitle">
|
||||
<string>CG selector</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_CGSourceSelector">
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QComboBox" name="cb_CGSourceSelector">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Simulator first</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>DB first</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Simulator only</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>DB only</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
Reference in New Issue
Block a user