Ref T681, UI to set CG from DB plus settings improvements for simulator settings

This commit is contained in:
Klaus Basan
2019-06-10 02:40:35 +02:00
committed by Mat Sutcliffe
parent a447c054ca
commit b7fd1fa777
7 changed files with 545 additions and 273 deletions

View 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>