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

74 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CAircraftModelValidationDialog</class>
<widget class="QDialog" name="CAircraftModelValidationDialog">
<property name="minimumSize">
<size>
<width>400</width>
<height>300</height>
</size>
</property>
<property name="windowTitle">
<string>Validation dialog</string>
</property>
<layout class="QVBoxLayout" name="vl_ValidationDialog">
<item>
<widget class="BlackGui::Components::CStatusMessagesDetail" name="comp_StatusMessage"/>
</item>
<item>
<widget class="QDialogButtonBox" name="bb_ValidationDialog">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BlackGui::Components::CStatusMessagesDetail</class>
<extends>QFrame</extends>
<header>blackgui/components/statusmessagesdetail.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>bb_ValidationDialog</sender>
<signal>accepted()</signal>
<receiver>CAircraftModelValidationDialog</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_ValidationDialog</sender>
<signal>rejected()</signal>
<receiver>CAircraftModelValidationDialog</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>
</ui>