1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>ImportSummaryDialog
</class>
4 <widget class=
"QDialog" name=
"ImportSummaryDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Dialog
</string>
16 <property name=
"sizeGripEnabled">
19 <layout class=
"QVBoxLayout" name=
"verticalLayout">
21 <widget class=
"QLabel" name=
"label">
22 <property name=
"text">
23 <string>UAV Settings import summary
</string>
28 <widget class=
"QTableWidget" name=
"importSummaryList">
29 <property name=
"horizontalScrollBarPolicy">
30 <enum>Qt::ScrollBarAlwaysOff
</enum>
32 <property name=
"alternatingRowColors">
35 <attribute name=
"horizontalHeaderMinimumSectionSize">
38 <attribute name=
"horizontalHeaderStretchLastSection">
41 <attribute name=
"verticalHeaderVisible">
44 <attribute name=
"verticalHeaderStretchLastSection">
50 <widget class=
"QProgressBar" name=
"progressBar">
51 <property name=
"value">
57 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
59 <spacer name=
"horizontalSpacer">
60 <property name=
"orientation">
61 <enum>Qt::Horizontal
</enum>
63 <property name=
"sizeHint" stdset=
"0">
72 <widget class=
"QPushButton" name=
"helpButton">
73 <property name=
"maximumSize">
79 <property name=
"text">
82 <property name=
"icon">
83 <iconset resource=
"../coreplugin/core.qrc">
84 <normaloff>:/core/images/helpicon.svg
</normaloff>:/core/images/helpicon.svg
</iconset>
86 <property name=
"iconSize">
92 <property name=
"flat">
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>
103 <property name=
"text">
104 <string>Save to Board Flash
</string>
109 <widget class=
"QPushButton" name=
"closeButton">
110 <property name=
"toolTip">
111 <string>Close this dialog without saving to persistent storage
</string>
113 <property name=
"text">
114 <string>Close
</string>
123 <include location=
"../coreplugin/core.qrc"/>