mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
82 lines
2.1 KiB
XML
82 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CAircraftModelSetValidationDialog</class>
|
|
<widget class="QDialog" name="CAircraftModelSetValidationDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>650</width>
|
|
<height>650</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>650</width>
|
|
<height>650</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Model validation</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="vl_AircraaftModelValidation">
|
|
<item>
|
|
<widget class="BlackGui::Components::CAircraftModelValidationComponent" name="comp_AircraftModelValidation"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QDialogButtonBox" name="bb_CAircraftModelSetValidationDialog">
|
|
<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::CAircraftModelValidationComponent</class>
|
|
<extends>QFrame</extends>
|
|
<header>blackgui/components/aircraftmodelvalidationcomponent.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>bb_CAircraftModelSetValidationDialog</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>CAircraftModelSetValidationDialog</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_CAircraftModelSetValidationDialog</sender>
|
|
<signal>rejected()</signal>
|
|
<receiver>CAircraftModelSetValidationDialog</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>
|