Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / plugins / importexport / importexportdialog.ui
blob3c0fca682dd4b2b9b23becbc7b2b8e2ca773dd8a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ImportExportDialog</class>
4 <widget class="QDialog" name="ImportExportDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="ImportExportGadgetWidget" name="widget" native="true"/>
19 </item>
20 <item>
21 <widget class="QDialogButtonBox" name="buttonBox">
22 <property name="orientation">
23 <enum>Qt::Horizontal</enum>
24 </property>
25 <property name="standardButtons">
26 <set>QDialogButtonBox::Close</set>
27 </property>
28 </widget>
29 </item>
30 </layout>
31 </widget>
32 <customwidgets>
33 <customwidget>
34 <class>ImportExportGadgetWidget</class>
35 <extends>QWidget</extends>
36 <header>importexportgadgetwidget.h</header>
37 <container>1</container>
38 </customwidget>
39 </customwidgets>
40 <resources/>
41 <connections>
42 <connection>
43 <sender>buttonBox</sender>
44 <signal>accepted()</signal>
45 <receiver>ImportExportDialog</receiver>
46 <slot>accept()</slot>
47 <hints>
48 <hint type="sourcelabel">
49 <x>248</x>
50 <y>254</y>
51 </hint>
52 <hint type="destinationlabel">
53 <x>157</x>
54 <y>274</y>
55 </hint>
56 </hints>
57 </connection>
58 <connection>
59 <sender>buttonBox</sender>
60 <signal>rejected()</signal>
61 <receiver>ImportExportDialog</receiver>
62 <slot>reject()</slot>
63 <hints>
64 <hint type="sourcelabel">
65 <x>316</x>
66 <y>260</y>
67 </hint>
68 <hint type="destinationlabel">
69 <x>286</x>
70 <y>274</y>
71 </hint>
72 </hints>
73 </connection>
74 </connections>
75 </ui>