Files
pilotclient/src/blackgui/components/simulatorselector.ui
Klaus Basan 4f74a36596 Ref T430, added FG simulator selector support
* FG can be disabled (normal scenarios)
* added combobox mode as well, as too many radio buttons are too wide, will gradually change to combobox in some UI scenarios
2018-11-16 02:49:54 +01:00

207 lines
5.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CSimulatorSelector</class>
<widget class="QFrame" name="CSimulatorSelector">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>188</width>
<height>66</height>
</rect>
</property>
<property name="windowTitle">
<string>Simulator selector</string>
</property>
<layout class="QVBoxLayout" name="vl_SimulatorSelector">
<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="QWidget" name="wi_CheckBoxes" native="true">
<layout class="QHBoxLayout" name="hl_CheckBoxes">
<property name="spacing">
<number>3</number>
</property>
<property name="leftMargin">
<number>3</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="QCheckBox" name="cb_P3D">
<property name="text">
<string>P3D</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_FSX">
<property name="text">
<string>FSX</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_FS9">
<property name="text">
<string>FS9</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_XPlane">
<property name="toolTip">
<string>XPlane</string>
</property>
<property name="text">
<string>XP</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_FG">
<property name="toolTip">
<string>FlightGear</string>
</property>
<property name="whatsThis">
<string>FlightGear</string>
</property>
<property name="text">
<string>FG</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="wi_RadioButtons" native="true">
<layout class="QHBoxLayout" name="hl_RadioButtons">
<property name="spacing">
<number>3</number>
</property>
<property name="leftMargin">
<number>3</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="QRadioButton" name="rb_P3D">
<property name="text">
<string>P3D</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rb_FSX">
<property name="text">
<string>FSX</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rb_FS9">
<property name="text">
<string>FS9</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rb_XPlane">
<property name="toolTip">
<string>XPlane</string>
</property>
<property name="text">
<string>XP</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rb_FG">
<property name="toolTip">
<string>FlightGear</string>
</property>
<property name="whatsThis">
<string>FlightGear</string>
</property>
<property name="text">
<string>FG</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="wi_ComboBox" native="true">
<layout class="QVBoxLayout" name="vl_ComboBox">
<property name="spacing">
<number>3</number>
</property>
<property name="leftMargin">
<number>3</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_Simulators"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>cb_P3D</tabstop>
<tabstop>cb_FSX</tabstop>
<tabstop>cb_FS9</tabstop>
<tabstop>cb_XPlane</tabstop>
<tabstop>cb_FG</tabstop>
<tabstop>rb_P3D</tabstop>
<tabstop>rb_FSX</tabstop>
<tabstop>rb_FS9</tabstop>
<tabstop>rb_XPlane</tabstop>
<tabstop>rb_FG</tabstop>
<tabstop>cb_Simulators</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>