Improved translation mechanism
[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="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                <layout class="QHBoxLayout" name="titleLayout">
512                 <property name="spacing">
513                  <number>0</number>
514                 </property>
515                 <item>
516                  <widget class="QLabel" name="titleLabel">
517                   <property name="maximumSize">
518                    <size>
519                     <width>340</width>
520                     <height>16777215</height>
521                    </size>
522                   </property>
523                   <property name="text">
524                    <string>&lt;h3&gt;Title&lt;/h3&gt;</string>
525                   </property>
526                   <property name="alignment">
527                    <set>Qt::AlignCenter</set>
528                   </property>
529                  </widget>
530                 </item>
531                </layout>
532               </item>
533               <item>
534                <spacer name="cverticalSpacer_1">
535                 <property name="orientation">
536                  <enum>Qt::Vertical</enum>
537                 </property>
538                 <property name="sizeHint" stdset="0">
539                  <size>
540                   <width>20</width>
541                   <height>40</height>
542                  </size>
543                 </property>
544                </spacer>
545               </item>
546               <item>
547                <layout class="QHBoxLayout" name="progressLayout">
548                 <item>
549                  <widget class="QLabel" name="doneTimeLabel">
550                   <property name="text">
551                    <string>00:00</string>
552                   </property>
553                  </widget>
554                 </item>
555                 <item>
556                  <spacer name="seekSpacer">
557                   <property name="orientation">
558                    <enum>Qt::Horizontal</enum>
559                   </property>
560                   <property name="sizeHint" stdset="0">
561                    <size>
562                     <width>40</width>
563                     <height>20</height>
564                    </size>
565                   </property>
566                  </spacer>
567                 </item>
568                 <item>
569                  <widget class="QLabel" name="allTimeLabel">
570                   <property name="text">
571                    <string>00:00</string>
572                   </property>
573                  </widget>
574                 </item>
575                </layout>
576               </item>
577               <item>
578                <layout class="QHBoxLayout" name="seekLayout">
579                 <item>
580                  <spacer name="horizontalSpacer_5">
581                   <property name="orientation">
582                    <enum>Qt::Horizontal</enum>
583                   </property>
584                   <property name="sizeType">
585                    <enum>QSizePolicy::Fixed</enum>
586                   </property>
587                   <property name="sizeHint" stdset="0">
588                    <size>
589                     <width>10</width>
590                     <height>0</height>
591                    </size>
592                   </property>
593                  </spacer>
594                 </item>
595                 <item>
596                  <widget class="QSlider" name="seekSlider">
597                   <property name="orientation">
598                    <enum>Qt::Horizontal</enum>
599                   </property>
600                  </widget>
601                 </item>
602                 <item>
603                  <spacer name="horizontalSpacer_4">
604                   <property name="orientation">
605                    <enum>Qt::Horizontal</enum>
606                   </property>
607                   <property name="sizeType">
608                    <enum>QSizePolicy::Fixed</enum>
609                   </property>
610                   <property name="sizeHint" stdset="0">
611                    <size>
612                     <width>10</width>
613                     <height>0</height>
614                    </size>
615                   </property>
616                  </spacer>
617                 </item>
618                </layout>
619               </item>
620               <item>
621                <spacer name="cverticalSpacer_2">
622                 <property name="orientation">
623                  <enum>Qt::Vertical</enum>
624                 </property>
625                 <property name="sizeHint" stdset="0">
626                  <size>
627                   <width>20</width>
628                   <height>40</height>
629                  </size>
630                 </property>
631                </spacer>
632               </item>
633               <item>
634                <layout class="QHBoxLayout" name="artistAlbumLayout">
635                 <property name="spacing">
636                  <number>0</number>
637                 </property>
638                 <item>
639                  <widget class="QLabel" name="artistAlbumLabel">
640                   <property name="maximumSize">
641                    <size>
642                     <width>340</width>
643                     <height>16777215</height>
644                    </size>
645                   </property>
646                   <property name="text">
647                    <string>&lt;b&gt;Artist&lt;/b&gt;&lt;br/&gt;album</string>
648                   </property>
649                   <property name="alignment">
650                    <set>Qt::AlignCenter</set>
651                   </property>
652                  </widget>
653                 </item>
654                </layout>
655               </item>
656               <item>
657                <spacer name="cverticalSpacer_3">
658                 <property name="orientation">
659                  <enum>Qt::Vertical</enum>
660                 </property>
661                 <property name="sizeHint" stdset="0">
662                  <size>
663                   <width>20</width>
664                   <height>40</height>
665                  </size>
666                 </property>
667                </spacer>
668               </item>
669              </layout>
670             </item>
671            </layout>
672           </widget>
673          </item>
674         </layout>
675        </widget>
676       </widget>
677      </item>
678     </layout>
679    </item>
680    <item>
681     <layout class="QHBoxLayout" name="bhorizontalLayout">
682      <property name="spacing">
683       <number>0</number>
684      </property>
685      <item>
686       <widget class="QPushButton" name="libraryButton">
687        <property name="sizePolicy">
688         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
689          <horstretch>0</horstretch>
690          <verstretch>0</verstretch>
691         </sizepolicy>
692        </property>
693        <property name="minimumSize">
694         <size>
695          <width>70</width>
696          <height>70</height>
697         </size>
698        </property>
699        <property name="maximumSize">
700         <size>
701          <width>70</width>
702          <height>70</height>
703         </size>
704        </property>
705        <property name="text">
706         <string/>
707        </property>
708        <property name="icon">
709         <iconset resource="../../resources/resources.qrc">
710          <normaloff>:/icons/white/library.png</normaloff>:/icons/white/library.png</iconset>
711        </property>
712        <property name="flat">
713         <bool>true</bool>
714        </property>
715       </widget>
716      </item>
717      <item>
718       <spacer name="chorizontalSpacer_0">
719        <property name="orientation">
720         <enum>Qt::Horizontal</enum>
721        </property>
722        <property name="sizeHint" stdset="0">
723         <size>
724          <width>40</width>
725          <height>20</height>
726         </size>
727        </property>
728       </spacer>
729      </item>
730      <item>
731       <widget class="QPushButton" name="viewButton">
732        <property name="sizePolicy">
733         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
734          <horstretch>0</horstretch>
735          <verstretch>0</verstretch>
736         </sizepolicy>
737        </property>
738        <property name="minimumSize">
739         <size>
740          <width>70</width>
741          <height>70</height>
742         </size>
743        </property>
744        <property name="maximumSize">
745         <size>
746          <width>70</width>
747          <height>70</height>
748         </size>
749        </property>
750        <property name="text">
751         <string/>
752        </property>
753        <property name="icon">
754         <iconset resource="../../resources/resources.qrc">
755          <normaloff>:/icons/white/playlist.png</normaloff>:/icons/white/playlist.png</iconset>
756        </property>
757        <property name="checkable">
758         <bool>false</bool>
759        </property>
760        <property name="flat">
761         <bool>true</bool>
762        </property>
763       </widget>
764      </item>
765      <item>
766       <spacer name="chorizontalSpacer_1">
767        <property name="orientation">
768         <enum>Qt::Horizontal</enum>
769        </property>
770        <property name="sizeHint" stdset="0">
771         <size>
772          <width>40</width>
773          <height>20</height>
774         </size>
775        </property>
776       </spacer>
777      </item>
778      <item>
779       <widget class="QPushButton" name="repeatButton">
780        <property name="sizePolicy">
781         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
782          <horstretch>0</horstretch>
783          <verstretch>0</verstretch>
784         </sizepolicy>
785        </property>
786        <property name="minimumSize">
787         <size>
788          <width>70</width>
789          <height>70</height>
790         </size>
791        </property>
792        <property name="maximumSize">
793         <size>
794          <width>70</width>
795          <height>70</height>
796         </size>
797        </property>
798        <property name="text">
799         <string/>
800        </property>
801        <property name="icon">
802         <iconset resource="../../resources/resources.qrc">
803          <normaloff>:/icons/white/repeat_off.png</normaloff>:/icons/white/repeat_off.png</iconset>
804        </property>
805        <property name="iconSize">
806         <size>
807          <width>48</width>
808          <height>58</height>
809         </size>
810        </property>
811        <property name="checkable">
812         <bool>false</bool>
813        </property>
814        <property name="flat">
815         <bool>true</bool>
816        </property>
817       </widget>
818      </item>
819      <item>
820       <widget class="QPushButton" name="randomButton">
821        <property name="sizePolicy">
822         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
823          <horstretch>0</horstretch>
824          <verstretch>0</verstretch>
825         </sizepolicy>
826        </property>
827        <property name="minimumSize">
828         <size>
829          <width>70</width>
830          <height>70</height>
831         </size>
832        </property>
833        <property name="maximumSize">
834         <size>
835          <width>70</width>
836          <height>70</height>
837         </size>
838        </property>
839        <property name="text">
840         <string/>
841        </property>
842        <property name="icon">
843         <iconset resource="../../resources/resources.qrc">
844          <normaloff>:/icons/white/random_off.png</normaloff>:/icons/white/random_off.png</iconset>
845        </property>
846        <property name="iconSize">
847         <size>
848          <width>48</width>
849          <height>48</height>
850         </size>
851        </property>
852        <property name="checkable">
853         <bool>false</bool>
854        </property>
855        <property name="flat">
856         <bool>true</bool>
857        </property>
858       </widget>
859      </item>
860      <item>
861       <spacer name="chorizontalSpacer_2">
862        <property name="orientation">
863         <enum>Qt::Horizontal</enum>
864        </property>
865        <property name="sizeHint" stdset="0">
866         <size>
867          <width>40</width>
868          <height>20</height>
869         </size>
870        </property>
871       </spacer>
872      </item>
873      <item>
874       <widget class="QPushButton" name="prevButton">
875        <property name="sizePolicy">
876         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
877          <horstretch>0</horstretch>
878          <verstretch>0</verstretch>
879         </sizepolicy>
880        </property>
881        <property name="minimumSize">
882         <size>
883          <width>70</width>
884          <height>70</height>
885         </size>
886        </property>
887        <property name="maximumSize">
888         <size>
889          <width>70</width>
890          <height>70</height>
891         </size>
892        </property>
893        <property name="text">
894         <string/>
895        </property>
896        <property name="icon">
897         <iconset resource="../../resources/resources.qrc">
898          <normaloff>:/icons/white/prev.png</normaloff>:/icons/white/prev.png</iconset>
899        </property>
900        <property name="flat">
901         <bool>true</bool>
902        </property>
903       </widget>
904      </item>
905      <item>
906       <widget class="QPushButton" name="playpauseButton">
907        <property name="sizePolicy">
908         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
909          <horstretch>0</horstretch>
910          <verstretch>0</verstretch>
911         </sizepolicy>
912        </property>
913        <property name="minimumSize">
914         <size>
915          <width>70</width>
916          <height>70</height>
917         </size>
918        </property>
919        <property name="maximumSize">
920         <size>
921          <width>70</width>
922          <height>70</height>
923         </size>
924        </property>
925        <property name="text">
926         <string/>
927        </property>
928        <property name="icon">
929         <iconset resource="../../resources/resources.qrc">
930          <normaloff>:/icons/white/play.png</normaloff>:/icons/white/play.png</iconset>
931        </property>
932        <property name="flat">
933         <bool>true</bool>
934        </property>
935       </widget>
936      </item>
937      <item>
938       <widget class="QPushButton" name="nextButton">
939        <property name="sizePolicy">
940         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
941          <horstretch>0</horstretch>
942          <verstretch>0</verstretch>
943         </sizepolicy>
944        </property>
945        <property name="minimumSize">
946         <size>
947          <width>70</width>
948          <height>70</height>
949         </size>
950        </property>
951        <property name="maximumSize">
952         <size>
953          <width>70</width>
954          <height>70</height>
955         </size>
956        </property>
957        <property name="text">
958         <string/>
959        </property>
960        <property name="icon">
961         <iconset resource="../../resources/resources.qrc">
962          <normaloff>:/icons/white/next.png</normaloff>:/icons/white/next.png</iconset>
963        </property>
964        <property name="flat">
965         <bool>true</bool>
966        </property>
967       </widget>
968      </item>
969      <item>
970       <widget class="QPushButton" name="stopButton">
971        <property name="sizePolicy">
972         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
973          <horstretch>0</horstretch>
974          <verstretch>0</verstretch>
975         </sizepolicy>
976        </property>
977        <property name="minimumSize">
978         <size>
979          <width>70</width>
980          <height>70</height>
981         </size>
982        </property>
983        <property name="maximumSize">
984         <size>
985          <width>70</width>
986          <height>70</height>
987         </size>
988        </property>
989        <property name="text">
990         <string/>
991        </property>
992        <property name="icon">
993         <iconset resource="../../resources/resources.qrc">
994          <normaloff>:/icons/white/stop.png</normaloff>:/icons/white/stop.png</iconset>
995        </property>
996        <property name="flat">
997         <bool>true</bool>
998        </property>
999       </widget>
1000      </item>
1001      <item>
1002       <spacer name="chorizontalSpacer_3">
1003        <property name="orientation">
1004         <enum>Qt::Horizontal</enum>
1005        </property>
1006        <property name="sizeHint" stdset="0">
1007         <size>
1008          <width>40</width>
1009          <height>20</height>
1010         </size>
1011        </property>
1012       </spacer>
1013      </item>
1014      <item>
1015       <widget class="QPushButton" name="moreButton">
1016        <property name="sizePolicy">
1017         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1018          <horstretch>0</horstretch>
1019          <verstretch>0</verstretch>
1020         </sizepolicy>
1021        </property>
1022        <property name="minimumSize">
1023         <size>
1024          <width>70</width>
1025          <height>70</height>
1026         </size>
1027        </property>
1028        <property name="maximumSize">
1029         <size>
1030          <width>70</width>
1031          <height>70</height>
1032         </size>
1033        </property>
1034        <property name="text">
1035         <string/>
1036        </property>
1037        <property name="icon">
1038         <iconset resource="../../resources/resources.qrc">
1039          <normaloff>:/icons/white/more.png</normaloff>:/icons/white/more.png</iconset>
1040        </property>
1041        <property name="flat">
1042         <bool>true</bool>
1043        </property>
1044       </widget>
1045      </item>
1046      <item>
1047       <spacer name="chorizontalSpacer_4">
1048        <property name="orientation">
1049         <enum>Qt::Horizontal</enum>
1050        </property>
1051        <property name="sizeHint" stdset="0">
1052         <size>
1053          <width>40</width>
1054          <height>20</height>
1055         </size>
1056        </property>
1057       </spacer>
1058      </item>
1059      <item>
1060       <widget class="QPushButton" name="dirButton">
1061        <property name="sizePolicy">
1062         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1063          <horstretch>0</horstretch>
1064          <verstretch>0</verstretch>
1065         </sizepolicy>
1066        </property>
1067        <property name="minimumSize">
1068         <size>
1069          <width>70</width>
1070          <height>70</height>
1071         </size>
1072        </property>
1073        <property name="text">
1074         <string/>
1075        </property>
1076        <property name="icon">
1077         <iconset resource="../../resources/resources.qrc">
1078          <normaloff>:/icons/white/directory.png</normaloff>:/icons/white/directory.png</iconset>
1079        </property>
1080        <property name="flat">
1081         <bool>true</bool>
1082        </property>
1083       </widget>
1084      </item>
1085     </layout>
1086    </item>
1087    <item>
1088     <widget class="QWidget" name="bottomWidget" native="true">
1089      <property name="minimumSize">
1090       <size>
1091        <width>78</width>
1092        <height>0</height>
1093       </size>
1094      </property>
1095      <property name="styleSheet">
1096       <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>
1097      </property>
1098      <layout class="QHBoxLayout" name="horizontalLayout_2">
1099       <property name="spacing">
1100        <number>0</number>
1101       </property>
1102       <property name="margin">
1103        <number>0</number>
1104       </property>
1105       <item>
1106        <spacer name="bhorizontalSpacer_0">
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_1">
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       <item>
1132        <spacer name="bhorizontalSpacer_2">
1133         <property name="orientation">
1134          <enum>Qt::Horizontal</enum>
1135         </property>
1136         <property name="sizeHint" stdset="0">
1137          <size>
1138           <width>40</width>
1139           <height>20</height>
1140          </size>
1141         </property>
1142        </spacer>
1143       </item>
1144       <item>
1145        <spacer name="bhorizontalSpacer_3">
1146         <property name="orientation">
1147          <enum>Qt::Horizontal</enum>
1148         </property>
1149         <property name="sizeHint" stdset="0">
1150          <size>
1151           <width>40</width>
1152           <height>20</height>
1153          </size>
1154         </property>
1155        </spacer>
1156       </item>
1157      </layout>
1158     </widget>
1159    </item>
1160   </layout>
1161  </widget>
1162  <resources>
1163   <include location="../../resources/resources.qrc"/>
1164  </resources>
1165  <connections/>
1166 </ui>