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