Files
pilotclient/src/blackgui/views/aircraftmodelstatisticsdialog.ui
2019-02-22 20:35:30 +00:00

254 lines
7.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CAircraftModelStatisticsDialog</class>
<widget class="QDialog" name="CAircraftModelStatisticsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>404</width>
<height>268</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>200</height>
</size>
</property>
<property name="windowTitle">
<string>Aircraft model statistics</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tw_ModelStatistics">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tb_GeneralStatistics">
<attribute name="title">
<string>General</string>
</attribute>
<layout class="QVBoxLayout" name="vl_GeneralStatistics">
<item>
<widget class="QTextEdit" name="te_GeneralStatistics">
<property name="documentTitle">
<string>Statistics</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tb_Charts">
<attribute name="title">
<string>Charts</string>
</attribute>
<layout class="QVBoxLayout" name="vl_Charts" stretch="0,0">
<item>
<widget class="QFrame" name="fr_ChartType">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<layout class="QHBoxLayout" name="hl_ChartType">
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QRadioButton" name="rb_Distributors">
<property name="text">
<string>distributors</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">bg_Chart</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rb_AircraftIcao">
<property name="text">
<string>aircraft</string>
</property>
<attribute name="buttonGroup">
<string notr="true">bg_Chart</string>
</attribute>
</widget>
</item>
<item>
<spacer name="hs_ChartType">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QRadioButton" name="rb_Horizontal">
<property name="text">
<string>horizontal</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">bg_Layout</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rb_Vertical">
<property name="text">
<string>vertical</string>
</property>
<attribute name="buttonGroup">
<string notr="true">bg_Layout</string>
</attribute>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QPushButton" name="pb_ShowChart">
<property name="text">
<string>show</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QScrollArea" name="sa_Chart">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="sa_ChartContent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>370</width>
<height>161</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="BlackGui::Graphs::CBarChart" name="qwt_Chart">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tb_Matrix">
<attribute name="title">
<string>Matrix</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="lbl_MatitxInfo">
<property name="text">
<string>Generate matrix and display in browser</string>
</property>
</widget>
</item>
<item row="0" column="1" alignment="Qt::AlignLeft">
<widget class="QPushButton" name="pb_GenerateMatrix">
<property name="text">
<string>generate matix</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="bb_AircraftModelStatistics">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BlackGui::Graphs::CBarChart</class>
<extends>QFrame</extends>
<header>blackgui/graphs/barchart.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>bb_AircraftModelStatistics</sender>
<signal>accepted()</signal>
<receiver>CAircraftModelStatisticsDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>bb_AircraftModelStatistics</sender>
<signal>rejected()</signal>
<receiver>CAircraftModelStatisticsDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
<buttongroups>
<buttongroup name="bg_Layout"/>
<buttongroup name="bg_Chart"/>
</buttongroups>
</ui>