Ref T384, ATC button component and integration in text message component

This commit is contained in:
Klaus Basan
2018-10-05 02:01:17 +02:00
parent df08923455
commit 228e686b77
8 changed files with 319 additions and 25 deletions

View File

@@ -221,6 +221,16 @@
</widget>
</widget>
</item>
<item>
<widget class="BlackGui::Components::CAtcButtonComponent" name="comp_AtcStations">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="gb_Settings">
<property name="title">
@@ -308,6 +318,12 @@
<header>blackgui/components/settingstextmessagestyle.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CAtcButtonComponent</class>
<extends>QFrame</extends>
<header>blackgui/components/atcbuttoncomponent.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>tw_TextMessages</tabstop>