b4a48c27fc1fee19249421940c704742c5ed112f
[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="QListView" 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="showDropIndicator" stdset="0">
394           <bool>false</bool>
395          </property>
396          <property name="selectionMode">
397           <enum>QAbstractItemView::MultiSelection</enum>
398          </property>
399          <property name="selectionBehavior">
400           <enum>QAbstractItemView::SelectRows</enum>
401          </property>
402          <property name="modelColumn">
403           <number>0</number>
404          </property>
405          <property name="uniformItemSizes">
406           <bool>true</bool>
407          </property>
408         </widget>
409        </item>
410       </layout>
411      </item>
412      <item>
413       <layout class="QVBoxLayout" name="rverticalLayout">
414        <property name="spacing">
415         <number>0</number>
416        </property>
417        <item>
418         <widget class="QPushButton" name="moreButton">
419          <property name="sizePolicy">
420           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
421            <horstretch>0</horstretch>
422            <verstretch>0</verstretch>
423           </sizepolicy>
424          </property>
425          <property name="minimumSize">
426           <size>
427            <width>70</width>
428            <height>70</height>
429           </size>
430          </property>
431          <property name="maximumSize">
432           <size>
433            <width>70</width>
434            <height>70</height>
435           </size>
436          </property>
437          <property name="text">
438           <string/>
439          </property>
440          <property name="icon">
441           <iconset resource="../../resources/resources.qrc">
442            <normaloff>:/icons/white/more.png</normaloff>:/icons/white/more.png</iconset>
443          </property>
444          <property name="flat">
445           <bool>true</bool>
446          </property>
447         </widget>
448        </item>
449        <item>
450         <spacer name="rverticalSpacer_0">
451          <property name="orientation">
452           <enum>Qt::Vertical</enum>
453          </property>
454          <property name="sizeHint" stdset="0">
455           <size>
456            <width>20</width>
457            <height>40</height>
458           </size>
459          </property>
460         </spacer>
461        </item>
462        <item>
463         <widget class="QPushButton" name="selectAllButton">
464          <property name="sizePolicy">
465           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
466            <horstretch>0</horstretch>
467            <verstretch>0</verstretch>
468           </sizepolicy>
469          </property>
470          <property name="minimumSize">
471           <size>
472            <width>70</width>
473            <height>70</height>
474           </size>
475          </property>
476          <property name="maximumSize">
477           <size>
478            <width>70</width>
479            <height>70</height>
480           </size>
481          </property>
482          <property name="text">
483           <string/>
484          </property>
485          <property name="icon">
486           <iconset resource="../../resources/resources.qrc">
487            <normaloff>:/icons/white/select_all.png</normaloff>:/icons/white/select_all.png</iconset>
488          </property>
489          <property name="flat">
490           <bool>true</bool>
491          </property>
492         </widget>
493        </item>
494        <item>
495         <spacer name="rverticalSpacer_1">
496          <property name="orientation">
497           <enum>Qt::Vertical</enum>
498          </property>
499          <property name="sizeHint" stdset="0">
500           <size>
501            <width>20</width>
502            <height>40</height>
503           </size>
504          </property>
505         </spacer>
506        </item>
507        <item>
508         <widget class="QPushButton" name="viewButton">
509          <property name="sizePolicy">
510           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
511            <horstretch>0</horstretch>
512            <verstretch>0</verstretch>
513           </sizepolicy>
514          </property>
515          <property name="minimumSize">
516           <size>
517            <width>70</width>
518            <height>70</height>
519           </size>
520          </property>
521          <property name="maximumSize">
522           <size>
523            <width>70</width>
524            <height>70</height>
525           </size>
526          </property>
527          <property name="text">
528           <string/>
529          </property>
530          <property name="icon">
531           <iconset resource="../../resources/resources.qrc">
532            <normaloff>:/icons/white/artists.png</normaloff>:/icons/white/artists.png</iconset>
533          </property>
534          <property name="flat">
535           <bool>true</bool>
536          </property>
537         </widget>
538        </item>
539        <item>
540         <spacer name="rverticalSpacer_2">
541          <property name="orientation">
542           <enum>Qt::Vertical</enum>
543          </property>
544          <property name="sizeHint" stdset="0">
545           <size>
546            <width>20</width>
547            <height>40</height>
548           </size>
549          </property>
550         </spacer>
551        </item>
552        <item>
553         <widget class="QPushButton" name="playlistsButton">
554          <property name="minimumSize">
555           <size>
556            <width>70</width>
557            <height>70</height>
558           </size>
559          </property>
560          <property name="maximumSize">
561           <size>
562            <width>70</width>
563            <height>70</height>
564           </size>
565          </property>
566          <property name="text">
567           <string/>
568          </property>
569          <property name="icon">
570           <iconset resource="../../resources/resources.qrc">
571            <normaloff>:/icons/white/playlists.png</normaloff>:/icons/white/playlists.png</iconset>
572          </property>
573          <property name="flat">
574           <bool>true</bool>
575          </property>
576         </widget>
577        </item>
578        <item>
579         <spacer name="rverticalSpacer_3">
580          <property name="orientation">
581           <enum>Qt::Vertical</enum>
582          </property>
583          <property name="sizeHint" stdset="0">
584           <size>
585            <width>20</width>
586            <height>40</height>
587           </size>
588          </property>
589         </spacer>
590        </item>
591        <item>
592         <widget class="QPushButton" name="dynamicButton">
593          <property name="sizePolicy">
594           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
595            <horstretch>0</horstretch>
596            <verstretch>0</verstretch>
597           </sizepolicy>
598          </property>
599          <property name="minimumSize">
600           <size>
601            <width>70</width>
602            <height>70</height>
603           </size>
604          </property>
605          <property name="maximumSize">
606           <size>
607            <width>70</width>
608            <height>70</height>
609           </size>
610          </property>
611          <property name="text">
612           <string/>
613          </property>
614          <property name="icon">
615           <iconset resource="../../resources/resources.qrc">
616            <normaloff>:/icons/white/dynamic.png</normaloff>:/icons/white/dynamic.png</iconset>
617          </property>
618          <property name="flat">
619           <bool>true</bool>
620          </property>
621         </widget>
622        </item>
623       </layout>
624      </item>
625     </layout>
626    </item>
627    <item>
628     <widget class="QWidget" name="bottomWidget" native="true">
629      <property name="styleSheet">
630       <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>
631      </property>
632      <layout class="QHBoxLayout" name="horizontalLayout_2">
633       <property name="spacing">
634        <number>0</number>
635       </property>
636       <property name="margin">
637        <number>0</number>
638       </property>
639       <item>
640        <spacer name="bhorizontalSpacer_0">
641         <property name="orientation">
642          <enum>Qt::Horizontal</enum>
643         </property>
644         <property name="sizeHint" stdset="0">
645          <size>
646           <width>40</width>
647           <height>20</height>
648          </size>
649         </property>
650        </spacer>
651       </item>
652       <item>
653        <spacer name="bhorizontalSpacer_1">
654         <property name="orientation">
655          <enum>Qt::Horizontal</enum>
656         </property>
657         <property name="sizeHint" stdset="0">
658          <size>
659           <width>40</width>
660           <height>20</height>
661          </size>
662         </property>
663        </spacer>
664       </item>
665       <item>
666        <spacer name="bhorizontalSpacer_2">
667         <property name="orientation">
668          <enum>Qt::Horizontal</enum>
669         </property>
670         <property name="sizeHint" stdset="0">
671          <size>
672           <width>40</width>
673           <height>20</height>
674          </size>
675         </property>
676        </spacer>
677       </item>
678      </layout>
679     </widget>
680    </item>
681   </layout>
682  </widget>
683  <resources>
684   <include location="../../resources/resources.qrc"/>
685  </resources>
686  <connections/>
687 </ui>