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