New repeat mode: repeate one
[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="QVBoxLayout" name="verticalLayout_2">
54    <property name="spacing">
55     <number>0</number>
56    </property>
57    <property name="margin">
58     <number>0</number>
59    </property>
60    <item>
61     <widget class="QWidget" name="topWidget" native="true">
62      <property name="styleSheet">
63       <string notr="true">background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(38, 38, 38, 255), stop:1 rgba(92, 92, 92, 255))</string>
64      </property>
65      <layout class="QHBoxLayout" name="horizontalLayout">
66       <property name="spacing">
67        <number>0</number>
68       </property>
69       <property name="margin">
70        <number>0</number>
71       </property>
72       <item>
73        <spacer name="thorizontalSpacer_0">
74         <property name="orientation">
75          <enum>Qt::Horizontal</enum>
76         </property>
77         <property name="sizeHint" stdset="0">
78          <size>
79           <width>40</width>
80           <height>20</height>
81          </size>
82         </property>
83        </spacer>
84       </item>
85       <item>
86        <spacer name="thorizontalSpacer_1">
87         <property name="orientation">
88          <enum>Qt::Horizontal</enum>
89         </property>
90         <property name="sizeHint" stdset="0">
91          <size>
92           <width>40</width>
93           <height>20</height>
94          </size>
95         </property>
96        </spacer>
97       </item>
98       <item>
99        <spacer name="thorizontalSpacer_2">
100         <property name="orientation">
101          <enum>Qt::Horizontal</enum>
102         </property>
103         <property name="sizeHint" stdset="0">
104          <size>
105           <width>40</width>
106           <height>20</height>
107          </size>
108         </property>
109        </spacer>
110       </item>
111       <item>
112        <spacer name="thorizontalSpacer_3">
113         <property name="orientation">
114          <enum>Qt::Horizontal</enum>
115         </property>
116         <property name="sizeHint" stdset="0">
117          <size>
118           <width>40</width>
119           <height>20</height>
120          </size>
121         </property>
122        </spacer>
123       </item>
124       <item>
125        <spacer name="thorizontalSpacer_4">
126         <property name="orientation">
127          <enum>Qt::Horizontal</enum>
128         </property>
129         <property name="sizeType">
130          <enum>QSizePolicy::Expanding</enum>
131         </property>
132         <property name="sizeHint" stdset="0">
133          <size>
134           <width>40</width>
135           <height>20</height>
136          </size>
137         </property>
138        </spacer>
139       </item>
140      </layout>
141     </widget>
142    </item>
143    <item>
144     <layout class="QHBoxLayout" name="horizontalLayout_3">
145      <property name="spacing">
146       <number>0</number>
147      </property>
148      <item>
149       <layout class="QVBoxLayout" name="lverticalLayout">
150        <property name="spacing">
151         <number>0</number>
152        </property>
153        <item>
154         <widget class="QPushButton" name="backButton">
155          <property name="sizePolicy">
156           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
157            <horstretch>0</horstretch>
158            <verstretch>0</verstretch>
159           </sizepolicy>
160          </property>
161          <property name="minimumSize">
162           <size>
163            <width>70</width>
164            <height>70</height>
165           </size>
166          </property>
167          <property name="maximumSize">
168           <size>
169            <width>70</width>
170            <height>70</height>
171           </size>
172          </property>
173          <property name="text">
174           <string/>
175          </property>
176          <property name="icon">
177           <iconset resource="../../resources/resources.qrc">
178            <normaloff>:/icons/white/back.png</normaloff>:/icons/white/back.png</iconset>
179          </property>
180          <property name="flat">
181           <bool>true</bool>
182          </property>
183         </widget>
184        </item>
185        <item>
186         <spacer name="lverticalSpacer_0">
187          <property name="orientation">
188           <enum>Qt::Vertical</enum>
189          </property>
190          <property name="sizeHint" stdset="0">
191           <size>
192            <width>20</width>
193            <height>40</height>
194           </size>
195          </property>
196         </spacer>
197        </item>
198        <item>
199         <widget class="QPushButton" name="addButton">
200          <property name="sizePolicy">
201           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
202            <horstretch>0</horstretch>
203            <verstretch>0</verstretch>
204           </sizepolicy>
205          </property>
206          <property name="minimumSize">
207           <size>
208            <width>70</width>
209            <height>70</height>
210           </size>
211          </property>
212          <property name="maximumSize">
213           <size>
214            <width>70</width>
215            <height>70</height>
216           </size>
217          </property>
218          <property name="text">
219           <string/>
220          </property>
221          <property name="icon">
222           <iconset resource="../../resources/resources.qrc">
223            <normaloff>:/icons/white/add.png</normaloff>:/icons/white/add.png</iconset>
224          </property>
225          <property name="flat">
226           <bool>true</bool>
227          </property>
228         </widget>
229        </item>
230        <item>
231         <spacer name="lverticalSpacer_1">
232          <property name="orientation">
233           <enum>Qt::Vertical</enum>
234          </property>
235          <property name="sizeHint" stdset="0">
236           <size>
237            <width>20</width>
238            <height>40</height>
239           </size>
240          </property>
241         </spacer>
242        </item>
243        <item>
244         <widget class="QPushButton" name="deleteButton">
245          <property name="minimumSize">
246           <size>
247            <width>70</width>
248            <height>70</height>
249           </size>
250          </property>
251          <property name="maximumSize">
252           <size>
253            <width>70</width>
254            <height>70</height>
255           </size>
256          </property>
257          <property name="text">
258           <string/>
259          </property>
260          <property name="icon">
261           <iconset resource="../../resources/resources.qrc">
262            <normaloff>:/icons/white/delete.png</normaloff>:/icons/white/delete.png</iconset>
263          </property>
264          <property name="flat">
265           <bool>true</bool>
266          </property>
267         </widget>
268        </item>
269        <item>
270         <spacer name="lverticalSpacer_2">
271          <property name="orientation">
272           <enum>Qt::Vertical</enum>
273          </property>
274          <property name="sizeHint" stdset="0">
275           <size>
276            <width>20</width>
277            <height>40</height>
278           </size>
279          </property>
280         </spacer>
281        </item>
282        <item>
283         <widget class="QPushButton" name="useButton">
284          <property name="sizePolicy">
285           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
286            <horstretch>0</horstretch>
287            <verstretch>0</verstretch>
288           </sizepolicy>
289          </property>
290          <property name="minimumSize">
291           <size>
292            <width>70</width>
293            <height>70</height>
294           </size>
295          </property>
296          <property name="maximumSize">
297           <size>
298            <width>70</width>
299            <height>70</height>
300           </size>
301          </property>
302          <property name="text">
303           <string/>
304          </property>
305          <property name="icon">
306           <iconset resource="../../resources/resources.qrc">
307            <normaloff>:/icons/white/use.png</normaloff>:/icons/white/use.png</iconset>
308          </property>
309          <property name="flat">
310           <bool>true</bool>
311          </property>
312         </widget>
313        </item>
314        <item>
315         <spacer name="lverticalSpacer_3">
316          <property name="orientation">
317           <enum>Qt::Vertical</enum>
318          </property>
319          <property name="sizeHint" stdset="0">
320           <size>
321            <width>20</width>
322            <height>40</height>
323           </size>
324          </property>
325         </spacer>
326        </item>
327        <item>
328         <widget class="QPushButton" name="playerButton">
329          <property name="sizePolicy">
330           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
331            <horstretch>0</horstretch>
332            <verstretch>0</verstretch>
333           </sizepolicy>
334          </property>
335          <property name="minimumSize">
336           <size>
337            <width>70</width>
338            <height>70</height>
339           </size>
340          </property>
341          <property name="maximumSize">
342           <size>
343            <width>70</width>
344            <height>70</height>
345           </size>
346          </property>
347          <property name="text">
348           <string/>
349          </property>
350          <property name="icon">
351           <iconset resource="../../resources/resources.qrc">
352            <normaloff>:/icons/white/player.png</normaloff>:/icons/white/player.png</iconset>
353          </property>
354          <property name="flat">
355           <bool>true</bool>
356          </property>
357         </widget>
358        </item>
359       </layout>
360      </item>
361      <item>
362       <layout class="QVBoxLayout" name="verticalLayout">
363        <property name="spacing">
364         <number>0</number>
365        </property>
366        <item>
367         <layout class="QVBoxLayout" name="toolsLayout"/>
368        </item>
369        <item>
370         <widget class="QLabel" name="listLabel">
371          <property name="enabled">
372           <bool>false</bool>
373          </property>
374          <property name="text">
375           <string/>
376          </property>
377          <property name="textFormat">
378           <enum>Qt::AutoText</enum>
379          </property>
380          <property name="alignment">
381           <set>Qt::AlignCenter</set>
382          </property>
383         </widget>
384        </item>
385        <item>
386         <widget class="QTableView" name="listView">
387          <property name="horizontalScrollBarPolicy">
388           <enum>Qt::ScrollBarAlwaysOff</enum>
389          </property>
390          <property name="editTriggers">
391           <set>QAbstractItemView::NoEditTriggers</set>
392          </property>
393          <property name="selectionMode">
394           <enum>QAbstractItemView::MultiSelection</enum>
395          </property>
396          <property name="selectionBehavior">
397           <enum>QAbstractItemView::SelectRows</enum>
398          </property>
399          <property name="iconSize">
400           <size>
401            <width>50</width>
402            <height>50</height>
403           </size>
404          </property>
405          <property name="showGrid">
406           <bool>false</bool>
407          </property>
408          <attribute name="horizontalHeaderVisible">
409           <bool>false</bool>
410          </attribute>
411          <attribute name="horizontalHeaderStretchLastSection">
412           <bool>true</bool>
413          </attribute>
414          <attribute name="verticalHeaderVisible">
415           <bool>false</bool>
416          </attribute>
417          <attribute name="verticalHeaderDefaultSectionSize">
418           <number>70</number>
419          </attribute>
420          <attribute name="verticalHeaderMinimumSectionSize">
421           <number>70</number>
422          </attribute>
423         </widget>
424        </item>
425       </layout>
426      </item>
427      <item>
428       <layout class="QVBoxLayout" name="rverticalLayout">
429        <property name="spacing">
430         <number>0</number>
431        </property>
432        <item>
433         <widget class="QPushButton" name="moreButton">
434          <property name="sizePolicy">
435           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
436            <horstretch>0</horstretch>
437            <verstretch>0</verstretch>
438           </sizepolicy>
439          </property>
440          <property name="minimumSize">
441           <size>
442            <width>70</width>
443            <height>70</height>
444           </size>
445          </property>
446          <property name="maximumSize">
447           <size>
448            <width>70</width>
449            <height>70</height>
450           </size>
451          </property>
452          <property name="text">
453           <string/>
454          </property>
455          <property name="icon">
456           <iconset resource="../../resources/resources.qrc">
457            <normaloff>:/icons/white/more.png</normaloff>:/icons/white/more.png</iconset>
458          </property>
459          <property name="flat">
460           <bool>true</bool>
461          </property>
462         </widget>
463        </item>
464        <item>
465         <spacer name="rverticalSpacer_0">
466          <property name="orientation">
467           <enum>Qt::Vertical</enum>
468          </property>
469          <property name="sizeHint" stdset="0">
470           <size>
471            <width>20</width>
472            <height>40</height>
473           </size>
474          </property>
475         </spacer>
476        </item>
477        <item>
478         <widget class="QPushButton" name="selectAllButton">
479          <property name="sizePolicy">
480           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
481            <horstretch>0</horstretch>
482            <verstretch>0</verstretch>
483           </sizepolicy>
484          </property>
485          <property name="minimumSize">
486           <size>
487            <width>70</width>
488            <height>70</height>
489           </size>
490          </property>
491          <property name="maximumSize">
492           <size>
493            <width>70</width>
494            <height>70</height>
495           </size>
496          </property>
497          <property name="text">
498           <string/>
499          </property>
500          <property name="icon">
501           <iconset resource="../../resources/resources.qrc">
502            <normaloff>:/icons/white/select_all.png</normaloff>:/icons/white/select_all.png</iconset>
503          </property>
504          <property name="flat">
505           <bool>true</bool>
506          </property>
507         </widget>
508        </item>
509        <item>
510         <spacer name="rverticalSpacer_1">
511          <property name="orientation">
512           <enum>Qt::Vertical</enum>
513          </property>
514          <property name="sizeHint" stdset="0">
515           <size>
516            <width>20</width>
517            <height>40</height>
518           </size>
519          </property>
520         </spacer>
521        </item>
522        <item>
523         <widget class="QPushButton" name="viewButton">
524          <property name="sizePolicy">
525           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
526            <horstretch>0</horstretch>
527            <verstretch>0</verstretch>
528           </sizepolicy>
529          </property>
530          <property name="minimumSize">
531           <size>
532            <width>70</width>
533            <height>70</height>
534           </size>
535          </property>
536          <property name="maximumSize">
537           <size>
538            <width>70</width>
539            <height>70</height>
540           </size>
541          </property>
542          <property name="text">
543           <string/>
544          </property>
545          <property name="icon">
546           <iconset resource="../../resources/resources.qrc">
547            <normaloff>:/icons/white/artists.png</normaloff>:/icons/white/artists.png</iconset>
548          </property>
549          <property name="flat">
550           <bool>true</bool>
551          </property>
552         </widget>
553        </item>
554        <item>
555         <spacer name="rverticalSpacer_2">
556          <property name="orientation">
557           <enum>Qt::Vertical</enum>
558          </property>
559          <property name="sizeHint" stdset="0">
560           <size>
561            <width>20</width>
562            <height>40</height>
563           </size>
564          </property>
565         </spacer>
566        </item>
567        <item>
568         <widget class="QPushButton" name="playlistsButton">
569          <property name="minimumSize">
570           <size>
571            <width>70</width>
572            <height>70</height>
573           </size>
574          </property>
575          <property name="maximumSize">
576           <size>
577            <width>70</width>
578            <height>70</height>
579           </size>
580          </property>
581          <property name="text">
582           <string/>
583          </property>
584          <property name="icon">
585           <iconset resource="../../resources/resources.qrc">
586            <normaloff>:/icons/white/playlists.png</normaloff>:/icons/white/playlists.png</iconset>
587          </property>
588          <property name="flat">
589           <bool>true</bool>
590          </property>
591         </widget>
592        </item>
593        <item>
594         <spacer name="rverticalSpacer_3">
595          <property name="orientation">
596           <enum>Qt::Vertical</enum>
597          </property>
598          <property name="sizeHint" stdset="0">
599           <size>
600            <width>20</width>
601            <height>40</height>
602           </size>
603          </property>
604         </spacer>
605        </item>
606        <item>
607         <widget class="QPushButton" name="dynamicButton">
608          <property name="sizePolicy">
609           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
610            <horstretch>0</horstretch>
611            <verstretch>0</verstretch>
612           </sizepolicy>
613          </property>
614          <property name="minimumSize">
615           <size>
616            <width>70</width>
617            <height>70</height>
618           </size>
619          </property>
620          <property name="maximumSize">
621           <size>
622            <width>70</width>
623            <height>70</height>
624           </size>
625          </property>
626          <property name="text">
627           <string/>
628          </property>
629          <property name="icon">
630           <iconset resource="../../resources/resources.qrc">
631            <normaloff>:/icons/white/dynamic.png</normaloff>:/icons/white/dynamic.png</iconset>
632          </property>
633          <property name="flat">
634           <bool>true</bool>
635          </property>
636         </widget>
637        </item>
638       </layout>
639      </item>
640     </layout>
641    </item>
642    <item>
643     <widget class="QWidget" name="bottomWidget" native="true">
644      <property name="styleSheet">
645       <string notr="true">background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(38, 38, 38, 255), stop:1 rgba(92, 92, 92, 255))</string>
646      </property>
647      <layout class="QHBoxLayout" name="horizontalLayout_2">
648       <property name="spacing">
649        <number>0</number>
650       </property>
651       <property name="margin">
652        <number>0</number>
653       </property>
654       <item>
655        <spacer name="bhorizontalSpacer_0">
656         <property name="orientation">
657          <enum>Qt::Horizontal</enum>
658         </property>
659         <property name="sizeHint" stdset="0">
660          <size>
661           <width>40</width>
662           <height>20</height>
663          </size>
664         </property>
665        </spacer>
666       </item>
667       <item>
668        <spacer name="bhorizontalSpacer_1">
669         <property name="orientation">
670          <enum>Qt::Horizontal</enum>
671         </property>
672         <property name="sizeHint" stdset="0">
673          <size>
674           <width>40</width>
675           <height>20</height>
676          </size>
677         </property>
678        </spacer>
679       </item>
680       <item>
681        <spacer name="bhorizontalSpacer_2">
682         <property name="orientation">
683          <enum>Qt::Horizontal</enum>
684         </property>
685         <property name="sizeHint" stdset="0">
686          <size>
687           <width>40</width>
688           <height>20</height>
689          </size>
690         </property>
691        </spacer>
692       </item>
693      </layout>
694     </widget>
695    </item>
696   </layout>
697  </widget>
698  <resources>
699   <include location="../../resources/resources.qrc"/>
700  </resources>
701  <connections/>
702 </ui>