Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / plugins / uavsettingsimportexport / importsummarydialog.ui
blob20873ae4b999ebb1733ec5d7ac2fc5e8c81ac889
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ImportSummaryDialog</class>
4 <widget class="QDialog" name="ImportSummaryDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>377</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>UAV Settings import summary</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QTableWidget" name="importSummaryList">
29 <property name="horizontalScrollBarPolicy">
30 <enum>Qt::ScrollBarAlwaysOff</enum>
31 </property>
32 <property name="alternatingRowColors">
33 <bool>true</bool>
34 </property>
35 <attribute name="horizontalHeaderMinimumSectionSize">
36 <number>10</number>
37 </attribute>
38 <attribute name="horizontalHeaderStretchLastSection">
39 <bool>true</bool>
40 </attribute>
41 <attribute name="verticalHeaderVisible">
42 <bool>false</bool>
43 </attribute>
44 <attribute name="verticalHeaderStretchLastSection">
45 <bool>false</bool>
46 </attribute>
47 </widget>
48 </item>
49 <item>
50 <widget class="QProgressBar" name="progressBar">
51 <property name="value">
52 <number>24</number>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <layout class="QHBoxLayout" name="horizontalLayout">
58 <item>
59 <spacer name="horizontalSpacer">
60 <property name="orientation">
61 <enum>Qt::Horizontal</enum>
62 </property>
63 <property name="sizeHint" stdset="0">
64 <size>
65 <width>40</width>
66 <height>20</height>
67 </size>
68 </property>
69 </spacer>
70 </item>
71 <item>
72 <widget class="QPushButton" name="helpButton">
73 <property name="maximumSize">
74 <size>
75 <width>32</width>
76 <height>32</height>
77 </size>
78 </property>
79 <property name="text">
80 <string/>
81 </property>
82 <property name="icon">
83 <iconset resource="../coreplugin/core.qrc">
84 <normaloff>:/core/images/helpicon.svg</normaloff>:/core/images/helpicon.svg</iconset>
85 </property>
86 <property name="iconSize">
87 <size>
88 <width>32</width>
89 <height>32</height>
90 </size>
91 </property>
92 <property name="flat">
93 <bool>true</bool>
94 </property>
95 </widget>
96 </item>
97 <item>
98 <widget class="QPushButton" name="saveToFlash">
99 <property name="toolTip">
100 <string>Save all settings checked above to persistent board storage,
101 then close the dialog.</string>
102 </property>
103 <property name="text">
104 <string>Save to Board Flash</string>
105 </property>
106 </widget>
107 </item>
108 <item>
109 <widget class="QPushButton" name="closeButton">
110 <property name="toolTip">
111 <string>Close this dialog without saving to persistent storage</string>
112 </property>
113 <property name="text">
114 <string>Close</string>
115 </property>
116 </widget>
117 </item>
118 </layout>
119 </item>
120 </layout>
121 </widget>
122 <resources>
123 <include location="../coreplugin/core.qrc"/>
124 </resources>
125 <connections/>
126 </ui>