Files
pilotclient/src/blackgui/components/aircraftpartshistory.ui
Roland Winklmeier 7e1a3d4ef2 Aircraft parts history component
This frame component allows to display the current aircraft parts
and the received history for a given callsign.

refs #835
2017-01-10 23:45:01 +00:00

118 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CAircraftPartsHistory</class>
<widget class="QFrame" name="CAircraftPartsHistory">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>276</width>
<height>260</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="QVBoxLayout" name="verticalLayout">
<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>
<widget class="QFrame" name="fr_DataEntry">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gl_MatcherSelection">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="lbl_Callsign">
<property name="text">
<string>Callsign:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="cb_PartsHistoryEnabled">
<property name="toolTip">
<string>enable logging of reverse lookup messages</string>
</property>
<property name="text">
<string>Parts History</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lbl_Enable">
<property name="text">
<string>Enable:</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="le_Callsign">
<property name="placeholderText">
<string>callsign</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QCheckBox" name="cb_AutoScrollEnabled">
<property name="text">
<string>Autoscroll</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QTextEdit" name="te_Messages">
<property name="documentTitle">
<string>Messages</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>Result will go here</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>