summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/gui/selectiveinstallwidgetfrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/gui/selectiveinstallwidgetfrm.ui')
-rw-r--r--utils/rbutilqt/gui/selectiveinstallwidgetfrm.ui316
1 files changed, 316 insertions, 0 deletions
diff --git a/utils/rbutilqt/gui/selectiveinstallwidgetfrm.ui b/utils/rbutilqt/gui/selectiveinstallwidgetfrm.ui
new file mode 100644
index 0000000000..f68ff350f3
--- /dev/null
+++ b/utils/rbutilqt/gui/selectiveinstallwidgetfrm.ui
@@ -0,0 +1,316 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SelectiveInstallWidget</class>
4 <widget class="QWidget" name="SelectiveInstallWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>663</width>
10 <height>440</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Selective Installation</string>
21 </property>
22 <layout class="QGridLayout" name="gridLayout_3">
23 <item row="0" column="0">
24 <widget class="QGroupBox" name="versionSelectGroupBox">
25 <property name="title">
26 <string>Rockbox version to install</string>
27 </property>
28 <layout class="QGridLayout" name="gridLayout">
29 <item row="0" column="0">
30 <widget class="QComboBox" name="selectedVersion"/>
31 </item>
32 <item row="0" column="1">
33 <widget class="QLabel" name="selectedDescription">
34 <property name="text">
35 <string>Version information not available yet.</string>
36 </property>
37 <property name="wordWrap">
38 <bool>true</bool>
39 </property>
40 </widget>
41 </item>
42 </layout>
43 </widget>
44 </item>
45 <item row="1" column="0">
46 <widget class="QGroupBox" name="groupBox">
47 <property name="sizePolicy">
48 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
49 <horstretch>0</horstretch>
50 <verstretch>0</verstretch>
51 </sizepolicy>
52 </property>
53 <property name="title">
54 <string>Rockbox components to install</string>
55 </property>
56 <layout class="QGridLayout" name="gridLayout_2">
57 <item row="0" column="0">
58 <widget class="QCheckBox" name="bootloaderCheckbox">
59 <property name="text">
60 <string>&amp;Bootloader</string>
61 </property>
62 <property name="icon">
63 <iconset resource="../rbutilqt.qrc">
64 <normaloff>:/icons/preferences-system.svg</normaloff>:/icons/preferences-system.svg</iconset>
65 </property>
66 <property name="checked">
67 <bool>true</bool>
68 </property>
69 </widget>
70 </item>
71 <item row="1" column="0">
72 <widget class="QCheckBox" name="rockboxCheckbox">
73 <property name="text">
74 <string>&amp;Rockbox</string>
75 </property>
76 <property name="icon">
77 <iconset resource="../rbutilqt.qrc">
78 <normaloff>:/icons/multimedia-player.svg</normaloff>:/icons/multimedia-player.svg</iconset>
79 </property>
80 <property name="checked">
81 <bool>true</bool>
82 </property>
83 </widget>
84 </item>
85 <item row="3" column="2">
86 <widget class="QLabel" name="themesLabel">
87 <property name="sizePolicy">
88 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
89 <horstretch>0</horstretch>
90 <verstretch>0</verstretch>
91 </sizepolicy>
92 </property>
93 <property name="text">
94 <string>Themes allow adjusting the user interface of Rockbox. Use &quot;Customize&quot; to select themes.</string>
95 </property>
96 <property name="wordWrap">
97 <bool>true</bool>
98 </property>
99 </widget>
100 </item>
101 <item row="3" column="0">
102 <widget class="QCheckBox" name="themesCheckbox">
103 <property name="text">
104 <string>Themes</string>
105 </property>
106 <property name="icon">
107 <iconset resource="../rbutilqt.qrc">
108 <normaloff>:/icons/preferences-desktop-theme.svg</normaloff>:/icons/preferences-desktop-theme.svg</iconset>
109 </property>
110 </widget>
111 </item>
112 <item row="2" column="0">
113 <widget class="QCheckBox" name="fontsCheckbox">
114 <property name="text">
115 <string>Fonts</string>
116 </property>
117 <property name="icon">
118 <iconset resource="../rbutilqt.qrc">
119 <normaloff>:/icons/preferences-desktop-font.svg</normaloff>:/icons/preferences-desktop-font.svg</iconset>
120 </property>
121 <property name="checked">
122 <bool>true</bool>
123 </property>
124 </widget>
125 </item>
126 <item row="0" column="2">
127 <widget class="QLabel" name="bootloaderLabel">
128 <property name="sizePolicy">
129 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
130 <horstretch>0</horstretch>
131 <verstretch>0</verstretch>
132 </sizepolicy>
133 </property>
134 <property name="text">
135 <string>The bootloader is required for starting Rockbox. Only necessary for first time install.</string>
136 </property>
137 <property name="wordWrap">
138 <bool>true</bool>
139 </property>
140 </widget>
141 </item>
142 <item row="6" column="2">
143 <widget class="QLabel" name="pluginDataLabe">
144 <property name="sizePolicy">
145 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
146 <horstretch>0</horstretch>
147 <verstretch>0</verstretch>
148 </sizepolicy>
149 </property>
150 <property name="text">
151 <string>Some plugins require additional data files.</string>
152 </property>
153 <property name="wordWrap">
154 <bool>true</bool>
155 </property>
156 </widget>
157 </item>
158 <item row="3" column="4">
159 <widget class="QPushButton" name="themesCustomize">
160 <property name="text">
161 <string>Customize</string>
162 </property>
163 <property name="icon">
164 <iconset resource="../rbutilqt.qrc">
165 <normaloff>:/icons/preferences-system.svg</normaloff>:/icons/preferences-system.svg</iconset>
166 </property>
167 </widget>
168 </item>
169 <item row="2" column="2">
170 <widget class="QLabel" name="fontsLabel">
171 <property name="sizePolicy">
172 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
173 <horstretch>0</horstretch>
174 <verstretch>0</verstretch>
175 </sizepolicy>
176 </property>
177 <property name="text">
178 <string>Additional fonts for the User Interface.</string>
179 </property>
180 <property name="wordWrap">
181 <bool>true</bool>
182 </property>
183 </widget>
184 </item>
185 <item row="7" column="2">
186 <widget class="QLabel" name="voiceLabel">
187 <property name="text">
188 <string>Install prerendered voice file.</string>
189 </property>
190 </widget>
191 </item>
192 <item row="6" column="0">
193 <widget class="QCheckBox" name="pluginDataCheckbox">
194 <property name="text">
195 <string>Plugin Data</string>
196 </property>
197 <property name="icon">
198 <iconset resource="../rbutilqt.qrc">
199 <normaloff>:/icons/input-gaming.svg</normaloff>:/icons/input-gaming.svg</iconset>
200 </property>
201 </widget>
202 </item>
203 <item row="1" column="3">
204 <spacer name="horizontalSpacer">
205 <property name="orientation">
206 <enum>Qt::Horizontal</enum>
207 </property>
208 <property name="sizeType">
209 <enum>QSizePolicy::Minimum</enum>
210 </property>
211 <property name="sizeHint" stdset="0">
212 <size>
213 <width>1</width>
214 <height>1</height>
215 </size>
216 </property>
217 </spacer>
218 </item>
219 <item row="8" column="0">
220 <widget class="QCheckBox" name="manualCheckbox">
221 <property name="text">
222 <string>&amp;Manual</string>
223 </property>
224 <property name="icon">
225 <iconset resource="../rbutilqt.qrc">
226 <normaloff>:/icons/edit-find.svg</normaloff>:/icons/edit-find.svg</iconset>
227 </property>
228 </widget>
229 </item>
230 <item row="7" column="0">
231 <widget class="QCheckBox" name="voiceCheckbox">
232 <property name="text">
233 <string>&amp;Voice File</string>
234 </property>
235 <property name="icon">
236 <iconset resource="../rbutilqt.qrc">
237 <normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
238 </property>
239 </widget>
240 </item>
241 <item row="7" column="4">
242 <widget class="QComboBox" name="voiceCombobox"/>
243 </item>
244 <item row="1" column="2">
245 <widget class="QLabel" name="rockboxLabel">
246 <property name="sizePolicy">
247 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
248 <horstretch>0</horstretch>
249 <verstretch>0</verstretch>
250 </sizepolicy>
251 </property>
252 <property name="text">
253 <string>The main Rockbox firmware.</string>
254 </property>
255 <property name="wordWrap">
256 <bool>true</bool>
257 </property>
258 </widget>
259 </item>
260 <item row="8" column="2">
261 <widget class="QLabel" name="manualLabel">
262 <property name="text">
263 <string>Save a copy of the manual on the player.</string>
264 </property>
265 </widget>
266 </item>
267 <item row="8" column="4">
268 <widget class="QComboBox" name="manualCombobox"/>
269 </item>
270 </layout>
271 </widget>
272 </item>
273 <item row="2" column="0">
274 <spacer name="verticalSpacer">
275 <property name="orientation">
276 <enum>Qt::Vertical</enum>
277 </property>
278 <property name="sizeType">
279 <enum>QSizePolicy::Expanding</enum>
280 </property>
281 <property name="sizeHint" stdset="0">
282 <size>
283 <width>20</width>
284 <height>1</height>
285 </size>
286 </property>
287 </spacer>
288 </item>
289 <item row="3" column="0">
290 <widget class="QPushButton" name="installButton">
291 <property name="text">
292 <string>&amp;Install</string>
293 </property>
294 <property name="icon">
295 <iconset resource="../rbutilqt.qrc">
296 <normaloff>:/icons/package-x-generic.svg</normaloff>:/icons/package-x-generic.svg</iconset>
297 </property>
298 </widget>
299 </item>
300 </layout>
301 </widget>
302 <tabstops>
303 <tabstop>selectedVersion</tabstop>
304 <tabstop>bootloaderCheckbox</tabstop>
305 <tabstop>rockboxCheckbox</tabstop>
306 <tabstop>fontsCheckbox</tabstop>
307 <tabstop>themesCheckbox</tabstop>
308 <tabstop>themesCustomize</tabstop>
309 <tabstop>pluginDataCheckbox</tabstop>
310 <tabstop>installButton</tabstop>
311 </tabstops>
312 <resources>
313 <include location="../rbutilqt.qrc"/>
314 </resources>
315 <connections/>
316</ui>