Add function to remember the last path
[KRepeater.git] / src / mainwindow.ui
blob8f73371ee0b46a6843c2e58c0cb0d4724218e4c5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>480</width>
10 <height>420</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>MainWindow</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="icons/icons.qrc">
18 <normaloff>:/refresh.png</normaloff>:/refresh.png</iconset>
19 </property>
20 <property name="iconSize">
21 <size>
22 <width>32</width>
23 <height>32</height>
24 </size>
25 </property>
26 <widget class="QWidget" name="centralwidget">
27 <layout class="QGridLayout" name="gridLayout_3">
28 <item row="0" column="0">
29 <layout class="QGridLayout" name="gridLayout">
30 <item row="0" column="0">
31 <widget class="QWidget" name="videoWidget" native="true">
32 <property name="enabled">
33 <bool>false</bool>
34 </property>
35 <property name="minimumSize">
36 <size>
37 <width>0</width>
38 <height>0</height>
39 </size>
40 </property>
41 <property name="contextMenuPolicy">
42 <enum>Qt::NoContextMenu</enum>
43 </property>
44 <property name="styleSheet">
45 <string notr="true">background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:1 rgba(0, 0, 0, 255));</string>
46 </property>
47 </widget>
48 </item>
49 <item row="1" column="0">
50 <widget class="QSlider" name="slider">
51 <property name="focusPolicy">
52 <enum>Qt::NoFocus</enum>
53 </property>
54 <property name="contextMenuPolicy">
55 <enum>Qt::NoContextMenu</enum>
56 </property>
57 <property name="orientation">
58 <enum>Qt::Horizontal</enum>
59 </property>
60 </widget>
61 </item>
62 </layout>
63 </item>
64 <item row="1" column="0">
65 <widget class="QWidget" name="btnWidget" native="true">
66 <property name="minimumSize">
67 <size>
68 <width>0</width>
69 <height>36</height>
70 </size>
71 </property>
72 <property name="maximumSize">
73 <size>
74 <width>16777215</width>
75 <height>36</height>
76 </size>
77 </property>
78 <layout class="QGridLayout" name="gridLayout_2">
79 <property name="margin">
80 <number>0</number>
81 </property>
82 <property name="spacing">
83 <number>0</number>
84 </property>
85 <item row="0" column="4">
86 <widget class="QPushButton" name="aBtn">
87 <property name="enabled">
88 <bool>false</bool>
89 </property>
90 <property name="minimumSize">
91 <size>
92 <width>36</width>
93 <height>36</height>
94 </size>
95 </property>
96 <property name="maximumSize">
97 <size>
98 <width>36</width>
99 <height>36</height>
100 </size>
101 </property>
102 <property name="cursor">
103 <cursorShape>PointingHandCursor</cursorShape>
104 </property>
105 <property name="focusPolicy">
106 <enum>Qt::NoFocus</enum>
107 </property>
108 <property name="autoFillBackground">
109 <bool>false</bool>
110 </property>
111 <property name="text">
112 <string/>
113 </property>
114 <property name="icon">
115 <iconset resource="icons/icons.qrc">
116 <normaloff>:/aBtn.png</normaloff>:/aBtn.png</iconset>
117 </property>
118 <property name="iconSize">
119 <size>
120 <width>32</width>
121 <height>32</height>
122 </size>
123 </property>
124 <property name="checkable">
125 <bool>true</bool>
126 </property>
127 <property name="flat">
128 <bool>true</bool>
129 </property>
130 </widget>
131 </item>
132 <item row="0" column="3">
133 <widget class="QPushButton" name="stopBtn">
134 <property name="enabled">
135 <bool>false</bool>
136 </property>
137 <property name="minimumSize">
138 <size>
139 <width>36</width>
140 <height>36</height>
141 </size>
142 </property>
143 <property name="maximumSize">
144 <size>
145 <width>36</width>
146 <height>36</height>
147 </size>
148 </property>
149 <property name="cursor">
150 <cursorShape>PointingHandCursor</cursorShape>
151 </property>
152 <property name="focusPolicy">
153 <enum>Qt::NoFocus</enum>
154 </property>
155 <property name="autoFillBackground">
156 <bool>false</bool>
157 </property>
158 <property name="text">
159 <string/>
160 </property>
161 <property name="icon">
162 <iconset resource="icons/icons.qrc">
163 <normaloff>:/stop.png</normaloff>:/stop.png</iconset>
164 </property>
165 <property name="iconSize">
166 <size>
167 <width>32</width>
168 <height>32</height>
169 </size>
170 </property>
171 <property name="flat">
172 <bool>true</bool>
173 </property>
174 </widget>
175 </item>
176 <item row="0" column="5">
177 <widget class="QPushButton" name="bBtn">
178 <property name="enabled">
179 <bool>false</bool>
180 </property>
181 <property name="minimumSize">
182 <size>
183 <width>36</width>
184 <height>36</height>
185 </size>
186 </property>
187 <property name="maximumSize">
188 <size>
189 <width>36</width>
190 <height>36</height>
191 </size>
192 </property>
193 <property name="cursor">
194 <cursorShape>PointingHandCursor</cursorShape>
195 </property>
196 <property name="focusPolicy">
197 <enum>Qt::NoFocus</enum>
198 </property>
199 <property name="autoFillBackground">
200 <bool>false</bool>
201 </property>
202 <property name="text">
203 <string/>
204 </property>
205 <property name="icon">
206 <iconset resource="icons/icons.qrc">
207 <normaloff>:/bBtn.png</normaloff>:/bBtn.png</iconset>
208 </property>
209 <property name="iconSize">
210 <size>
211 <width>32</width>
212 <height>32</height>
213 </size>
214 </property>
215 <property name="checkable">
216 <bool>true</bool>
217 </property>
218 <property name="flat">
219 <bool>true</bool>
220 </property>
221 </widget>
222 </item>
223 <item row="0" column="2">
224 <widget class="QPushButton" name="pauseBtn">
225 <property name="enabled">
226 <bool>false</bool>
227 </property>
228 <property name="minimumSize">
229 <size>
230 <width>36</width>
231 <height>36</height>
232 </size>
233 </property>
234 <property name="maximumSize">
235 <size>
236 <width>36</width>
237 <height>36</height>
238 </size>
239 </property>
240 <property name="cursor">
241 <cursorShape>PointingHandCursor</cursorShape>
242 </property>
243 <property name="focusPolicy">
244 <enum>Qt::NoFocus</enum>
245 </property>
246 <property name="autoFillBackground">
247 <bool>false</bool>
248 </property>
249 <property name="text">
250 <string/>
251 </property>
252 <property name="icon">
253 <iconset resource="icons/icons.qrc">
254 <normaloff>:/stop.png</normaloff>:/stop.png</iconset>
255 </property>
256 <property name="iconSize">
257 <size>
258 <width>32</width>
259 <height>32</height>
260 </size>
261 </property>
262 <property name="flat">
263 <bool>true</bool>
264 </property>
265 </widget>
266 </item>
267 <item row="0" column="8">
268 <widget class="QPushButton" name="openBtn">
269 <property name="enabled">
270 <bool>true</bool>
271 </property>
272 <property name="minimumSize">
273 <size>
274 <width>36</width>
275 <height>36</height>
276 </size>
277 </property>
278 <property name="maximumSize">
279 <size>
280 <width>36</width>
281 <height>36</height>
282 </size>
283 </property>
284 <property name="cursor">
285 <cursorShape>PointingHandCursor</cursorShape>
286 </property>
287 <property name="focusPolicy">
288 <enum>Qt::NoFocus</enum>
289 </property>
290 <property name="autoFillBackground">
291 <bool>false</bool>
292 </property>
293 <property name="text">
294 <string/>
295 </property>
296 <property name="icon">
297 <iconset resource="icons/icons.qrc">
298 <normaloff>:/openBtn.png</normaloff>:/openBtn.png</iconset>
299 </property>
300 <property name="iconSize">
301 <size>
302 <width>32</width>
303 <height>32</height>
304 </size>
305 </property>
306 <property name="flat">
307 <bool>true</bool>
308 </property>
309 </widget>
310 </item>
311 <item row="0" column="9">
312 <widget class="QPushButton" name="volumeBtn">
313 <property name="minimumSize">
314 <size>
315 <width>36</width>
316 <height>36</height>
317 </size>
318 </property>
319 <property name="maximumSize">
320 <size>
321 <width>36</width>
322 <height>36</height>
323 </size>
324 </property>
325 <property name="cursor">
326 <cursorShape>PointingHandCursor</cursorShape>
327 </property>
328 <property name="focusPolicy">
329 <enum>Qt::NoFocus</enum>
330 </property>
331 <property name="autoFillBackground">
332 <bool>false</bool>
333 </property>
334 <property name="text">
335 <string/>
336 </property>
337 <property name="icon">
338 <iconset resource="icons/icons.qrc">
339 <normaloff>:/audio_filters.png</normaloff>:/audio_filters.png</iconset>
340 </property>
341 <property name="iconSize">
342 <size>
343 <width>32</width>
344 <height>32</height>
345 </size>
346 </property>
347 <property name="checkable">
348 <bool>true</bool>
349 </property>
350 <property name="autoRepeat">
351 <bool>true</bool>
352 </property>
353 <property name="flat">
354 <bool>true</bool>
355 </property>
356 </widget>
357 </item>
358 </layout>
359 </widget>
360 </item>
361 </layout>
362 </widget>
363 <widget class="QMenuBar" name="menubar">
364 <property name="geometry">
365 <rect>
366 <x>0</x>
367 <y>0</y>
368 <width>480</width>
369 <height>23</height>
370 </rect>
371 </property>
372 <widget class="QMenu" name="menuNew">
373 <property name="title">
374 <string>File</string>
375 </property>
376 <addaction name="openAction"/>
377 <addaction name="exitAction"/>
378 </widget>
379 <addaction name="menuNew"/>
380 </widget>
381 <widget class="QStatusBar" name="statusBar"/>
382 <action name="openAction">
383 <property name="icon">
384 <iconset resource="icons/icons.qrc">
385 <normaloff>:/open.png</normaloff>:/open.png</iconset>
386 </property>
387 <property name="text">
388 <string>open</string>
389 </property>
390 <property name="autoRepeat">
391 <bool>false</bool>
392 </property>
393 <property name="iconVisibleInMenu">
394 <bool>true</bool>
395 </property>
396 </action>
397 <action name="actionAbout">
398 <property name="text">
399 <string>About</string>
400 </property>
401 </action>
402 <action name="addAction">
403 <property name="icon">
404 <iconset>
405 <normaloff>:/favorite.png</normaloff>:/favorite.png</iconset>
406 </property>
407 <property name="text">
408 <string>Add</string>
409 </property>
410 <property name="iconVisibleInMenu">
411 <bool>true</bool>
412 </property>
413 </action>
414 <action name="exitAction">
415 <property name="icon">
416 <iconset resource="icons/icons.qrc">
417 <normaloff>:/exit.png</normaloff>:/exit.png</iconset>
418 </property>
419 <property name="text">
420 <string>Exit</string>
421 </property>
422 <property name="iconVisibleInMenu">
423 <bool>true</bool>
424 </property>
425 </action>
426 </widget>
427 <resources>
428 <include location="icons/icons.qrc"/>
429 </resources>
430 <connections/>
431 </ui>