First stab at porting rbutil to Qt4. Currently only installing a current or archived...
[Rockbox.git] / rbutil / rbutilqt / installfrm.ui
bloba3ec2a92d15e2a244b42ddb5154a12382c2c7a94
1 <ui version="4.0" >
2  <class>InstallFrm</class>
3  <widget class="QDialog" name="InstallFrm" >
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>702</width>
12     <height>450</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Install Rockbox</string>
17   </property>
18   <layout class="QGridLayout" >
19    <item rowspan="8" 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     </widget>
28    </item>
29    <item row="0" column="1" colspan="3" >
30     <widget class="QLabel" name="label_2" >
31      <property name="text" >
32       <string>Select your device in the filesystem</string>
33      </property>
34     </widget>
35    </item>
36    <item row="1" column="1" colspan="2" >
37     <widget class="QLineEdit" name="lineMountPoint" />
38    </item>
39    <item row="1" column="3" >
40     <widget class="QToolButton" name="buttonBrowse" >
41      <property name="text" >
42       <string>&amp;Browse</string>
43      </property>
44     </widget>
45    </item>
46    <item row="2" column="1" colspan="3" >
47     <widget class="QLabel" name="label_4" >
48      <property name="text" >
49       <string>Please select the Rockbox version you want to install on your player:</string>
50      </property>
51      <property name="wordWrap" >
52       <bool>true</bool>
53      </property>
54     </widget>
55    </item>
56    <item row="3" column="1" colspan="3" >
57     <widget class="QGroupBox" name="groupBox" >
58      <property name="title" >
59       <string>Version</string>
60      </property>
61      <layout class="QVBoxLayout" >
62       <item>
63        <widget class="QRadioButton" name="radioStable" >
64         <property name="text" >
65          <string>Rockbox &amp;stable</string>
66         </property>
67        </widget>
68       </item>
69       <item>
70        <widget class="QRadioButton" name="radioArchived" >
71         <property name="text" >
72          <string>&amp;Archived Build</string>
73         </property>
74        </widget>
75       </item>
76       <item>
77        <widget class="QRadioButton" name="radioCurrent" >
78         <property name="text" >
79          <string>&amp;Current Build</string>
80         </property>
81        </widget>
82       </item>
83      </layout>
84     </widget>
85    </item>
86    <item row="4" column="1" colspan="3" >
87     <widget class="QGroupBox" name="groupBox_2" >
88      <property name="title" >
89       <string>Details</string>
90      </property>
91      <layout class="QGridLayout" >
92       <item row="0" column="0" >
93        <widget class="QLabel" name="labelDetails" >
94         <property name="text" >
95          <string>Details about the selected version</string>
96         </property>
97         <property name="wordWrap" >
98          <bool>true</bool>
99         </property>
100        </widget>
101       </item>
102       <item row="1" column="0" >
103        <widget class="QLabel" name="labelNote" >
104         <property name="text" >
105          <string>Note</string>
106         </property>
107         <property name="wordWrap" >
108          <bool>true</bool>
109         </property>
110        </widget>
111       </item>
112      </layout>
113     </widget>
114    </item>
115    <item row="5" column="1" >
116     <widget class="QCheckBox" name="checkBoxCache" >
117      <property name="toolTip" >
118       <string>Rockbox Utility stores copies of Rockbox it has downloaded on the local hard disk to save network traffic. If your local copy is no longer working, tick this box to download a fresh copy.</string>
119      </property>
120      <property name="text" >
121       <string>&amp;Don't use locally cached copy</string>
122      </property>
123     </widget>
124    </item>
125    <item row="6" column="2" >
126     <spacer>
127      <property name="orientation" >
128       <enum>Qt::Vertical</enum>
129      </property>
130      <property name="sizeHint" >
131       <size>
132        <width>185</width>
133        <height>31</height>
134       </size>
135      </property>
136     </spacer>
137    </item>
138    <item row="7" column="2" colspan="2" >
139     <widget class="QDialogButtonBox" name="buttonBox" >
140      <property name="orientation" >
141       <enum>Qt::Horizontal</enum>
142      </property>
143      <property name="standardButtons" >
144       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
145      </property>
146     </widget>
147    </item>
148   </layout>
149  </widget>
150  <resources>
151   <include location="rbutilqt.qrc" />
152  </resources>
153  <connections>
154   <connection>
155    <sender>buttonBox</sender>
156    <signal>accepted()</signal>
157    <receiver>InstallFrm</receiver>
158    <slot>accept()</slot>
159    <hints>
160     <hint type="sourcelabel" >
161      <x>248</x>
162      <y>254</y>
163     </hint>
164     <hint type="destinationlabel" >
165      <x>157</x>
166      <y>274</y>
167     </hint>
168    </hints>
169   </connection>
170   <connection>
171    <sender>buttonBox</sender>
172    <signal>rejected()</signal>
173    <receiver>InstallFrm</receiver>
174    <slot>reject()</slot>
175    <hints>
176     <hint type="sourcelabel" >
177      <x>316</x>
178      <y>260</y>
179     </hint>
180     <hint type="destinationlabel" >
181      <x>286</x>
182      <y>274</y>
183     </hint>
184    </hints>
185   </connection>
186  </connections>
187 </ui>