Files
pilotclient/src/blackgui/components/settingsatcstationsinlinecomponent.ui
2017-01-10 23:45:40 +00:00

64 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CSettingsAtcStationsInlineComponent</class>
<widget class="QFrame" name="CSettingsAtcStationsInlineComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>159</width>
<height>26</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
<layout class="QHBoxLayout" name="hl_AtcStationsSettins">
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
<item>
<spacer name="hs_AtcStationsInline">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QRadioButton" name="rb_All">
<property name="text">
<string>all</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rb_InRange">
<property name="text">
<string>in range</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>