refs #844, use inline UI for settings and settings in ATC component

Allow to toggle stations in/outside range
This commit is contained in:
Klaus Basan
2016-12-24 23:45:00 +01:00
committed by Mathew Sutcliffe
parent 2108422dc2
commit 5d5da0641f
3 changed files with 27 additions and 5 deletions

View File

@@ -61,6 +61,16 @@
</attribute>
</widget>
</item>
<item>
<widget class="BlackGui::Components::CSettingsAtcStationsInlineComponent" name="comp_AtcStationsSettings">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="fr_AtcStationsOnlineBottom">
<property name="sizePolicy">
@@ -288,6 +298,12 @@
<extends>QTableView</extends>
<header>blackgui/views/atcstationview.h</header>
</customwidget>
<customwidget>
<class>BlackGui::Components::CSettingsAtcStationsInlineComponent</class>
<extends>QFrame</extends>
<header>blackgui/components/settingsatcstationsinlinecomponent.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>