refs #709, smaller version of status bar component

This commit is contained in:
Klaus Basan
2016-07-16 20:14:08 +02:00
parent 6f840f4fd6
commit 876b4c9c22
5 changed files with 325 additions and 50 deletions

View File

@@ -0,0 +1,151 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CInfoBarWebReadersStatusSmallComponent</class>
<widget class="QFrame" name="CInfoBarWebReadersStatusSmallComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>381</width>
<height>20</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="hl_CInfobarWebReaderStatusSmallComponent">
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
<widget class="QLabel" name="lbl_SwiftDb">
<property name="text">
<string>DB</string>
</property>
</widget>
</item>
<item>
<widget class="BlackGui::CLedWidget" name="led_SwiftDb" native="true"/>
</item>
<item>
<widget class="QLabel" name="lbl_DataReady">
<property name="toolTip">
<string>Mappings ready</string>
</property>
<property name="text">
<string>| data</string>
</property>
<property name="indent">
<number>6</number>
</property>
</widget>
</item>
<item>
<widget class="BlackGui::CLedWidget" name="led_DataReady" native="true"/>
</item>
<item>
<widget class="QLabel" name="lbl_Models">
<property name="toolTip">
<string>models</string>
</property>
<property name="text">
<string>| mod.</string>
</property>
</widget>
</item>
<item>
<widget class="BlackGui::CLedWidget" name="led_Models" native="true"/>
</item>
<item>
<widget class="QLabel" name="lbl_Liveries">
<property name="toolTip">
<string>liveries</string>
</property>
<property name="text">
<string>| liv.</string>
</property>
</widget>
</item>
<item>
<widget class="BlackGui::CLedWidget" name="led_Liveries" native="true"/>
</item>
<item>
<widget class="QLabel" name="lbl_Distributors">
<property name="toolTip">
<string>distributors</string>
</property>
<property name="text">
<string>| dist.</string>
</property>
</widget>
</item>
<item>
<widget class="BlackGui::CLedWidget" name="led_Distributors" native="true"/>
</item>
<item>
<widget class="QLabel" name="lbl_Aircraft">
<property name="toolTip">
<string>aircraft</string>
</property>
<property name="text">
<string>| ac.</string>
</property>
</widget>
</item>
<item>
<widget class="BlackGui::CLedWidget" name="led_IcaoAircraft" native="true"/>
</item>
<item>
<widget class="QLabel" name="lbl_Airlines">
<property name="toolTip">
<string>airlines</string>
</property>
<property name="text">
<string>| al.</string>
</property>
</widget>
</item>
<item>
<widget class="BlackGui::CLedWidget" name="led_IcaoAirline" native="true"/>
</item>
<item>
<widget class="QLabel" name="lbl_Countries">
<property name="toolTip">
<string>countries</string>
</property>
<property name="text">
<string>| ctry.</string>
</property>
</widget>
</item>
<item>
<widget class="BlackGui::CLedWidget" name="led_Countries" native="true"/>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BlackGui::CLedWidget</class>
<extends>QWidget</extends>
<header>blackgui/led.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>