First implementation of cover showing
[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="1">
227                <widget class="QLabel" name="coverLabel">
228                 <property name="sizePolicy">
229                  <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
230                   <horstretch>0</horstretch>
231                   <verstretch>0</verstretch>
232                  </sizepolicy>
233                 </property>
234                 <property name="minimumSize">
235                  <size>
236                   <width>300</width>
237                   <height>300</height>
238                  </size>
239                 </property>
240                 <property name="maximumSize">
241                  <size>
242                   <width>300</width>
243                   <height>300</height>
244                  </size>
245                 </property>
246                 <property name="text">
247                  <string/>
248                 </property>
249                 <property name="pixmap">
250                  <pixmap resource="../../resources/resources.qrc">:/images/defaultcover.png</pixmap>
251                 </property>
252                 <property name="scaledContents">
253                  <bool>true</bool>
254                 </property>
255                 <property name="indent">
256                  <number>0</number>
257                 </property>
258                </widget>
259               </item>
260               <item row="2" column="0">
261                <spacer name="horizontalSpacer">
262                 <property name="orientation">
263                  <enum>Qt::Horizontal</enum>
264                 </property>
265                 <property name="sizeHint" stdset="0">
266                  <size>
267                   <width>40</width>
268                   <height>20</height>
269                  </size>
270                 </property>
271                </spacer>
272               </item>
273               <item row="2" column="2">
274                <spacer name="chorizontalSpacer">
275                 <property name="orientation">
276                  <enum>Qt::Horizontal</enum>
277                 </property>
278                 <property name="sizeHint" stdset="0">
279                  <size>
280                   <width>40</width>
281                   <height>20</height>
282                  </size>
283                 </property>
284                </spacer>
285               </item>
286               <item row="3" column="1">
287                <spacer name="verticalSpacer_5">
288                 <property name="orientation">
289                  <enum>Qt::Vertical</enum>
290                 </property>
291                 <property name="sizeHint" stdset="0">
292                  <size>
293                   <width>20</width>
294                   <height>40</height>
295                  </size>
296                 </property>
297                </spacer>
298               </item>
299               <item row="1" column="1">
300                <spacer name="verticalSpacer_6">
301                 <property name="orientation">
302                  <enum>Qt::Vertical</enum>
303                 </property>
304                 <property name="sizeHint" stdset="0">
305                  <size>
306                   <width>20</width>
307                   <height>40</height>
308                  </size>
309                 </property>
310                </spacer>
311               </item>
312              </layout>
313             </item>
314             <item row="0" column="1">
315              <layout class="QVBoxLayout" name="controlLayout">
316               <item>
317                <layout class="QHBoxLayout" name="countHLayout">
318                 <item>
319                  <spacer name="horizontalSpacer_2">
320                   <property name="orientation">
321                    <enum>Qt::Horizontal</enum>
322                   </property>
323                   <property name="sizeHint" stdset="0">
324                    <size>
325                     <width>40</width>
326                     <height>20</height>
327                    </size>
328                   </property>
329                  </spacer>
330                 </item>
331                 <item>
332                  <widget class="QLabel" name="countLabel">
333                   <property name="text">
334                    <string>0/0</string>
335                   </property>
336                   <property name="alignment">
337                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
338                   </property>
339                  </widget>
340                 </item>
341                </layout>
342               </item>
343               <item>
344                <spacer name="cverticalSpacer_0">
345                 <property name="orientation">
346                  <enum>Qt::Vertical</enum>
347                 </property>
348                 <property name="sizeHint" stdset="0">
349                  <size>
350                   <width>20</width>
351                   <height>40</height>
352                  </size>
353                 </property>
354                </spacer>
355               </item>
356               <item>
357                <widget class="QLabel" name="titleLabel">
358                 <property name="text">
359                  <string>&lt;h3&gt;Title&lt;/h3&gt;</string>
360                 </property>
361                 <property name="alignment">
362                  <set>Qt::AlignCenter</set>
363                 </property>
364                </widget>
365               </item>
366               <item>
367                <spacer name="cverticalSpacer_1">
368                 <property name="orientation">
369                  <enum>Qt::Vertical</enum>
370                 </property>
371                 <property name="sizeHint" stdset="0">
372                  <size>
373                   <width>20</width>
374                   <height>40</height>
375                  </size>
376                 </property>
377                </spacer>
378               </item>
379               <item>
380                <layout class="QHBoxLayout" name="progressLayout">
381                 <item>
382                  <widget class="QLabel" name="doneTimeLabel">
383                   <property name="text">
384                    <string>00:00</string>
385                   </property>
386                  </widget>
387                 </item>
388                 <item>
389                  <spacer name="seekSpacer">
390                   <property name="orientation">
391                    <enum>Qt::Horizontal</enum>
392                   </property>
393                   <property name="sizeHint" stdset="0">
394                    <size>
395                     <width>40</width>
396                     <height>20</height>
397                    </size>
398                   </property>
399                  </spacer>
400                 </item>
401                 <item>
402                  <widget class="QLabel" name="allTimeLabel">
403                   <property name="text">
404                    <string>00:00</string>
405                   </property>
406                  </widget>
407                 </item>
408                </layout>
409               </item>
410               <item>
411                <layout class="QHBoxLayout" name="seekLayout">
412                 <item>
413                  <spacer name="horizontalSpacer_5">
414                   <property name="orientation">
415                    <enum>Qt::Horizontal</enum>
416                   </property>
417                   <property name="sizeType">
418                    <enum>QSizePolicy::Fixed</enum>
419                   </property>
420                   <property name="sizeHint" stdset="0">
421                    <size>
422                     <width>10</width>
423                     <height>0</height>
424                    </size>
425                   </property>
426                  </spacer>
427                 </item>
428                 <item>
429                  <widget class="QSlider" name="seekSlider">
430                   <property name="orientation">
431                    <enum>Qt::Horizontal</enum>
432                   </property>
433                  </widget>
434                 </item>
435                 <item>
436                  <spacer name="horizontalSpacer_4">
437                   <property name="orientation">
438                    <enum>Qt::Horizontal</enum>
439                   </property>
440                   <property name="sizeType">
441                    <enum>QSizePolicy::Fixed</enum>
442                   </property>
443                   <property name="sizeHint" stdset="0">
444                    <size>
445                     <width>10</width>
446                     <height>0</height>
447                    </size>
448                   </property>
449                  </spacer>
450                 </item>
451                </layout>
452               </item>
453               <item>
454                <spacer name="cverticalSpacer_2">
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               <item>
467                <widget class="QLabel" name="artistAlbumLabel">
468                 <property name="text">
469                  <string>&lt;b&gt;Artist&lt;/b&gt;&lt;br/&gt;album</string>
470                 </property>
471                 <property name="alignment">
472                  <set>Qt::AlignCenter</set>
473                 </property>
474                </widget>
475               </item>
476               <item>
477                <spacer name="cverticalSpacer_3">
478                 <property name="orientation">
479                  <enum>Qt::Vertical</enum>
480                 </property>
481                 <property name="sizeHint" stdset="0">
482                  <size>
483                   <width>20</width>
484                   <height>40</height>
485                  </size>
486                 </property>
487                </spacer>
488               </item>
489              </layout>
490             </item>
491            </layout>
492           </widget>
493          </item>
494         </layout>
495        </widget>
496       </widget>
497      </item>
498     </layout>
499    </item>
500    <item>
501     <layout class="QHBoxLayout" name="bhorizontalLayout">
502      <property name="spacing">
503       <number>0</number>
504      </property>
505      <item>
506       <widget class="QPushButton" name="libraryButton">
507        <property name="sizePolicy">
508         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
509          <horstretch>0</horstretch>
510          <verstretch>0</verstretch>
511         </sizepolicy>
512        </property>
513        <property name="minimumSize">
514         <size>
515          <width>70</width>
516          <height>70</height>
517         </size>
518        </property>
519        <property name="maximumSize">
520         <size>
521          <width>70</width>
522          <height>70</height>
523         </size>
524        </property>
525        <property name="text">
526         <string/>
527        </property>
528        <property name="icon">
529         <iconset resource="../../resources/resources.qrc">
530          <normaloff>:/icons/white/library.png</normaloff>:/icons/white/library.png</iconset>
531        </property>
532        <property name="flat">
533         <bool>true</bool>
534        </property>
535       </widget>
536      </item>
537      <item>
538       <spacer name="chorizontalSpacer_0">
539        <property name="orientation">
540         <enum>Qt::Horizontal</enum>
541        </property>
542        <property name="sizeHint" stdset="0">
543         <size>
544          <width>40</width>
545          <height>20</height>
546         </size>
547        </property>
548       </spacer>
549      </item>
550      <item>
551       <widget class="QPushButton" name="viewButton">
552        <property name="sizePolicy">
553         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
554          <horstretch>0</horstretch>
555          <verstretch>0</verstretch>
556         </sizepolicy>
557        </property>
558        <property name="minimumSize">
559         <size>
560          <width>70</width>
561          <height>70</height>
562         </size>
563        </property>
564        <property name="maximumSize">
565         <size>
566          <width>70</width>
567          <height>70</height>
568         </size>
569        </property>
570        <property name="text">
571         <string/>
572        </property>
573        <property name="icon">
574         <iconset resource="../../resources/resources.qrc">
575          <normaloff>:/icons/white/playlist.png</normaloff>:/icons/white/playlist.png</iconset>
576        </property>
577        <property name="checkable">
578         <bool>false</bool>
579        </property>
580        <property name="flat">
581         <bool>true</bool>
582        </property>
583       </widget>
584      </item>
585      <item>
586       <spacer name="chorizontalSpacer_1">
587        <property name="orientation">
588         <enum>Qt::Horizontal</enum>
589        </property>
590        <property name="sizeHint" stdset="0">
591         <size>
592          <width>40</width>
593          <height>20</height>
594         </size>
595        </property>
596       </spacer>
597      </item>
598      <item>
599       <widget class="QPushButton" name="repeatButton">
600        <property name="sizePolicy">
601         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
602          <horstretch>0</horstretch>
603          <verstretch>0</verstretch>
604         </sizepolicy>
605        </property>
606        <property name="minimumSize">
607         <size>
608          <width>70</width>
609          <height>70</height>
610         </size>
611        </property>
612        <property name="maximumSize">
613         <size>
614          <width>70</width>
615          <height>70</height>
616         </size>
617        </property>
618        <property name="text">
619         <string/>
620        </property>
621        <property name="icon">
622         <iconset resource="../../resources/resources.qrc">
623          <normaloff>:/icons/white/repeat_off.png</normaloff>:/icons/white/repeat_off.png</iconset>
624        </property>
625        <property name="iconSize">
626         <size>
627          <width>48</width>
628          <height>58</height>
629         </size>
630        </property>
631        <property name="checkable">
632         <bool>false</bool>
633        </property>
634        <property name="flat">
635         <bool>true</bool>
636        </property>
637       </widget>
638      </item>
639      <item>
640       <widget class="QPushButton" name="randomButton">
641        <property name="sizePolicy">
642         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
643          <horstretch>0</horstretch>
644          <verstretch>0</verstretch>
645         </sizepolicy>
646        </property>
647        <property name="minimumSize">
648         <size>
649          <width>70</width>
650          <height>70</height>
651         </size>
652        </property>
653        <property name="maximumSize">
654         <size>
655          <width>70</width>
656          <height>70</height>
657         </size>
658        </property>
659        <property name="text">
660         <string/>
661        </property>
662        <property name="icon">
663         <iconset resource="../../resources/resources.qrc">
664          <normaloff>:/icons/white/random_off.png</normaloff>:/icons/white/random_off.png</iconset>
665        </property>
666        <property name="iconSize">
667         <size>
668          <width>48</width>
669          <height>48</height>
670         </size>
671        </property>
672        <property name="checkable">
673         <bool>false</bool>
674        </property>
675        <property name="flat">
676         <bool>true</bool>
677        </property>
678       </widget>
679      </item>
680      <item>
681       <spacer name="chorizontalSpacer_2">
682        <property name="orientation">
683         <enum>Qt::Horizontal</enum>
684        </property>
685        <property name="sizeHint" stdset="0">
686         <size>
687          <width>40</width>
688          <height>20</height>
689         </size>
690        </property>
691       </spacer>
692      </item>
693      <item>
694       <widget class="QPushButton" name="prevButton">
695        <property name="sizePolicy">
696         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
697          <horstretch>0</horstretch>
698          <verstretch>0</verstretch>
699         </sizepolicy>
700        </property>
701        <property name="minimumSize">
702         <size>
703          <width>70</width>
704          <height>70</height>
705         </size>
706        </property>
707        <property name="maximumSize">
708         <size>
709          <width>70</width>
710          <height>70</height>
711         </size>
712        </property>
713        <property name="text">
714         <string/>
715        </property>
716        <property name="icon">
717         <iconset resource="../../resources/resources.qrc">
718          <normaloff>:/icons/white/prev.png</normaloff>:/icons/white/prev.png</iconset>
719        </property>
720        <property name="flat">
721         <bool>true</bool>
722        </property>
723       </widget>
724      </item>
725      <item>
726       <widget class="QPushButton" name="playpauseButton">
727        <property name="sizePolicy">
728         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
729          <horstretch>0</horstretch>
730          <verstretch>0</verstretch>
731         </sizepolicy>
732        </property>
733        <property name="minimumSize">
734         <size>
735          <width>70</width>
736          <height>70</height>
737         </size>
738        </property>
739        <property name="maximumSize">
740         <size>
741          <width>70</width>
742          <height>70</height>
743         </size>
744        </property>
745        <property name="text">
746         <string/>
747        </property>
748        <property name="icon">
749         <iconset resource="../../resources/resources.qrc">
750          <normaloff>:/icons/white/play.png</normaloff>:/icons/white/play.png</iconset>
751        </property>
752        <property name="flat">
753         <bool>true</bool>
754        </property>
755       </widget>
756      </item>
757      <item>
758       <widget class="QPushButton" name="nextButton">
759        <property name="sizePolicy">
760         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
761          <horstretch>0</horstretch>
762          <verstretch>0</verstretch>
763         </sizepolicy>
764        </property>
765        <property name="minimumSize">
766         <size>
767          <width>70</width>
768          <height>70</height>
769         </size>
770        </property>
771        <property name="maximumSize">
772         <size>
773          <width>70</width>
774          <height>70</height>
775         </size>
776        </property>
777        <property name="text">
778         <string/>
779        </property>
780        <property name="icon">
781         <iconset resource="../../resources/resources.qrc">
782          <normaloff>:/icons/white/next.png</normaloff>:/icons/white/next.png</iconset>
783        </property>
784        <property name="flat">
785         <bool>true</bool>
786        </property>
787       </widget>
788      </item>
789      <item>
790       <widget class="QPushButton" name="stopButton">
791        <property name="sizePolicy">
792         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
793          <horstretch>0</horstretch>
794          <verstretch>0</verstretch>
795         </sizepolicy>
796        </property>
797        <property name="minimumSize">
798         <size>
799          <width>70</width>
800          <height>70</height>
801         </size>
802        </property>
803        <property name="maximumSize">
804         <size>
805          <width>70</width>
806          <height>70</height>
807         </size>
808        </property>
809        <property name="text">
810         <string/>
811        </property>
812        <property name="icon">
813         <iconset resource="../../resources/resources.qrc">
814          <normaloff>:/icons/white/stop.png</normaloff>:/icons/white/stop.png</iconset>
815        </property>
816        <property name="flat">
817         <bool>true</bool>
818        </property>
819       </widget>
820      </item>
821      <item>
822       <spacer name="chorizontalSpacer_3">
823        <property name="orientation">
824         <enum>Qt::Horizontal</enum>
825        </property>
826        <property name="sizeHint" stdset="0">
827         <size>
828          <width>40</width>
829          <height>20</height>
830         </size>
831        </property>
832       </spacer>
833      </item>
834      <item>
835       <widget class="QPushButton" name="moreButton">
836        <property name="sizePolicy">
837         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
838          <horstretch>0</horstretch>
839          <verstretch>0</verstretch>
840         </sizepolicy>
841        </property>
842        <property name="minimumSize">
843         <size>
844          <width>70</width>
845          <height>70</height>
846         </size>
847        </property>
848        <property name="maximumSize">
849         <size>
850          <width>70</width>
851          <height>70</height>
852         </size>
853        </property>
854        <property name="text">
855         <string/>
856        </property>
857        <property name="icon">
858         <iconset resource="../../resources/resources.qrc">
859          <normaloff>:/icons/white/more.png</normaloff>:/icons/white/more.png</iconset>
860        </property>
861        <property name="flat">
862         <bool>true</bool>
863        </property>
864       </widget>
865      </item>
866      <item>
867       <spacer name="chorizontalSpacer_4">
868        <property name="orientation">
869         <enum>Qt::Horizontal</enum>
870        </property>
871        <property name="sizeHint" stdset="0">
872         <size>
873          <width>40</width>
874          <height>20</height>
875         </size>
876        </property>
877       </spacer>
878      </item>
879      <item>
880       <widget class="QPushButton" name="dirButton">
881        <property name="sizePolicy">
882         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
883          <horstretch>0</horstretch>
884          <verstretch>0</verstretch>
885         </sizepolicy>
886        </property>
887        <property name="minimumSize">
888         <size>
889          <width>70</width>
890          <height>70</height>
891         </size>
892        </property>
893        <property name="text">
894         <string/>
895        </property>
896        <property name="icon">
897         <iconset resource="../../resources/resources.qrc">
898          <normaloff>:/icons/white/directory.png</normaloff>:/icons/white/directory.png</iconset>
899        </property>
900        <property name="flat">
901         <bool>true</bool>
902        </property>
903       </widget>
904      </item>
905     </layout>
906    </item>
907    <item>
908     <widget class="QWidget" name="bottomWidget" native="true">
909      <property name="minimumSize">
910       <size>
911        <width>78</width>
912        <height>0</height>
913       </size>
914      </property>
915      <property name="styleSheet">
916       <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>
917      </property>
918      <layout class="QHBoxLayout" name="horizontalLayout_2">
919       <property name="spacing">
920        <number>0</number>
921       </property>
922       <property name="margin">
923        <number>0</number>
924       </property>
925       <item>
926        <spacer name="bhorizontalSpacer_0">
927         <property name="orientation">
928          <enum>Qt::Horizontal</enum>
929         </property>
930         <property name="sizeHint" stdset="0">
931          <size>
932           <width>40</width>
933           <height>20</height>
934          </size>
935         </property>
936        </spacer>
937       </item>
938       <item>
939        <spacer name="bhorizontalSpacer_1">
940         <property name="orientation">
941          <enum>Qt::Horizontal</enum>
942         </property>
943         <property name="sizeHint" stdset="0">
944          <size>
945           <width>40</width>
946           <height>20</height>
947          </size>
948         </property>
949        </spacer>
950       </item>
951       <item>
952        <spacer name="bhorizontalSpacer_2">
953         <property name="orientation">
954          <enum>Qt::Horizontal</enum>
955         </property>
956         <property name="sizeHint" stdset="0">
957          <size>
958           <width>40</width>
959           <height>20</height>
960          </size>
961         </property>
962        </spacer>
963       </item>
964       <item>
965        <spacer name="bhorizontalSpacer_3">
966         <property name="orientation">
967          <enum>Qt::Horizontal</enum>
968         </property>
969         <property name="sizeHint" stdset="0">
970          <size>
971           <width>40</width>
972           <height>20</height>
973          </size>
974         </property>
975        </spacer>
976       </item>
977      </layout>
978     </widget>
979    </item>
980   </layout>
981  </widget>
982  <resources>
983   <include location="../../resources/resources.qrc"/>
984  </resources>
985  <connections/>
986 </ui>