mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
* don`t always init caches, only when needed * init caches when component is 1st displayed * smaller LEDs
139 lines
3.5 KiB
XML
139 lines
3.5 KiB
XML
<?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>340</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="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>
|