Restoring eq after start, checkable fav button
[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     <layout class="QHBoxLayout" name="bhorizontalLayout">
678      <property name="spacing">
679       <number>0</number>
680      </property>
681      <item>
682       <widget class="QPushButton" name="libraryButton">
683        <property name="sizePolicy">
684         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
685          <horstretch>0</horstretch>
686          <verstretch>0</verstretch>
687         </sizepolicy>
688        </property>
689        <property name="minimumSize">
690         <size>
691          <width>70</width>
692          <height>70</height>
693         </size>
694        </property>
695        <property name="maximumSize">
696         <size>
697          <width>70</width>
698          <height>70</height>
699         </size>
700        </property>
701        <property name="text">
702         <string/>
703        </property>
704        <property name="icon">
705         <iconset resource="../../resources/resources.qrc">
706          <normaloff>:/icons/white/library.png</normaloff>:/icons/white/library.png</iconset>
707        </property>
708        <property name="flat">
709         <bool>true</bool>
710        </property>
711       </widget>
712      </item>
713      <item>
714       <spacer name="chorizontalSpacer_0">
715        <property name="orientation">
716         <enum>Qt::Horizontal</enum>
717        </property>
718        <property name="sizeHint" stdset="0">
719         <size>
720          <width>40</width>
721          <height>20</height>
722         </size>
723        </property>
724       </spacer>
725      </item>
726      <item>
727       <widget class="QPushButton" name="viewButton">
728        <property name="sizePolicy">
729         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
730          <horstretch>0</horstretch>
731          <verstretch>0</verstretch>
732         </sizepolicy>
733        </property>
734        <property name="minimumSize">
735         <size>
736          <width>70</width>
737          <height>70</height>
738         </size>
739        </property>
740        <property name="maximumSize">
741         <size>
742          <width>70</width>
743          <height>70</height>
744         </size>
745        </property>
746        <property name="text">
747         <string/>
748        </property>
749        <property name="icon">
750         <iconset resource="../../resources/resources.qrc">
751          <normaloff>:/icons/white/playlist.png</normaloff>:/icons/white/playlist.png</iconset>
752        </property>
753        <property name="checkable">
754         <bool>false</bool>
755        </property>
756        <property name="flat">
757         <bool>true</bool>
758        </property>
759       </widget>
760      </item>
761      <item>
762       <spacer name="chorizontalSpacer_1">
763        <property name="orientation">
764         <enum>Qt::Horizontal</enum>
765        </property>
766        <property name="sizeHint" stdset="0">
767         <size>
768          <width>40</width>
769          <height>20</height>
770         </size>
771        </property>
772       </spacer>
773      </item>
774      <item>
775       <widget class="QPushButton" name="repeatButton">
776        <property name="sizePolicy">
777         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
778          <horstretch>0</horstretch>
779          <verstretch>0</verstretch>
780         </sizepolicy>
781        </property>
782        <property name="minimumSize">
783         <size>
784          <width>70</width>
785          <height>70</height>
786         </size>
787        </property>
788        <property name="maximumSize">
789         <size>
790          <width>70</width>
791          <height>70</height>
792         </size>
793        </property>
794        <property name="text">
795         <string/>
796        </property>
797        <property name="icon">
798         <iconset resource="../../resources/resources.qrc">
799          <normaloff>:/icons/white/repeat_off.png</normaloff>:/icons/white/repeat_off.png</iconset>
800        </property>
801        <property name="iconSize">
802         <size>
803          <width>48</width>
804          <height>58</height>
805         </size>
806        </property>
807        <property name="checkable">
808         <bool>false</bool>
809        </property>
810        <property name="flat">
811         <bool>true</bool>
812        </property>
813       </widget>
814      </item>
815      <item>
816       <widget class="QPushButton" name="randomButton">
817        <property name="sizePolicy">
818         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
819          <horstretch>0</horstretch>
820          <verstretch>0</verstretch>
821         </sizepolicy>
822        </property>
823        <property name="minimumSize">
824         <size>
825          <width>70</width>
826          <height>70</height>
827         </size>
828        </property>
829        <property name="maximumSize">
830         <size>
831          <width>70</width>
832          <height>70</height>
833         </size>
834        </property>
835        <property name="text">
836         <string/>
837        </property>
838        <property name="icon">
839         <iconset resource="../../resources/resources.qrc">
840          <normaloff>:/icons/white/random_off.png</normaloff>:/icons/white/random_off.png</iconset>
841        </property>
842        <property name="iconSize">
843         <size>
844          <width>48</width>
845          <height>48</height>
846         </size>
847        </property>
848        <property name="checkable">
849         <bool>false</bool>
850        </property>
851        <property name="flat">
852         <bool>true</bool>
853        </property>
854       </widget>
855      </item>
856      <item>
857       <spacer name="chorizontalSpacer_2">
858        <property name="orientation">
859         <enum>Qt::Horizontal</enum>
860        </property>
861        <property name="sizeHint" stdset="0">
862         <size>
863          <width>40</width>
864          <height>20</height>
865         </size>
866        </property>
867       </spacer>
868      </item>
869      <item>
870       <widget class="QPushButton" name="prevButton">
871        <property name="sizePolicy">
872         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
873          <horstretch>0</horstretch>
874          <verstretch>0</verstretch>
875         </sizepolicy>
876        </property>
877        <property name="minimumSize">
878         <size>
879          <width>70</width>
880          <height>70</height>
881         </size>
882        </property>
883        <property name="maximumSize">
884         <size>
885          <width>70</width>
886          <height>70</height>
887         </size>
888        </property>
889        <property name="text">
890         <string/>
891        </property>
892        <property name="icon">
893         <iconset resource="../../resources/resources.qrc">
894          <normaloff>:/icons/white/prev.png</normaloff>:/icons/white/prev.png</iconset>
895        </property>
896        <property name="flat">
897         <bool>true</bool>
898        </property>
899       </widget>
900      </item>
901      <item>
902       <widget class="QPushButton" name="playpauseButton">
903        <property name="sizePolicy">
904         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
905          <horstretch>0</horstretch>
906          <verstretch>0</verstretch>
907         </sizepolicy>
908        </property>
909        <property name="minimumSize">
910         <size>
911          <width>70</width>
912          <height>70</height>
913         </size>
914        </property>
915        <property name="maximumSize">
916         <size>
917          <width>70</width>
918          <height>70</height>
919         </size>
920        </property>
921        <property name="text">
922         <string/>
923        </property>
924        <property name="icon">
925         <iconset resource="../../resources/resources.qrc">
926          <normaloff>:/icons/white/play.png</normaloff>:/icons/white/play.png</iconset>
927        </property>
928        <property name="flat">
929         <bool>true</bool>
930        </property>
931       </widget>
932      </item>
933      <item>
934       <widget class="QPushButton" name="nextButton">
935        <property name="sizePolicy">
936         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
937          <horstretch>0</horstretch>
938          <verstretch>0</verstretch>
939         </sizepolicy>
940        </property>
941        <property name="minimumSize">
942         <size>
943          <width>70</width>
944          <height>70</height>
945         </size>
946        </property>
947        <property name="maximumSize">
948         <size>
949          <width>70</width>
950          <height>70</height>
951         </size>
952        </property>
953        <property name="text">
954         <string/>
955        </property>
956        <property name="icon">
957         <iconset resource="../../resources/resources.qrc">
958          <normaloff>:/icons/white/next.png</normaloff>:/icons/white/next.png</iconset>
959        </property>
960        <property name="flat">
961         <bool>true</bool>
962        </property>
963       </widget>
964      </item>
965      <item>
966       <widget class="QPushButton" name="stopButton">
967        <property name="sizePolicy">
968         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
969          <horstretch>0</horstretch>
970          <verstretch>0</verstretch>
971         </sizepolicy>
972        </property>
973        <property name="minimumSize">
974         <size>
975          <width>70</width>
976          <height>70</height>
977         </size>
978        </property>
979        <property name="maximumSize">
980         <size>
981          <width>70</width>
982          <height>70</height>
983         </size>
984        </property>
985        <property name="text">
986         <string/>
987        </property>
988        <property name="icon">
989         <iconset resource="../../resources/resources.qrc">
990          <normaloff>:/icons/white/stop.png</normaloff>:/icons/white/stop.png</iconset>
991        </property>
992        <property name="flat">
993         <bool>true</bool>
994        </property>
995       </widget>
996      </item>
997      <item>
998       <spacer name="chorizontalSpacer_3">
999        <property name="orientation">
1000         <enum>Qt::Horizontal</enum>
1001        </property>
1002        <property name="sizeHint" stdset="0">
1003         <size>
1004          <width>40</width>
1005          <height>20</height>
1006         </size>
1007        </property>
1008       </spacer>
1009      </item>
1010      <item>
1011       <widget class="QPushButton" name="moreButton">
1012        <property name="sizePolicy">
1013         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1014          <horstretch>0</horstretch>
1015          <verstretch>0</verstretch>
1016         </sizepolicy>
1017        </property>
1018        <property name="minimumSize">
1019         <size>
1020          <width>70</width>
1021          <height>70</height>
1022         </size>
1023        </property>
1024        <property name="maximumSize">
1025         <size>
1026          <width>70</width>
1027          <height>70</height>
1028         </size>
1029        </property>
1030        <property name="text">
1031         <string/>
1032        </property>
1033        <property name="icon">
1034         <iconset resource="../../resources/resources.qrc">
1035          <normaloff>:/icons/white/more.png</normaloff>:/icons/white/more.png</iconset>
1036        </property>
1037        <property name="flat">
1038         <bool>true</bool>
1039        </property>
1040       </widget>
1041      </item>
1042      <item>
1043       <spacer name="chorizontalSpacer_4">
1044        <property name="orientation">
1045         <enum>Qt::Horizontal</enum>
1046        </property>
1047        <property name="sizeHint" stdset="0">
1048         <size>
1049          <width>40</width>
1050          <height>20</height>
1051         </size>
1052        </property>
1053       </spacer>
1054      </item>
1055      <item>
1056       <widget class="QPushButton" name="dirButton">
1057        <property name="sizePolicy">
1058         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1059          <horstretch>0</horstretch>
1060          <verstretch>0</verstretch>
1061         </sizepolicy>
1062        </property>
1063        <property name="minimumSize">
1064         <size>
1065          <width>70</width>
1066          <height>70</height>
1067         </size>
1068        </property>
1069        <property name="text">
1070         <string/>
1071        </property>
1072        <property name="icon">
1073         <iconset resource="../../resources/resources.qrc">
1074          <normaloff>:/icons/white/directory.png</normaloff>:/icons/white/directory.png</iconset>
1075        </property>
1076        <property name="flat">
1077         <bool>true</bool>
1078        </property>
1079       </widget>
1080      </item>
1081     </layout>
1082    </item>
1083    <item>
1084     <widget class="QWidget" name="bottomWidget" native="true">
1085      <property name="minimumSize">
1086       <size>
1087        <width>78</width>
1088        <height>0</height>
1089       </size>
1090      </property>
1091      <property name="styleSheet">
1092       <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>
1093      </property>
1094      <layout class="QHBoxLayout" name="horizontalLayout_2">
1095       <property name="spacing">
1096        <number>0</number>
1097       </property>
1098       <property name="margin">
1099        <number>0</number>
1100       </property>
1101       <item>
1102        <spacer name="bhorizontalSpacer_0">
1103         <property name="orientation">
1104          <enum>Qt::Horizontal</enum>
1105         </property>
1106         <property name="sizeHint" stdset="0">
1107          <size>
1108           <width>40</width>
1109           <height>20</height>
1110          </size>
1111         </property>
1112        </spacer>
1113       </item>
1114       <item>
1115        <spacer name="bhorizontalSpacer_1">
1116         <property name="orientation">
1117          <enum>Qt::Horizontal</enum>
1118         </property>
1119         <property name="sizeHint" stdset="0">
1120          <size>
1121           <width>40</width>
1122           <height>20</height>
1123          </size>
1124         </property>
1125        </spacer>
1126       </item>
1127       <item>
1128        <spacer name="bhorizontalSpacer_2">
1129         <property name="orientation">
1130          <enum>Qt::Horizontal</enum>
1131         </property>
1132         <property name="sizeHint" stdset="0">
1133          <size>
1134           <width>40</width>
1135           <height>20</height>
1136          </size>
1137         </property>
1138        </spacer>
1139       </item>
1140       <item>
1141        <spacer name="bhorizontalSpacer_3">
1142         <property name="orientation">
1143          <enum>Qt::Horizontal</enum>
1144         </property>
1145         <property name="sizeHint" stdset="0">
1146          <size>
1147           <width>40</width>
1148           <height>20</height>
1149          </size>
1150         </property>
1151        </spacer>
1152       </item>
1153      </layout>
1154     </widget>
1155    </item>
1156   </layout>
1157  </widget>
1158  <resources>
1159   <include location="../../resources/resources.qrc"/>
1160  </resources>
1161  <connections/>
1162 </ui>