Move device and mountpoint selection to configuration to eliminate the need of asking...
[Rockbox.git] / rbutil / rbutilqt / installzipfrm.ui
blob4a107ce18955fd98e3629cb31abfaac9faddc3fc
1 <ui version="4.0" >
2  <class>InstallZipFrm</class>
3  <widget class="QDialog" name="InstallZipFrm" >
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 Zip</string>
17   </property>
18   <layout class="QGridLayout" >
19    <item rowspan="4" 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="4" >
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="3" >
40     <widget class="QLineEdit" name="lineMountPoint" />
41    </item>
42    <item row="1" column="4" >
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="2" >
53     <spacer>
54      <property name="orientation" >
55       <enum>Qt::Vertical</enum>
56      </property>
57      <property name="sizeHint" >
58       <size>
59        <width>20</width>
60        <height>40</height>
61       </size>
62      </property>
63     </spacer>
64    </item>
65    <item row="3" column="1" >
66     <spacer>
67      <property name="orientation" >
68       <enum>Qt::Horizontal</enum>
69      </property>
70      <property name="sizeHint" >
71       <size>
72        <width>40</width>
73        <height>20</height>
74       </size>
75      </property>
76     </spacer>
77    </item>
78    <item row="3" column="3" colspan="2" >
79     <layout class="QHBoxLayout" >
80      <item>
81       <widget class="QPushButton" name="buttonOk" >
82        <property name="text" >
83         <string>&amp;Ok</string>
84        </property>
85        <property name="icon" >
86         <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
87        </property>
88       </widget>
89      </item>
90      <item>
91       <widget class="QPushButton" name="buttonCancel" >
92        <property name="text" >
93         <string>&amp;Cancel</string>
94        </property>
95        <property name="icon" >
96         <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
97        </property>
98       </widget>
99      </item>
100     </layout>
101    </item>
102   </layout>
103  </widget>
104  <resources>
105   <include location="rbutilqt.qrc" />
106  </resources>
107  <connections>
108   <connection>
109    <sender>buttonOk</sender>
110    <signal>clicked()</signal>
111    <receiver>InstallZipFrm</receiver>
112    <slot>accept()</slot>
113    <hints>
114     <hint type="sourcelabel" >
115      <x>472</x>
116      <y>418</y>
117     </hint>
118     <hint type="destinationlabel" >
119      <x>382</x>
120      <y>328</y>
121     </hint>
122    </hints>
123   </connection>
124   <connection>
125    <sender>buttonCancel</sender>
126    <signal>clicked()</signal>
127    <receiver>InstallZipFrm</receiver>
128    <slot>reject()</slot>
129    <hints>
130     <hint type="sourcelabel" >
131      <x>561</x>
132      <y>428</y>
133     </hint>
134     <hint type="destinationlabel" >
135      <x>522</x>
136      <y>332</y>
137     </hint>
138    </hints>
139   </connection>
140  </connections>
141 </ui>