2 <class>InstallBootloaderFrm</class>
3 <widget class="QDialog" name="InstallBootloaderFrm" >
4 <property name="windowModality" >
5 <enum>Qt::WindowModal</enum>
7 <property name="geometry" >
15 <property name="windowTitle" >
16 <string>Install Bootloader</string>
18 <layout class="QGridLayout" >
19 <item rowspan="6" row="0" column="0" >
20 <widget class="QLabel" name="label" >
21 <property name="text" >
24 <property name="pixmap" >
25 <pixmap resource="rbutilqt.qrc" >:/icons/icons/wizard.xpm</pixmap>
27 <property name="alignment" >
28 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
32 <item row="0" column="1" colspan="3" >
33 <widget class="QLabel" name="label_2" >
34 <property name="text" >
35 <string>Select your device in the filesystem</string>
39 <item row="1" column="1" colspan="2" >
40 <widget class="QLineEdit" name="lineMountPoint" />
42 <item row="1" column="3" >
43 <widget class="QPushButton" name="buttonBrowse" >
44 <property name="text" >
45 <string>&Browse</string>
47 <property name="icon" >
48 <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
52 <item row="2" column="1" colspan="3" >
53 <widget class="QLabel" name="label_3" >
54 <property name="text" >
55 <string>Download and select an original Firmware</string>
59 <item row="3" column="1" colspan="2" >
60 <widget class="QLineEdit" name="lineOriginalFirmware" >
61 <property name="sizePolicy" >
62 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
63 <horstretch>0</horstretch>
64 <verstretch>0</verstretch>
67 <property name="toolTip" >
68 <string>select the original Firmware</string>
70 <property name="accessibleDescription" >
71 <string>select the original Firmware</string>
75 <item row="3" column="3" >
76 <widget class="QPushButton" name="buttonBrowseOF" >
77 <property name="text" >
78 <string>&Browse</string>
80 <property name="icon" >
81 <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
85 <item row="4" column="2" >
87 <property name="orientation" >
88 <enum>Qt::Vertical</enum>
90 <property name="sizeHint" >
98 <item row="5" column="1" >
100 <property name="orientation" >
101 <enum>Qt::Horizontal</enum>
103 <property name="sizeHint" >
111 <item row="5" column="2" colspan="2" >
112 <layout class="QHBoxLayout" >
114 <widget class="QPushButton" name="buttonOk_2" >
115 <property name="text" >
116 <string>&Ok</string>
118 <property name="icon" >
119 <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
124 <widget class="QPushButton" name="buttonCancel_2" >
125 <property name="text" >
126 <string>&Cancel</string>
128 <property name="icon" >
129 <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
138 <include location="rbutilqt.qrc" />
142 <sender>buttonOk_2</sender>
143 <signal>clicked()</signal>
144 <receiver>InstallBootloaderFrm</receiver>
145 <slot>accept()</slot>
147 <hint type="sourcelabel" >
151 <hint type="destinationlabel" >
158 <sender>buttonCancel_2</sender>
159 <signal>clicked()</signal>
160 <receiver>InstallBootloaderFrm</receiver>
161 <slot>reject()</slot>
163 <hint type="sourcelabel" >
167 <hint type="destinationlabel" >