Fixed settings save bug
[someplayer] / src / ui / libraryform.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LibraryForm</class>
4  <widget class="QWidget" name="LibraryForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="palette">
14    <palette>
15     <active>
16      <colorrole role="Text">
17       <brush brushstyle="SolidPattern">
18        <color alpha="255">
19         <red>0</red>
20         <green>85</green>
21         <blue>255</blue>
22        </color>
23       </brush>
24      </colorrole>
25     </active>
26     <inactive>
27      <colorrole role="Text">
28       <brush brushstyle="SolidPattern">
29        <color alpha="255">
30         <red>0</red>
31         <green>85</green>
32         <blue>255</blue>
33        </color>
34       </brush>
35      </colorrole>
36     </inactive>
37     <disabled>
38      <colorrole role="Text">
39       <brush brushstyle="SolidPattern">
40        <color alpha="255">
41         <red>127</red>
42         <green>127</green>
43         <blue>126</blue>
44        </color>
45       </brush>
46      </colorrole>
47     </disabled>
48    </palette>
49   </property>
50   <property name="windowTitle">
51    <string>Form</string>
52   </property>
53   <layout class="QHBoxLayout" name="horizontalLayout_3">
54    <property name="spacing">
55     <number>0</number>
56    </property>
57    <property name="margin">
58     <number>0</number>
59    </property>
60    <item>
61     <layout class="QVBoxLayout" name="verticalLayout_2">
62      <property name="spacing">
63       <number>0</number>
64      </property>
65      <item>
66       <widget class="QWidget" name="topWidget" native="true">
67        <property name="styleSheet">
68         <string notr="true">background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0.00549451 rgba(38, 38, 38, 255), stop:0.994505 rgba(92, 92, 92, 255))</string>
69        </property>
70        <layout class="QHBoxLayout" name="horizontalLayout">
71         <property name="spacing">
72          <number>0</number>
73         </property>
74         <property name="margin">
75          <number>0</number>
76         </property>
77         <item>
78          <widget class="QPushButton" name="backButton">
79           <property name="sizePolicy">
80            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
81             <horstretch>0</horstretch>
82             <verstretch>0</verstretch>
83            </sizepolicy>
84           </property>
85           <property name="minimumSize">
86            <size>
87             <width>70</width>
88             <height>70</height>
89            </size>
90           </property>
91           <property name="maximumSize">
92            <size>
93             <width>70</width>
94             <height>70</height>
95            </size>
96           </property>
97           <property name="text">
98            <string/>
99           </property>
100           <property name="icon">
101            <iconset>
102             <normaloff>:/icons/white/back.png</normaloff>:/icons/white/back.png</iconset>
103           </property>
104           <property name="flat">
105            <bool>true</bool>
106           </property>
107          </widget>
108         </item>
109         <item>
110          <spacer name="horizontalSpacer">
111           <property name="orientation">
112            <enum>Qt::Horizontal</enum>
113           </property>
114           <property name="sizeType">
115            <enum>QSizePolicy::Expanding</enum>
116           </property>
117           <property name="sizeHint" stdset="0">
118            <size>
119             <width>40</width>
120             <height>20</height>
121            </size>
122           </property>
123          </spacer>
124         </item>
125         <item>
126          <widget class="QPushButton" name="addButton">
127           <property name="sizePolicy">
128            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
129             <horstretch>0</horstretch>
130             <verstretch>0</verstretch>
131            </sizepolicy>
132           </property>
133           <property name="minimumSize">
134            <size>
135             <width>70</width>
136             <height>70</height>
137            </size>
138           </property>
139           <property name="maximumSize">
140            <size>
141             <width>70</width>
142             <height>70</height>
143            </size>
144           </property>
145           <property name="text">
146            <string/>
147           </property>
148           <property name="icon">
149            <iconset>
150             <normaloff>:/icons/white/add.png</normaloff>:/icons/white/add.png</iconset>
151           </property>
152           <property name="flat">
153            <bool>true</bool>
154           </property>
155          </widget>
156         </item>
157         <item>
158          <spacer name="horizontalSpacer_2">
159           <property name="orientation">
160            <enum>Qt::Horizontal</enum>
161           </property>
162           <property name="sizeHint" stdset="0">
163            <size>
164             <width>40</width>
165             <height>20</height>
166            </size>
167           </property>
168          </spacer>
169         </item>
170         <item>
171          <widget class="QPushButton" name="deleteButton">
172           <property name="minimumSize">
173            <size>
174             <width>70</width>
175             <height>70</height>
176            </size>
177           </property>
178           <property name="maximumSize">
179            <size>
180             <width>70</width>
181             <height>70</height>
182            </size>
183           </property>
184           <property name="text">
185            <string/>
186           </property>
187           <property name="icon">
188            <iconset>
189             <normaloff>:/icons/white/delete.png</normaloff>:/icons/white/delete.png</iconset>
190           </property>
191           <property name="flat">
192            <bool>true</bool>
193           </property>
194          </widget>
195         </item>
196         <item>
197          <spacer name="horizontalSpacer_3">
198           <property name="orientation">
199            <enum>Qt::Horizontal</enum>
200           </property>
201           <property name="sizeHint" stdset="0">
202            <size>
203             <width>40</width>
204             <height>20</height>
205            </size>
206           </property>
207          </spacer>
208         </item>
209         <item>
210          <widget class="QPushButton" name="useButton">
211           <property name="sizePolicy">
212            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
213             <horstretch>0</horstretch>
214             <verstretch>0</verstretch>
215            </sizepolicy>
216           </property>
217           <property name="minimumSize">
218            <size>
219             <width>70</width>
220             <height>70</height>
221            </size>
222           </property>
223           <property name="maximumSize">
224            <size>
225             <width>70</width>
226             <height>70</height>
227            </size>
228           </property>
229           <property name="text">
230            <string/>
231           </property>
232           <property name="icon">
233            <iconset>
234             <normaloff>:/icons/white/use.png</normaloff>:/icons/white/use.png</iconset>
235           </property>
236           <property name="flat">
237            <bool>true</bool>
238           </property>
239          </widget>
240         </item>
241         <item>
242          <spacer name="thorizontalSpacer_0">
243           <property name="orientation">
244            <enum>Qt::Horizontal</enum>
245           </property>
246           <property name="sizeHint" stdset="0">
247            <size>
248             <width>40</width>
249             <height>20</height>
250            </size>
251           </property>
252          </spacer>
253         </item>
254         <item>
255          <widget class="QPushButton" name="selectAllButton">
256           <property name="sizePolicy">
257            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
258             <horstretch>0</horstretch>
259             <verstretch>0</verstretch>
260            </sizepolicy>
261           </property>
262           <property name="minimumSize">
263            <size>
264             <width>70</width>
265             <height>70</height>
266            </size>
267           </property>
268           <property name="maximumSize">
269            <size>
270             <width>70</width>
271             <height>70</height>
272            </size>
273           </property>
274           <property name="text">
275            <string/>
276           </property>
277           <property name="icon">
278            <iconset>
279             <normaloff>:/icons/white/select_all.png</normaloff>:/icons/white/select_all.png</iconset>
280           </property>
281           <property name="flat">
282            <bool>true</bool>
283           </property>
284          </widget>
285         </item>
286         <item>
287          <spacer name="horizontalSpacer_5">
288           <property name="orientation">
289            <enum>Qt::Horizontal</enum>
290           </property>
291           <property name="sizeHint" stdset="0">
292            <size>
293             <width>40</width>
294             <height>20</height>
295            </size>
296           </property>
297          </spacer>
298         </item>
299         <item>
300          <widget class="QPushButton" name="moreButton">
301           <property name="sizePolicy">
302            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
303             <horstretch>0</horstretch>
304             <verstretch>0</verstretch>
305            </sizepolicy>
306           </property>
307           <property name="minimumSize">
308            <size>
309             <width>70</width>
310             <height>70</height>
311            </size>
312           </property>
313           <property name="maximumSize">
314            <size>
315             <width>70</width>
316             <height>70</height>
317            </size>
318           </property>
319           <property name="text">
320            <string/>
321           </property>
322           <property name="icon">
323            <iconset>
324             <normaloff>:/icons/white/more.png</normaloff>:/icons/white/more.png</iconset>
325           </property>
326           <property name="flat">
327            <bool>true</bool>
328           </property>
329          </widget>
330         </item>
331        </layout>
332       </widget>
333      </item>
334      <item>
335       <layout class="QVBoxLayout" name="toolsLayout"/>
336      </item>
337      <item>
338       <widget class="QLabel" name="listLabel">
339        <property name="enabled">
340         <bool>false</bool>
341        </property>
342        <property name="styleSheet">
343         <string notr="true">background: black;
344 color: white;</string>
345        </property>
346        <property name="text">
347         <string/>
348        </property>
349        <property name="textFormat">
350         <enum>Qt::AutoText</enum>
351        </property>
352        <property name="alignment">
353         <set>Qt::AlignCenter</set>
354        </property>
355       </widget>
356      </item>
357      <item>
358       <widget class="QListView" name="listView">
359        <property name="horizontalScrollBarPolicy">
360         <enum>Qt::ScrollBarAlwaysOff</enum>
361        </property>
362        <property name="editTriggers">
363         <set>QAbstractItemView::NoEditTriggers</set>
364        </property>
365        <property name="showDropIndicator" stdset="0">
366         <bool>false</bool>
367        </property>
368        <property name="selectionMode">
369         <enum>QAbstractItemView::MultiSelection</enum>
370        </property>
371        <property name="selectionBehavior">
372         <enum>QAbstractItemView::SelectRows</enum>
373        </property>
374        <property name="modelColumn">
375         <number>0</number>
376        </property>
377        <property name="uniformItemSizes">
378         <bool>true</bool>
379        </property>
380       </widget>
381      </item>
382      <item>
383       <widget class="QWidget" name="bottomWidget" native="true">
384        <property name="styleSheet">
385         <string notr="true">background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0.00549451 rgba(38, 38, 38, 255), stop:0.994505 rgba(92, 92, 92, 255))</string>
386        </property>
387        <layout class="QHBoxLayout" name="horizontalLayout_2">
388         <property name="spacing">
389          <number>0</number>
390         </property>
391         <property name="margin">
392          <number>0</number>
393         </property>
394         <item>
395          <widget class="QPushButton" name="playerButton">
396           <property name="sizePolicy">
397            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
398             <horstretch>0</horstretch>
399             <verstretch>0</verstretch>
400            </sizepolicy>
401           </property>
402           <property name="minimumSize">
403            <size>
404             <width>70</width>
405             <height>70</height>
406            </size>
407           </property>
408           <property name="maximumSize">
409            <size>
410             <width>70</width>
411             <height>70</height>
412            </size>
413           </property>
414           <property name="text">
415            <string/>
416           </property>
417           <property name="icon">
418            <iconset>
419             <normaloff>:/icons/white/player.png</normaloff>:/icons/white/player.png</iconset>
420           </property>
421           <property name="flat">
422            <bool>true</bool>
423           </property>
424          </widget>
425         </item>
426         <item>
427          <spacer name="bhorizontalSpacer_0">
428           <property name="orientation">
429            <enum>Qt::Horizontal</enum>
430           </property>
431           <property name="sizeHint" stdset="0">
432            <size>
433             <width>40</width>
434             <height>20</height>
435            </size>
436           </property>
437          </spacer>
438         </item>
439         <item>
440          <widget class="QPushButton" name="viewButton">
441           <property name="sizePolicy">
442            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
443             <horstretch>0</horstretch>
444             <verstretch>0</verstretch>
445            </sizepolicy>
446           </property>
447           <property name="minimumSize">
448            <size>
449             <width>70</width>
450             <height>70</height>
451            </size>
452           </property>
453           <property name="maximumSize">
454            <size>
455             <width>70</width>
456             <height>70</height>
457            </size>
458           </property>
459           <property name="text">
460            <string/>
461           </property>
462           <property name="icon">
463            <iconset>
464             <normaloff>:/icons/white/artists.png</normaloff>:/icons/white/artists.png</iconset>
465           </property>
466           <property name="flat">
467            <bool>true</bool>
468           </property>
469          </widget>
470         </item>
471         <item>
472          <spacer name="bhorizontalSpacer_1">
473           <property name="orientation">
474            <enum>Qt::Horizontal</enum>
475           </property>
476           <property name="sizeHint" stdset="0">
477            <size>
478             <width>40</width>
479             <height>20</height>
480            </size>
481           </property>
482          </spacer>
483         </item>
484         <item>
485          <widget class="QPushButton" name="dynamicButton">
486           <property name="sizePolicy">
487            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
488             <horstretch>0</horstretch>
489             <verstretch>0</verstretch>
490            </sizepolicy>
491           </property>
492           <property name="minimumSize">
493            <size>
494             <width>70</width>
495             <height>70</height>
496            </size>
497           </property>
498           <property name="maximumSize">
499            <size>
500             <width>70</width>
501             <height>70</height>
502            </size>
503           </property>
504           <property name="text">
505            <string/>
506           </property>
507           <property name="icon">
508            <iconset>
509             <normaloff>:/icons/white/dynamic.png</normaloff>:/icons/white/dynamic.png</iconset>
510           </property>
511           <property name="flat">
512            <bool>true</bool>
513           </property>
514          </widget>
515         </item>
516         <item>
517          <spacer name="horizontalSpacer_4">
518           <property name="orientation">
519            <enum>Qt::Horizontal</enum>
520           </property>
521           <property name="sizeHint" stdset="0">
522            <size>
523             <width>40</width>
524             <height>20</height>
525            </size>
526           </property>
527          </spacer>
528         </item>
529         <item>
530          <widget class="QPushButton" name="playlistsButton">
531           <property name="minimumSize">
532            <size>
533             <width>70</width>
534             <height>70</height>
535            </size>
536           </property>
537           <property name="maximumSize">
538            <size>
539             <width>70</width>
540             <height>70</height>
541            </size>
542           </property>
543           <property name="text">
544            <string/>
545           </property>
546           <property name="icon">
547            <iconset>
548             <normaloff>:/icons/white/playlists.png</normaloff>:/icons/white/playlists.png</iconset>
549           </property>
550           <property name="flat">
551            <bool>true</bool>
552           </property>
553          </widget>
554         </item>
555        </layout>
556       </widget>
557      </item>
558     </layout>
559    </item>
560   </layout>
561  </widget>
562  <resources/>
563  <connections/>
564 </ui>