Remove mountpoint entry line from installation form and use config setting instead...
[Rockbox.git] / rbutil / rbutilqt / installbootloaderfrm.ui
blobb34b664d43b754fec82018f05ddc46f5c1154089
1 <ui version="4.0" >
2  <class>InstallBootloaderFrm</class>
3  <widget class="QDialog" name="InstallBootloaderFrm" >
4   <property name="windowModality" >
5    <enum>Qt::WindowModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>600</width>
12     <height>450</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Install Bootloader</string>
17   </property>
18   <layout class="QGridLayout" >
19    <item rowspan="6" row="0" column="0" >
20     <widget class="QLabel" name="label" >
21      <property name="text" >
22       <string/>
23      </property>
24      <property name="pixmap" >
25       <pixmap resource="rbutilqt.qrc" >:/icons/icons/wizard.xpm</pixmap>
26      </property>
27      <property name="alignment" >
28       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
29      </property>
30     </widget>
31    </item>
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>
36      </property>
37     </widget>
38    </item>
39    <item row="1" column="1" colspan="2" >
40     <widget class="QLineEdit" name="lineMountPoint" />
41    </item>
42    <item row="1" column="3" >
43     <widget class="QPushButton" name="buttonBrowse" >
44      <property name="text" >
45       <string>&amp;Browse</string>
46      </property>
47      <property name="icon" >
48       <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
49      </property>
50     </widget>
51    </item>
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>
56      </property>
57     </widget>
58    </item>
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>
65       </sizepolicy>
66      </property>
67      <property name="toolTip" >
68       <string>select the original Firmware</string>
69      </property>
70      <property name="accessibleDescription" >
71       <string>select the original Firmware</string>
72      </property>
73     </widget>
74    </item>
75    <item row="3" column="3" >
76     <widget class="QPushButton" name="buttonBrowseOF" >
77      <property name="text" >
78       <string>&amp;Browse</string>
79      </property>
80      <property name="icon" >
81       <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
82      </property>
83     </widget>
84    </item>
85    <item row="4" column="2" >
86     <spacer>
87      <property name="orientation" >
88       <enum>Qt::Vertical</enum>
89      </property>
90      <property name="sizeHint" >
91       <size>
92        <width>20</width>
93        <height>40</height>
94       </size>
95      </property>
96     </spacer>
97    </item>
98    <item row="5" column="1" >
99     <spacer>
100      <property name="orientation" >
101       <enum>Qt::Horizontal</enum>
102      </property>
103      <property name="sizeHint" >
104       <size>
105        <width>40</width>
106        <height>20</height>
107       </size>
108      </property>
109     </spacer>
110    </item>
111    <item row="5" column="2" colspan="2" >
112     <layout class="QHBoxLayout" >
113      <item>
114       <widget class="QPushButton" name="buttonOk_2" >
115        <property name="text" >
116         <string>&amp;Ok</string>
117        </property>
118        <property name="icon" >
119         <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
120        </property>
121       </widget>
122      </item>
123      <item>
124       <widget class="QPushButton" name="buttonCancel_2" >
125        <property name="text" >
126         <string>&amp;Cancel</string>
127        </property>
128        <property name="icon" >
129         <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
130        </property>
131       </widget>
132      </item>
133     </layout>
134    </item>
135   </layout>
136  </widget>
137  <resources>
138   <include location="rbutilqt.qrc" />
139  </resources>
140  <connections>
141   <connection>
142    <sender>buttonOk_2</sender>
143    <signal>clicked()</signal>
144    <receiver>InstallBootloaderFrm</receiver>
145    <slot>accept()</slot>
146    <hints>
147     <hint type="sourcelabel" >
148      <x>476</x>
149      <y>425</y>
150     </hint>
151     <hint type="destinationlabel" >
152      <x>531</x>
153      <y>317</y>
154     </hint>
155    </hints>
156   </connection>
157   <connection>
158    <sender>buttonCancel_2</sender>
159    <signal>clicked()</signal>
160    <receiver>InstallBootloaderFrm</receiver>
161    <slot>reject()</slot>
162    <hints>
163     <hint type="sourcelabel" >
164      <x>556</x>
165      <y>428</y>
166     </hint>
167     <hint type="destinationlabel" >
168      <x>599</x>
169      <y>325</y>
170     </hint>
171    </hints>
172   </connection>
173  </connections>
174 </ui>