New default cover image
[someplayer] / src / ui / playerform.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PlayerForm</class>
4  <widget class="QWidget" name="PlayerForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>798</width>
10     <height>478</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>SomePlayer</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <property name="spacing">
18     <number>0</number>
19    </property>
20    <property name="margin">
21     <number>0</number>
22    </property>
23    <item>
24     <widget class="QWidget" name="topWidget" native="true">
25      <property name="styleSheet">
26       <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>
27      </property>
28      <layout class="QHBoxLayout" name="horizontalLayout_4">
29       <property name="spacing">
30        <number>0</number>
31       </property>
32       <property name="margin">
33        <number>0</number>
34       </property>
35       <item>
36        <spacer name="thorizontalSpacer_0">
37         <property name="orientation">
38          <enum>Qt::Horizontal</enum>
39         </property>
40         <property name="sizeHint" stdset="0">
41          <size>
42           <width>40</width>
43           <height>20</height>
44          </size>
45         </property>
46        </spacer>
47       </item>
48       <item>
49        <spacer name="thorizontalSpacer_1">
50         <property name="orientation">
51          <enum>Qt::Horizontal</enum>
52         </property>
53         <property name="sizeHint" stdset="0">
54          <size>
55           <width>40</width>
56           <height>20</height>
57          </size>
58         </property>
59        </spacer>
60       </item>
61       <item>
62        <spacer name="thorizontalSpacer_2">
63         <property name="orientation">
64          <enum>Qt::Horizontal</enum>
65         </property>
66         <property name="sizeHint" stdset="0">
67          <size>
68           <width>40</width>
69           <height>20</height>
70          </size>
71         </property>
72        </spacer>
73       </item>
74       <item>
75        <spacer name="thorizontalSpacer_3">
76         <property name="orientation">
77          <enum>Qt::Horizontal</enum>
78         </property>
79         <property name="sizeHint" stdset="0">
80          <size>
81           <width>40</width>
82           <height>20</height>
83          </size>
84         </property>
85        </spacer>
86       </item>
87      </layout>
88     </widget>
89    </item>
90    <item>
91     <layout class="QVBoxLayout" name="verticalLayout_6">
92      <property name="spacing">
93       <number>0</number>
94      </property>
95      <item>
96       <widget class="QStackedWidget" name="stackedWidget">
97        <property name="currentIndex">
98         <number>0</number>
99        </property>
100        <widget class="QWidget" name="page">
101         <layout class="QVBoxLayout" name="verticalLayout_4">
102          <property name="spacing">
103           <number>0</number>
104          </property>
105          <property name="margin">
106           <number>0</number>
107          </property>
108          <item>
109           <layout class="QVBoxLayout" name="toolsLayout">
110            <property name="spacing">
111             <number>0</number>
112            </property>
113           </layout>
114          </item>
115          <item>
116           <widget class="QWidget" name="countdownWidget" native="true">
117            <layout class="QHBoxLayout" name="horizontalLayout_3">
118             <property name="margin">
119              <number>0</number>
120             </property>
121             <item>
122              <widget class="QLabel" name="timeLabel">
123               <property name="text">
124                <string>Music off: 00:00:00</string>
125               </property>
126               <property name="alignment">
127                <set>Qt::AlignCenter</set>
128               </property>
129              </widget>
130             </item>
131            </layout>
132           </widget>
133          </item>
134          <item>
135           <widget class="QTableView" name="playlistView">
136            <property name="contextMenuPolicy">
137             <enum>Qt::CustomContextMenu</enum>
138            </property>
139            <property name="frameShadow">
140             <enum>QFrame::Sunken</enum>
141            </property>
142            <property name="horizontalScrollBarPolicy">
143             <enum>Qt::ScrollBarAlwaysOff</enum>
144            </property>
145            <property name="autoScroll">
146             <bool>false</bool>
147            </property>
148            <property name="editTriggers">
149             <set>QAbstractItemView::NoEditTriggers</set>
150            </property>
151            <property name="showDropIndicator" stdset="0">
152             <bool>false</bool>
153            </property>
154            <property name="dragEnabled">
155             <bool>false</bool>
156            </property>
157            <property name="dragDropOverwriteMode">
158             <bool>false</bool>
159            </property>
160            <property name="dragDropMode">
161             <enum>QAbstractItemView::NoDragDrop</enum>
162            </property>
163            <property name="selectionMode">
164             <enum>QAbstractItemView::SingleSelection</enum>
165            </property>
166            <property name="selectionBehavior">
167             <enum>QAbstractItemView::SelectRows</enum>
168            </property>
169            <property name="iconSize">
170             <size>
171              <width>50</width>
172              <height>50</height>
173             </size>
174            </property>
175            <property name="showGrid">
176             <bool>false</bool>
177            </property>
178            <property name="cornerButtonEnabled">
179             <bool>false</bool>
180            </property>
181            <attribute name="horizontalHeaderVisible">
182             <bool>false</bool>
183            </attribute>
184            <attribute name="horizontalHeaderStretchLastSection">
185             <bool>true</bool>
186            </attribute>
187            <attribute name="verticalHeaderVisible">
188             <bool>false</bool>
189            </attribute>
190            <attribute name="verticalHeaderDefaultSectionSize">
191             <number>70</number>
192            </attribute>
193            <attribute name="verticalHeaderMinimumSectionSize">
194             <number>70</number>
195            </attribute>
196           </widget>
197          </item>
198         </layout>
199        </widget>
200        <widget class="QWidget" name="page_2">
201         <layout class="QGridLayout" name="gridLayout">
202          <property name="margin">
203           <number>0</number>
204          </property>
205          <property name="spacing">
206           <number>0</number>
207          </property>
208          <item row="0" column="0">
209           <widget class="QWidget" name="widget" native="true">
210            <layout class="QGridLayout" name="gridLayout_3">
211             <property name="margin">
212              <number>0</number>
213             </property>
214             <property name="spacing">
215              <number>0</number>
216             </property>
217             <item row="0" column="0">
218              <layout class="QGridLayout" name="coverLayout">
219               <item row="2" column="2">
220                <layout class="QVBoxLayout" name="clverticalLayout_1">
221                 <item>
222                  <spacer name="verticalSpacer_2">
223                   <property name="orientation">
224                    <enum>Qt::Vertical</enum>
225                   </property>
226                   <property name="sizeHint" stdset="0">
227                    <size>
228                     <width>20</width>
229                     <height>40</height>
230                    </size>
231                   </property>
232                  </spacer>
233                 </item>
234                 <item>
235                  <widget class="QPushButton" name="ctagButton">
236                   <property name="sizePolicy">
237                    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
238                     <horstretch>0</horstretch>
239                     <verstretch>0</verstretch>
240                    </sizepolicy>
241                   </property>
242                   <property name="minimumSize">
243                    <size>
244                     <width>70</width>
245                     <height>70</height>
246                    </size>
247                   </property>
248                   <property name="maximumSize">
249                    <size>
250                     <width>70</width>
251                     <height>70</height>
252                    </size>
253                   </property>
254                   <property name="text">
255                    <string/>
256                   </property>
257                   <property name="icon">
258                    <iconset resource="../../resources/resources.qrc">
259                     <normaloff>:/icons/white/tags.png</normaloff>:/icons/white/tags.png</iconset>
260                   </property>
261                   <property name="flat">
262                    <bool>true</bool>
263                   </property>
264                  </widget>
265                 </item>
266                 <item>
267                  <spacer name="verticalSpacer">
268                   <property name="orientation">
269                    <enum>Qt::Vertical</enum>
270                   </property>
271                   <property name="sizeHint" stdset="0">
272                    <size>
273                     <width>20</width>
274                     <height>40</height>
275                    </size>
276                   </property>
277                  </spacer>
278                 </item>
279                 <item>
280                  <widget class="QPushButton" name="cfavButton">
281                   <property name="sizePolicy">
282                    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
283                     <horstretch>0</horstretch>
284                     <verstretch>0</verstretch>
285                    </sizepolicy>
286                   </property>
287                   <property name="minimumSize">
288                    <size>
289                     <width>70</width>
290                     <height>70</height>
291                    </size>
292                   </property>
293                   <property name="maximumSize">
294                    <size>
295                     <width>70</width>
296                     <height>70</height>
297                    </size>
298                   </property>
299                   <property name="text">
300                    <string/>
301                   </property>
302                   <property name="icon">
303                    <iconset resource="../../resources/resources.qrc">
304                     <normaloff>:/icons/white/fav.png</normaloff>:/icons/white/fav.png</iconset>
305                   </property>
306                   <property name="checkable">
307                    <bool>true</bool>
308                   </property>
309                   <property name="flat">
310                    <bool>true</bool>
311                   </property>
312                  </widget>
313                 </item>
314                 <item>
315                  <spacer name="verticalSpacer_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                </layout>
328               </item>
329               <item row="2" column="0">
330                <layout class="QVBoxLayout" name="clverticalLayout_0">
331                 <item>
332                  <spacer name="verticalSpacer_4">
333                   <property name="orientation">
334                    <enum>Qt::Vertical</enum>
335                   </property>
336                   <property name="sizeHint" stdset="0">
337                    <size>
338                     <width>20</width>
339                     <height>40</height>
340                    </size>
341                   </property>
342                  </spacer>
343                 </item>
344                 <item>
345                  <widget class="QPushButton" name="caddButton">
346                   <property name="sizePolicy">
347                    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
348                     <horstretch>0</horstretch>
349                     <verstretch>0</verstretch>
350                    </sizepolicy>
351                   </property>
352                   <property name="minimumSize">
353                    <size>
354                     <width>70</width>
355                     <height>70</height>
356                    </size>
357                   </property>
358                   <property name="maximumSize">
359                    <size>
360                     <width>70</width>
361                     <height>70</height>
362                    </size>
363                   </property>
364                   <property name="text">
365                    <string/>
366                   </property>
367                   <property name="icon">
368                    <iconset resource="../../resources/resources.qrc">
369                     <normaloff>:/icons/white/add.png</normaloff>:/icons/white/add.png</iconset>
370                   </property>
371                   <property name="flat">
372                    <bool>true</bool>
373                   </property>
374                  </widget>
375                 </item>
376                 <item>
377                  <spacer name="verticalSpacer_8">
378                   <property name="orientation">
379                    <enum>Qt::Vertical</enum>
380                   </property>
381                   <property name="sizeHint" stdset="0">
382                    <size>
383                     <width>20</width>
384                     <height>40</height>
385                    </size>
386                   </property>
387                  </spacer>
388                 </item>
389                 <item>
390                  <widget class="QPushButton" name="cdeleteButton">
391                   <property name="sizePolicy">
392                    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
393                     <horstretch>0</horstretch>
394                     <verstretch>0</verstretch>
395                    </sizepolicy>
396                   </property>
397                   <property name="minimumSize">
398                    <size>
399                     <width>70</width>
400                     <height>70</height>
401                    </size>
402                   </property>
403                   <property name="maximumSize">
404                    <size>
405                     <width>70</width>
406                     <height>70</height>
407                    </size>
408                   </property>
409                   <property name="text">
410                    <string/>
411                   </property>
412                   <property name="icon">
413                    <iconset resource="../../resources/resources.qrc">
414                     <normaloff>:/icons/white/delete.png</normaloff>:/icons/white/delete.png</iconset>
415                   </property>
416                   <property name="flat">
417                    <bool>true</bool>
418                   </property>
419                  </widget>
420                 </item>
421                 <item>
422                  <spacer name="verticalSpacer_7">
423                   <property name="orientation">
424                    <enum>Qt::Vertical</enum>
425                   </property>
426                   <property name="sizeHint" stdset="0">
427                    <size>
428                     <width>20</width>
429                     <height>40</height>
430                    </size>
431                   </property>
432                  </spacer>
433                 </item>
434                </layout>
435               </item>
436               <item row="1" column="1">
437                <spacer name="ctverticalSpacer">
438                 <property name="orientation">
439                  <enum>Qt::Vertical</enum>
440                 </property>
441                 <property name="sizeHint" stdset="0">
442                  <size>
443                   <width>20</width>
444                   <height>40</height>
445                  </size>
446                 </property>
447                </spacer>
448               </item>
449               <item row="3" column="1">
450                <spacer name="cbverticalSpacer">
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              </layout>
463             </item>
464             <item row="0" column="1">
465              <layout class="QVBoxLayout" name="controlLayout">
466               <item>
467                <layout class="QHBoxLayout" name="countHLayout">
468                 <item>
469                  <spacer name="horizontalSpacer_2">
470                   <property name="orientation">
471                    <enum>Qt::Horizontal</enum>
472                   </property>
473                   <property name="sizeHint" stdset="0">
474                    <size>
475                     <width>40</width>
476                     <height>20</height>
477                    </size>
478                   </property>
479                  </spacer>
480                 </item>
481                 <item>
482                  <widget class="QLabel" name="countLabel">
483                   <property name="text">
484                    <string>0/0</string>
485                   </property>
486                   <property name="alignment">
487                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
488                   </property>
489                  </widget>
490                 </item>
491                </layout>
492               </item>
493               <item>
494                <spacer name="cverticalSpacer_0">
495                 <property name="orientation">
496                  <enum>Qt::Vertical</enum>
497                 </property>
498                 <property name="sizeHint" stdset="0">
499                  <size>
500                   <width>20</width>
501                   <height>40</height>
502                  </size>
503                 </property>
504                </spacer>
505               </item>
506               <item>
507                <layout class="QHBoxLayout" name="titleLayout">
508                 <property name="spacing">
509                  <number>0</number>
510                 </property>
511                 <item>
512                  <widget class="QLabel" name="titleLabel">
513                   <property name="maximumSize">
514                    <size>
515                     <width>340</width>
516                     <height>16777215</height>
517                    </size>
518                   </property>
519                   <property name="text">
520                    <string>&lt;h3&gt;Title&lt;/h3&gt;</string>
521                   </property>
522                   <property name="alignment">
523                    <set>Qt::AlignCenter</set>
524                   </property>
525                  </widget>
526                 </item>
527                </layout>
528               </item>
529               <item>
530                <spacer name="cverticalSpacer_1">
531                 <property name="orientation">
532                  <enum>Qt::Vertical</enum>
533                 </property>
534                 <property name="sizeHint" stdset="0">
535                  <size>
536                   <width>20</width>
537                   <height>40</height>
538                  </size>
539                 </property>
540                </spacer>
541               </item>
542               <item>
543                <layout class="QHBoxLayout" name="progressLayout">
544                 <item>
545                  <widget class="QLabel" name="doneTimeLabel">
546                   <property name="text">
547                    <string>00:00</string>
548                   </property>
549                  </widget>
550                 </item>
551                 <item>
552                  <spacer name="seekSpacer">
553                   <property name="orientation">
554                    <enum>Qt::Horizontal</enum>
555                   </property>
556                   <property name="sizeHint" stdset="0">
557                    <size>
558                     <width>40</width>
559                     <height>20</height>
560                    </size>
561                   </property>
562                  </spacer>
563                 </item>
564                 <item>
565                  <widget class="QLabel" name="allTimeLabel">
566                   <property name="text">
567                    <string>00:00</string>
568                   </property>
569                  </widget>
570                 </item>
571                </layout>
572               </item>
573               <item>
574                <layout class="QHBoxLayout" name="seekLayout">
575                 <item>
576                  <spacer name="horizontalSpacer_5">
577                   <property name="orientation">
578                    <enum>Qt::Horizontal</enum>
579                   </property>
580                   <property name="sizeType">
581                    <enum>QSizePolicy::Fixed</enum>
582                   </property>
583                   <property name="sizeHint" stdset="0">
584                    <size>
585                     <width>10</width>
586                     <height>0</height>
587                    </size>
588                   </property>
589                  </spacer>
590                 </item>
591                 <item>
592                  <widget class="QSlider" name="seekSlider">
593                   <property name="orientation">
594                    <enum>Qt::Horizontal</enum>
595                   </property>
596                  </widget>
597                 </item>
598                 <item>
599                  <spacer name="horizontalSpacer_4">
600                   <property name="orientation">
601                    <enum>Qt::Horizontal</enum>
602                   </property>
603                   <property name="sizeType">
604                    <enum>QSizePolicy::Fixed</enum>
605                   </property>
606                   <property name="sizeHint" stdset="0">
607                    <size>
608                     <width>10</width>
609                     <height>0</height>
610                    </size>
611                   </property>
612                  </spacer>
613                 </item>
614                </layout>
615               </item>
616               <item>
617                <spacer name="cverticalSpacer_2">
618                 <property name="orientation">
619                  <enum>Qt::Vertical</enum>
620                 </property>
621                 <property name="sizeHint" stdset="0">
622                  <size>
623                   <width>20</width>
624                   <height>40</height>
625                  </size>
626                 </property>
627                </spacer>
628               </item>
629               <item>
630                <layout class="QHBoxLayout" name="artistAlbumLayout">
631                 <property name="spacing">
632                  <number>0</number>
633                 </property>
634                 <item>
635                  <widget class="QLabel" name="artistAlbumLabel">
636                   <property name="maximumSize">
637                    <size>
638                     <width>340</width>
639                     <height>16777215</height>
640                    </size>
641                   </property>
642                   <property name="text">
643                    <string>&lt;b&gt;Artist&lt;/b&gt;&lt;br/&gt;album</string>
644                   </property>
645                   <property name="alignment">
646                    <set>Qt::AlignCenter</set>
647                   </property>
648                  </widget>
649                 </item>
650                </layout>
651               </item>
652               <item>
653                <spacer name="cverticalSpacer_3">
654                 <property name="orientation">
655                  <enum>Qt::Vertical</enum>
656                 </property>
657                 <property name="sizeHint" stdset="0">
658                  <size>
659                   <width>20</width>
660                   <height>40</height>
661                  </size>
662                 </property>
663                </spacer>
664               </item>
665              </layout>
666             </item>
667            </layout>
668           </widget>
669          </item>
670         </layout>
671        </widget>
672       </widget>
673      </item>
674     </layout>
675    </item>
676    <item>
677     <widget class="QWidget" name="bhorWidget" native="true">
678      <layout class="QHBoxLayout" name="bhorizontalLayout">
679       <property name="spacing">
680        <number>0</number>
681       </property>
682       <property name="margin">
683        <number>0</number>
684       </property>
685       <item>
686        <widget class="QPushButton" name="libraryButton">
687         <property name="sizePolicy">
688          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
689           <horstretch>0</horstretch>
690           <verstretch>0</verstretch>
691          </sizepolicy>
692         </property>
693         <property name="minimumSize">
694          <size>
695           <width>70</width>
696           <height>70</height>
697          </size>
698         </property>
699         <property name="maximumSize">
700          <size>
701           <width>70</width>
702           <height>70</height>
703          </size>
704         </property>
705         <property name="text">
706          <string/>
707         </property>
708         <property name="icon">
709          <iconset resource="../../resources/resources.qrc">
710           <normaloff>:/icons/white/library.png</normaloff>:/icons/white/library.png</iconset>
711         </property>
712         <property name="flat">
713          <bool>true</bool>
714         </property>
715        </widget>
716       </item>
717       <item>
718        <spacer name="chorizontalSpacer_0">
719         <property name="orientation">
720          <enum>Qt::Horizontal</enum>
721         </property>
722         <property name="sizeHint" stdset="0">
723          <size>
724           <width>40</width>
725           <height>20</height>
726          </size>
727         </property>
728        </spacer>
729       </item>
730       <item>
731        <widget class="QPushButton" name="viewButton">
732         <property name="sizePolicy">
733          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
734           <horstretch>0</horstretch>
735           <verstretch>0</verstretch>
736          </sizepolicy>
737         </property>
738         <property name="minimumSize">
739          <size>
740           <width>70</width>
741           <height>70</height>
742          </size>
743         </property>
744         <property name="maximumSize">
745          <size>
746           <width>70</width>
747           <height>70</height>
748          </size>
749         </property>
750         <property name="text">
751          <string/>
752         </property>
753         <property name="icon">
754          <iconset resource="../../resources/resources.qrc">
755           <normaloff>:/icons/white/playlist.png</normaloff>:/icons/white/playlist.png</iconset>
756         </property>
757         <property name="checkable">
758          <bool>false</bool>
759         </property>
760         <property name="flat">
761          <bool>true</bool>
762         </property>
763        </widget>
764       </item>
765       <item>
766        <spacer name="chorizontalSpacer_1">
767         <property name="orientation">
768          <enum>Qt::Horizontal</enum>
769         </property>
770         <property name="sizeHint" stdset="0">
771          <size>
772           <width>40</width>
773           <height>20</height>
774          </size>
775         </property>
776        </spacer>
777       </item>
778       <item>
779        <widget class="QPushButton" name="repeatButton">
780         <property name="sizePolicy">
781          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
782           <horstretch>0</horstretch>
783           <verstretch>0</verstretch>
784          </sizepolicy>
785         </property>
786         <property name="minimumSize">
787          <size>
788           <width>70</width>
789           <height>70</height>
790          </size>
791         </property>
792         <property name="maximumSize">
793          <size>
794           <width>70</width>
795           <height>70</height>
796          </size>
797         </property>
798         <property name="text">
799          <string/>
800         </property>
801         <property name="icon">
802          <iconset resource="../../resources/resources.qrc">
803           <normaloff>:/icons/white/repeat_off.png</normaloff>:/icons/white/repeat_off.png</iconset>
804         </property>
805         <property name="iconSize">
806          <size>
807           <width>48</width>
808           <height>58</height>
809          </size>
810         </property>
811         <property name="checkable">
812          <bool>false</bool>
813         </property>
814         <property name="flat">
815          <bool>true</bool>
816         </property>
817        </widget>
818       </item>
819       <item>
820        <widget class="QPushButton" name="randomButton">
821         <property name="sizePolicy">
822          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
823           <horstretch>0</horstretch>
824           <verstretch>0</verstretch>
825          </sizepolicy>
826         </property>
827         <property name="minimumSize">
828          <size>
829           <width>70</width>
830           <height>70</height>
831          </size>
832         </property>
833         <property name="maximumSize">
834          <size>
835           <width>70</width>
836           <height>70</height>
837          </size>
838         </property>
839         <property name="text">
840          <string/>
841         </property>
842         <property name="icon">
843          <iconset resource="../../resources/resources.qrc">
844           <normaloff>:/icons/white/random_off.png</normaloff>:/icons/white/random_off.png</iconset>
845         </property>
846         <property name="iconSize">
847          <size>
848           <width>48</width>
849           <height>48</height>
850          </size>
851         </property>
852         <property name="checkable">
853          <bool>false</bool>
854         </property>
855         <property name="flat">
856          <bool>true</bool>
857         </property>
858        </widget>
859       </item>
860       <item>
861        <spacer name="chorizontalSpacer_2">
862         <property name="orientation">
863          <enum>Qt::Horizontal</enum>
864         </property>
865         <property name="sizeHint" stdset="0">
866          <size>
867           <width>40</width>
868           <height>20</height>
869          </size>
870         </property>
871        </spacer>
872       </item>
873       <item>
874        <widget class="QPushButton" name="prevButton">
875         <property name="sizePolicy">
876          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
877           <horstretch>0</horstretch>
878           <verstretch>0</verstretch>
879          </sizepolicy>
880         </property>
881         <property name="minimumSize">
882          <size>
883           <width>70</width>
884           <height>70</height>
885          </size>
886         </property>
887         <property name="maximumSize">
888          <size>
889           <width>70</width>
890           <height>70</height>
891          </size>
892         </property>
893         <property name="text">
894          <string/>
895         </property>
896         <property name="icon">
897          <iconset resource="../../resources/resources.qrc">
898           <normaloff>:/icons/white/prev.png</normaloff>:/icons/white/prev.png</iconset>
899         </property>
900         <property name="flat">
901          <bool>true</bool>
902         </property>
903        </widget>
904       </item>
905       <item>
906        <widget class="QPushButton" name="playpauseButton">
907         <property name="sizePolicy">
908          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
909           <horstretch>0</horstretch>
910           <verstretch>0</verstretch>
911          </sizepolicy>
912         </property>
913         <property name="minimumSize">
914          <size>
915           <width>70</width>
916           <height>70</height>
917          </size>
918         </property>
919         <property name="maximumSize">
920          <size>
921           <width>70</width>
922           <height>70</height>
923          </size>
924         </property>
925         <property name="text">
926          <string/>
927         </property>
928         <property name="icon">
929          <iconset resource="../../resources/resources.qrc">
930           <normaloff>:/icons/white/play.png</normaloff>:/icons/white/play.png</iconset>
931         </property>
932         <property name="flat">
933          <bool>true</bool>
934         </property>
935        </widget>
936       </item>
937       <item>
938        <widget class="QPushButton" name="nextButton">
939         <property name="sizePolicy">
940          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
941           <horstretch>0</horstretch>
942           <verstretch>0</verstretch>
943          </sizepolicy>
944         </property>
945         <property name="minimumSize">
946          <size>
947           <width>70</width>
948           <height>70</height>
949          </size>
950         </property>
951         <property name="maximumSize">
952          <size>
953           <width>70</width>
954           <height>70</height>
955          </size>
956         </property>
957         <property name="text">
958          <string/>
959         </property>
960         <property name="icon">
961          <iconset resource="../../resources/resources.qrc">
962           <normaloff>:/icons/white/next.png</normaloff>:/icons/white/next.png</iconset>
963         </property>
964         <property name="flat">
965          <bool>true</bool>
966         </property>
967        </widget>
968       </item>
969       <item>
970        <widget class="QPushButton" name="stopButton">
971         <property name="sizePolicy">
972          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
973           <horstretch>0</horstretch>
974           <verstretch>0</verstretch>
975          </sizepolicy>
976         </property>
977         <property name="minimumSize">
978          <size>
979           <width>70</width>
980           <height>70</height>
981          </size>
982         </property>
983         <property name="maximumSize">
984          <size>
985           <width>70</width>
986           <height>70</height>
987          </size>
988         </property>
989         <property name="text">
990          <string/>
991         </property>
992         <property name="icon">
993          <iconset resource="../../resources/resources.qrc">
994           <normaloff>:/icons/white/stop.png</normaloff>:/icons/white/stop.png</iconset>
995         </property>
996         <property name="flat">
997          <bool>true</bool>
998         </property>
999        </widget>
1000       </item>
1001       <item>
1002        <spacer name="chorizontalSpacer_3">
1003         <property name="orientation">
1004          <enum>Qt::Horizontal</enum>
1005         </property>
1006         <property name="sizeHint" stdset="0">
1007          <size>
1008           <width>40</width>
1009           <height>20</height>
1010          </size>
1011         </property>
1012        </spacer>
1013       </item>
1014       <item>
1015        <widget class="QPushButton" name="moreButton">
1016         <property name="sizePolicy">
1017          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1018           <horstretch>0</horstretch>
1019           <verstretch>0</verstretch>
1020          </sizepolicy>
1021         </property>
1022         <property name="minimumSize">
1023          <size>
1024           <width>70</width>
1025           <height>70</height>
1026          </size>
1027         </property>
1028         <property name="maximumSize">
1029          <size>
1030           <width>70</width>
1031           <height>70</height>
1032          </size>
1033         </property>
1034         <property name="text">
1035          <string/>
1036         </property>
1037         <property name="icon">
1038          <iconset resource="../../resources/resources.qrc">
1039           <normaloff>:/icons/white/more.png</normaloff>:/icons/white/more.png</iconset>
1040         </property>
1041         <property name="flat">
1042          <bool>true</bool>
1043         </property>
1044        </widget>
1045       </item>
1046       <item>
1047        <spacer name="chorizontalSpacer_4">
1048         <property name="orientation">
1049          <enum>Qt::Horizontal</enum>
1050         </property>
1051         <property name="sizeHint" stdset="0">
1052          <size>
1053           <width>40</width>
1054           <height>20</height>
1055          </size>
1056         </property>
1057        </spacer>
1058       </item>
1059       <item>
1060        <widget class="QPushButton" name="dirButton">
1061         <property name="sizePolicy">
1062          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1063           <horstretch>0</horstretch>
1064           <verstretch>0</verstretch>
1065          </sizepolicy>
1066         </property>
1067         <property name="minimumSize">
1068          <size>
1069           <width>70</width>
1070           <height>70</height>
1071          </size>
1072         </property>
1073         <property name="text">
1074          <string/>
1075         </property>
1076         <property name="icon">
1077          <iconset resource="../../resources/resources.qrc">
1078           <normaloff>:/icons/white/directory.png</normaloff>:/icons/white/directory.png</iconset>
1079         </property>
1080         <property name="flat">
1081          <bool>true</bool>
1082         </property>
1083        </widget>
1084       </item>
1085      </layout>
1086     </widget>
1087    </item>
1088    <item>
1089     <widget class="QWidget" name="bottomWidget" native="true">
1090      <property name="minimumSize">
1091       <size>
1092        <width>78</width>
1093        <height>0</height>
1094       </size>
1095      </property>
1096      <property name="styleSheet">
1097       <string notr="true">background:qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(38, 38, 38, 255), stop:1 rgba(92, 92, 92, 255))</string>
1098      </property>
1099      <layout class="QHBoxLayout" name="horizontalLayout_2">
1100       <property name="spacing">
1101        <number>0</number>
1102       </property>
1103       <property name="margin">
1104        <number>0</number>
1105       </property>
1106       <item>
1107        <spacer name="bhorizontalSpacer_0">
1108         <property name="orientation">
1109          <enum>Qt::Horizontal</enum>
1110         </property>
1111         <property name="sizeHint" stdset="0">
1112          <size>
1113           <width>40</width>
1114           <height>20</height>
1115          </size>
1116         </property>
1117        </spacer>
1118       </item>
1119       <item>
1120        <spacer name="bhorizontalSpacer_1">
1121         <property name="orientation">
1122          <enum>Qt::Horizontal</enum>
1123         </property>
1124         <property name="sizeHint" stdset="0">
1125          <size>
1126           <width>40</width>
1127           <height>20</height>
1128          </size>
1129         </property>
1130        </spacer>
1131       </item>
1132       <item>
1133        <spacer name="bhorizontalSpacer_2">
1134         <property name="orientation">
1135          <enum>Qt::Horizontal</enum>
1136         </property>
1137         <property name="sizeHint" stdset="0">
1138          <size>
1139           <width>40</width>
1140           <height>20</height>
1141          </size>
1142         </property>
1143        </spacer>
1144       </item>
1145       <item>
1146        <spacer name="bhorizontalSpacer_3">
1147         <property name="orientation">
1148          <enum>Qt::Horizontal</enum>
1149         </property>
1150         <property name="sizeHint" stdset="0">
1151          <size>
1152           <width>40</width>
1153           <height>20</height>
1154          </size>
1155         </property>
1156        </spacer>
1157       </item>
1158      </layout>
1159     </widget>
1160    </item>
1161   </layout>
1162  </widget>
1163  <resources>
1164   <include location="../../resources/resources.qrc"/>
1165  </resources>
1166  <connections/>
1167 </ui>