xref: /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/musicplayer.ui (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MusicPlayer</class>
4 <widget class="QWidget" name="MusicPlayer">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>751</width>
10    <height>478</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>0</width>
22    <height>0</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>16777215</width>
28    <height>16777215</height>
29   </size>
30  </property>
31  <property name="focusPolicy">
32   <enum>Qt::ClickFocus</enum>
33  </property>
34  <property name="windowTitle">
35   <string>Form</string>
36  </property>
37  <property name="styleSheet">
38   <string notr="true">background-color: rgb(87, 65, 115);</string>
39  </property>
40  <layout class="QGridLayout" name="gridLayout_3">
41   <property name="leftMargin">
42    <number>0</number>
43   </property>
44   <property name="topMargin">
45    <number>0</number>
46   </property>
47   <property name="rightMargin">
48    <number>0</number>
49   </property>
50   <property name="bottomMargin">
51    <number>0</number>
52   </property>
53   <property name="spacing">
54    <number>0</number>
55   </property>
56   <item row="0" column="0">
57    <layout class="QVBoxLayout" name="verticalLayout_2">
58     <property name="spacing">
59      <number>0</number>
60     </property>
61     <item>
62      <layout class="QHBoxLayout" name="horizontalLayout_6">
63       <item>
64        <spacer name="horizontalSpacer_3">
65         <property name="orientation">
66          <enum>Qt::Horizontal</enum>
67         </property>
68         <property name="sizeHint" stdset="0">
69          <size>
70           <width>40</width>
71           <height>20</height>
72          </size>
73         </property>
74        </spacer>
75       </item>
76       <item>
77        <widget class="QLabel" name="posterLabel">
78         <property name="minimumSize">
79          <size>
80           <width>300</width>
81           <height>0</height>
82          </size>
83         </property>
84         <property name="maximumSize">
85          <size>
86           <width>300</width>
87           <height>300</height>
88          </size>
89         </property>
90         <property name="styleSheet">
91          <string notr="true">background-color: rgba(255, 255, 255,0);</string>
92         </property>
93         <property name="text">
94          <string/>
95         </property>
96        </widget>
97       </item>
98       <item>
99        <spacer name="horizontalSpacer_2">
100         <property name="orientation">
101          <enum>Qt::Horizontal</enum>
102         </property>
103         <property name="sizeHint" stdset="0">
104          <size>
105           <width>40</width>
106           <height>20</height>
107          </size>
108         </property>
109        </spacer>
110       </item>
111       <item>
112        <layout class="QVBoxLayout" name="verticalLayout">
113         <item>
114          <layout class="QHBoxLayout" name="horizontalLayout_4">
115           <property name="spacing">
116            <number>30</number>
117           </property>
118           <item>
119            <widget class="QLabel" name="albumIcomLabel">
120             <property name="minimumSize">
121              <size>
122               <width>50</width>
123               <height>50</height>
124              </size>
125             </property>
126             <property name="maximumSize">
127              <size>
128               <width>50</width>
129               <height>50</height>
130              </size>
131             </property>
132             <property name="styleSheet">
133              <string notr="true">border-image: url(:/images/playerIcons/album.png);
134background-color: rgba(255, 255, 255, 0);</string>
135             </property>
136             <property name="text">
137              <string/>
138             </property>
139            </widget>
140           </item>
141           <item>
142            <widget class="QLabel" name="albumTextLabel">
143             <property name="minimumSize">
144              <size>
145               <width>300</width>
146               <height>50</height>
147              </size>
148             </property>
149             <property name="maximumSize">
150              <size>
151               <width>300</width>
152               <height>50</height>
153              </size>
154             </property>
155             <property name="font">
156              <font>
157               <pointsize>16</pointsize>
158              </font>
159             </property>
160             <property name="styleSheet">
161              <string notr="true">background-color: rgba(255, 255, 255, 0);
162color:white;</string>
163             </property>
164             <property name="text">
165              <string>专辑名</string>
166             </property>
167            </widget>
168           </item>
169          </layout>
170         </item>
171         <item>
172          <spacer name="verticalSpacer_2">
173           <property name="orientation">
174            <enum>Qt::Vertical</enum>
175           </property>
176           <property name="sizeHint" stdset="0">
177            <size>
178             <width>20</width>
179             <height>40</height>
180            </size>
181           </property>
182          </spacer>
183         </item>
184         <item>
185          <layout class="QHBoxLayout" name="horizontalLayout_2">
186           <property name="spacing">
187            <number>30</number>
188           </property>
189           <item>
190            <widget class="QLabel" name="MusicIconLabel">
191             <property name="minimumSize">
192              <size>
193               <width>50</width>
194               <height>50</height>
195              </size>
196             </property>
197             <property name="maximumSize">
198              <size>
199               <width>50</width>
200               <height>50</height>
201              </size>
202             </property>
203             <property name="styleSheet">
204              <string notr="true">border-image: url(:/images/playerIcons/music.png);
205background-color: rgba(255, 255, 255, 0);</string>
206             </property>
207             <property name="text">
208              <string/>
209             </property>
210            </widget>
211           </item>
212           <item>
213            <widget class="QLabel" name="MusicTextLabel">
214             <property name="minimumSize">
215              <size>
216               <width>300</width>
217               <height>50</height>
218              </size>
219             </property>
220             <property name="maximumSize">
221              <size>
222               <width>300</width>
223               <height>50</height>
224              </size>
225             </property>
226             <property name="font">
227              <font>
228               <pointsize>16</pointsize>
229              </font>
230             </property>
231             <property name="styleSheet">
232              <string notr="true">background-color: rgba(255, 255, 255, 0);
233color:white;</string>
234             </property>
235             <property name="text">
236              <string>音乐名</string>
237             </property>
238            </widget>
239           </item>
240          </layout>
241         </item>
242         <item>
243          <spacer name="verticalSpacer">
244           <property name="orientation">
245            <enum>Qt::Vertical</enum>
246           </property>
247           <property name="sizeHint" stdset="0">
248            <size>
249             <width>20</width>
250             <height>40</height>
251            </size>
252           </property>
253          </spacer>
254         </item>
255         <item>
256          <layout class="QHBoxLayout" name="horizontalLayout_3">
257           <property name="spacing">
258            <number>30</number>
259           </property>
260           <item>
261            <widget class="QLabel" name="artistIconLabelLabel">
262             <property name="minimumSize">
263              <size>
264               <width>50</width>
265               <height>50</height>
266              </size>
267             </property>
268             <property name="maximumSize">
269              <size>
270               <width>50</width>
271               <height>50</height>
272              </size>
273             </property>
274             <property name="styleSheet">
275              <string notr="true">border-image: url(:/images/playerIcons/man.png);
276background-color: rgba(255, 255, 255, 0);</string>
277             </property>
278             <property name="text">
279              <string/>
280             </property>
281            </widget>
282           </item>
283           <item>
284            <widget class="QLabel" name="artistTextLabel">
285             <property name="minimumSize">
286              <size>
287               <width>300</width>
288               <height>50</height>
289              </size>
290             </property>
291             <property name="maximumSize">
292              <size>
293               <width>300</width>
294               <height>50</height>
295              </size>
296             </property>
297             <property name="font">
298              <font>
299               <pointsize>16</pointsize>
300              </font>
301             </property>
302             <property name="styleSheet">
303              <string notr="true">background-color: rgba(255, 255, 255, 0);
304color:white;</string>
305             </property>
306             <property name="text">
307              <string>歌手</string>
308             </property>
309            </widget>
310           </item>
311          </layout>
312         </item>
313        </layout>
314       </item>
315      </layout>
316     </item>
317     <item>
318      <layout class="QGridLayout" name="gridLayout" rowstretch="0,0">
319       <item row="0" column="0">
320        <widget class="QLabel" name="curTimeLabel">
321         <property name="sizePolicy">
322          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
323           <horstretch>0</horstretch>
324           <verstretch>0</verstretch>
325          </sizepolicy>
326         </property>
327         <property name="minimumSize">
328          <size>
329           <width>90</width>
330           <height>30</height>
331          </size>
332         </property>
333         <property name="maximumSize">
334          <size>
335           <width>90</width>
336           <height>30</height>
337          </size>
338         </property>
339         <property name="font">
340          <font>
341           <pointsize>13</pointsize>
342          </font>
343         </property>
344         <property name="styleSheet">
345          <string notr="true">background-color: rgba(255, 255, 255, 0);
346color: white;
347</string>
348         </property>
349         <property name="text">
350          <string>00:00:00</string>
351         </property>
352         <property name="alignment">
353          <set>Qt::AlignCenter</set>
354         </property>
355        </widget>
356       </item>
357       <item row="0" column="1">
358        <spacer name="horizontalSpacer">
359         <property name="orientation">
360          <enum>Qt::Horizontal</enum>
361         </property>
362         <property name="sizeHint" stdset="0">
363          <size>
364           <width>308</width>
365           <height>20</height>
366          </size>
367         </property>
368        </spacer>
369       </item>
370       <item row="0" column="2">
371        <widget class="QLabel" name="totalTimeLabel">
372         <property name="minimumSize">
373          <size>
374           <width>90</width>
375           <height>30</height>
376          </size>
377         </property>
378         <property name="maximumSize">
379          <size>
380           <width>90</width>
381           <height>30</height>
382          </size>
383         </property>
384         <property name="font">
385          <font>
386           <pointsize>13</pointsize>
387          </font>
388         </property>
389         <property name="styleSheet">
390          <string notr="true">background-color: rgba(255, 255, 255, 0);
391color:white;</string>
392         </property>
393         <property name="text">
394          <string>00:00:00</string>
395         </property>
396         <property name="alignment">
397          <set>Qt::AlignCenter</set>
398         </property>
399        </widget>
400       </item>
401       <item row="1" column="0" colspan="3">
402        <widget class="QSlider" name="progressSlider">
403         <property name="styleSheet">
404          <string notr="true">QSlider{
405border-color: #bcbcbc;
406background-color:rgba(255,255,255,0);
407}
408QSlider::groove:horizontal {
409     border: 1px solid #999999;
410     height: 1px;
411    margin: 0px 0;
412     left: 5px; right: 5px;
413 }
414QSlider::handle:horizontal {
415     border: 0px ;
416     border-image: url(:/images/cameraIcons/silderController.png);
417     width: 15px;
418     margin: -7px -7px -7px -7px;
419}
420QSlider::add-page:horizontal{
421background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #bcbcbc, stop:0.25 #bcbcbc, stop:0.5 #bcbcbc, stop:1 #bcbcbc);
422
423}
424QSlider::sub-page:horizontal{
425 background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #439cf3, stop:0.25 #439cf3, stop:0.5 #439cf3, stop:1 #439cf3);
426}</string>
427         </property>
428         <property name="orientation">
429          <enum>Qt::Horizontal</enum>
430         </property>
431        </widget>
432       </item>
433      </layout>
434     </item>
435     <item>
436      <widget class="QWidget" name="widget_2" native="true">
437       <property name="minimumSize">
438        <size>
439         <width>0</width>
440         <height>75</height>
441        </size>
442       </property>
443       <property name="maximumSize">
444        <size>
445         <width>1024000</width>
446         <height>75</height>
447        </size>
448       </property>
449       <layout class="QHBoxLayout" name="horizontalLayout">
450        <property name="spacing">
451         <number>3</number>
452        </property>
453        <property name="leftMargin">
454         <number>0</number>
455        </property>
456        <property name="topMargin">
457         <number>0</number>
458        </property>
459        <property name="rightMargin">
460         <number>0</number>
461        </property>
462        <property name="bottomMargin">
463         <number>0</number>
464        </property>
465        <item>
466         <widget class="QPushButton" name="setttingButton">
467          <property name="minimumSize">
468           <size>
469            <width>100</width>
470            <height>75</height>
471           </size>
472          </property>
473          <property name="maximumSize">
474           <size>
475            <width>100</width>
476            <height>75</height>
477           </size>
478          </property>
479          <property name="focusPolicy">
480           <enum>Qt::NoFocus</enum>
481          </property>
482          <property name="styleSheet">
483           <string notr="true">QPushButton{
484background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
485border-radius:5px;
486border:0px soild red;
487}
488
489QPushButton:pressed{
490border-radius:5px;
491	border:3px solid red;
492	background-color: qradialgradient(spread:repeat, cx:0.5, cy:0.5, radius:0.077, fx:0.5, fy:0.5, stop:0 rgba(0, 169, 255, 147), stop:0.497326 rgba(0, 0, 0, 147), stop:1 rgba(0, 169, 255, 147));
493}
494
495QPushButton:released{
496	background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
497border-radius:5px;
498border:0px soild red;
499}</string>
500          </property>
501          <property name="text">
502           <string/>
503          </property>
504          <property name="icon">
505           <iconset>
506            <normalon>:/images/playerIcons/settings_new(1).png</normalon>
507           </iconset>
508          </property>
509          <property name="iconSize">
510           <size>
511            <width>50</width>
512            <height>50</height>
513           </size>
514          </property>
515         </widget>
516        </item>
517        <item>
518         <widget class="QPushButton" name="playOrderButton">
519          <property name="minimumSize">
520           <size>
521            <width>100</width>
522            <height>75</height>
523           </size>
524          </property>
525          <property name="maximumSize">
526           <size>
527            <width>100</width>
528            <height>75</height>
529           </size>
530          </property>
531          <property name="focusPolicy">
532           <enum>Qt::NoFocus</enum>
533          </property>
534          <property name="styleSheet">
535           <string notr="true">QPushButton{
536background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
537border-radius:5px;
538border:0px soild red;
539}
540
541QPushButton:pressed{
542border-radius:5px;
543	border:3px solid red;
544	background-color: qradialgradient(spread:repeat, cx:0.5, cy:0.5, radius:0.077, fx:0.5, fy:0.5, stop:0 rgba(0, 169, 255, 147), stop:0.497326 rgba(0, 0, 0, 147), stop:1 rgba(0, 169, 255, 147));
545}
546
547QPushButton:released{
548	background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
549border-radius:5px;
550border:0px soild red;
551}</string>
552          </property>
553          <property name="text">
554           <string/>
555          </property>
556          <property name="icon">
557           <iconset>
558            <normalon>:/images/playerIcons/randomPlay.png</normalon>
559           </iconset>
560          </property>
561          <property name="iconSize">
562           <size>
563            <width>60</width>
564            <height>60</height>
565           </size>
566          </property>
567         </widget>
568        </item>
569        <item>
570         <widget class="QPushButton" name="preMusicButton">
571          <property name="minimumSize">
572           <size>
573            <width>100</width>
574            <height>75</height>
575           </size>
576          </property>
577          <property name="maximumSize">
578           <size>
579            <width>100</width>
580            <height>75</height>
581           </size>
582          </property>
583          <property name="focusPolicy">
584           <enum>Qt::NoFocus</enum>
585          </property>
586          <property name="styleSheet">
587           <string notr="true">QPushButton{
588background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
589border-radius:5px;
590border:0px soild red;
591}
592
593QPushButton:pressed{
594border-radius:5px;
595	border:3px solid red;
596	background-color: qradialgradient(spread:repeat, cx:0.5, cy:0.5, radius:0.077, fx:0.5, fy:0.5, stop:0 rgba(0, 169, 255, 147), stop:0.497326 rgba(0, 0, 0, 147), stop:1 rgba(0, 169, 255, 147));
597}
598
599QPushButton:released{
600	background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
601border-radius:5px;
602border:0px soild red;
603}</string>
604          </property>
605          <property name="text">
606           <string/>
607          </property>
608          <property name="icon">
609           <iconset>
610            <normalon>:/images/playerIcons/preVideo.png</normalon>
611           </iconset>
612          </property>
613          <property name="iconSize">
614           <size>
615            <width>40</width>
616            <height>40</height>
617           </size>
618          </property>
619         </widget>
620        </item>
621        <item>
622         <widget class="QPushButton" name="playButton">
623          <property name="minimumSize">
624           <size>
625            <width>0</width>
626            <height>0</height>
627           </size>
628          </property>
629          <property name="maximumSize">
630           <size>
631            <width>100</width>
632            <height>75</height>
633           </size>
634          </property>
635          <property name="focusPolicy">
636           <enum>Qt::NoFocus</enum>
637          </property>
638          <property name="styleSheet">
639           <string notr="true">QPushButton{
640background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
641border-radius:5px;
642border:0px soild red;
643}
644
645QPushButton:pressed{
646border-radius:5px;
647	border:3px solid red;
648	background-color: qradialgradient(spread:repeat, cx:0.5, cy:0.5, radius:0.077, fx:0.5, fy:0.5, stop:0 rgba(0, 169, 255, 147), stop:0.497326 rgba(0, 0, 0, 147), stop:1 rgba(0, 169, 255, 147));
649}
650
651QPushButton:released{
652	background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
653border-radius:5px;
654border:0px soild red;
655}</string>
656          </property>
657          <property name="text">
658           <string/>
659          </property>
660          <property name="icon">
661           <iconset>
662            <normalon>:/images/playerIcons/Play.png</normalon>
663           </iconset>
664          </property>
665          <property name="iconSize">
666           <size>
667            <width>50</width>
668            <height>50</height>
669           </size>
670          </property>
671         </widget>
672        </item>
673        <item>
674         <widget class="QPushButton" name="nextMusicButton">
675          <property name="minimumSize">
676           <size>
677            <width>100</width>
678            <height>75</height>
679           </size>
680          </property>
681          <property name="maximumSize">
682           <size>
683            <width>100</width>
684            <height>75</height>
685           </size>
686          </property>
687          <property name="focusPolicy">
688           <enum>Qt::NoFocus</enum>
689          </property>
690          <property name="styleSheet">
691           <string notr="true">QPushButton{
692background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
693border-radius:5px;
694border:0px soild red;
695}
696
697QPushButton:pressed{
698border-radius:5px;
699	border:3px solid red;
700	background-color: qradialgradient(spread:repeat, cx:0.5, cy:0.5, radius:0.077, fx:0.5, fy:0.5, stop:0 rgba(0, 169, 255, 147), stop:0.497326 rgba(0, 0, 0, 147), stop:1 rgba(0, 169, 255, 147));
701}
702
703QPushButton:released{
704	background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
705border-radius:5px;
706border:0px soild red;
707}</string>
708          </property>
709          <property name="text">
710           <string/>
711          </property>
712          <property name="icon">
713           <iconset>
714            <normalon>:/images/playerIcons/nextVideo.png</normalon>
715           </iconset>
716          </property>
717          <property name="iconSize">
718           <size>
719            <width>40</width>
720            <height>40</height>
721           </size>
722          </property>
723         </widget>
724        </item>
725        <item>
726         <widget class="QPushButton" name="searchButton">
727          <property name="minimumSize">
728           <size>
729            <width>100</width>
730            <height>75</height>
731           </size>
732          </property>
733          <property name="maximumSize">
734           <size>
735            <width>100</width>
736            <height>75</height>
737           </size>
738          </property>
739          <property name="focusPolicy">
740           <enum>Qt::NoFocus</enum>
741          </property>
742          <property name="styleSheet">
743           <string notr="true">QPushButton{
744background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
745border-radius:5px;
746border:0px soild red;
747}
748
749QPushButton:pressed{
750border-radius:5px;
751	border:3px solid red;
752	background-color: qradialgradient(spread:repeat, cx:0.5, cy:0.5, radius:0.077, fx:0.5, fy:0.5, stop:0 rgba(0, 169, 255, 147), stop:0.497326 rgba(0, 0, 0, 147), stop:1 rgba(0, 169, 255, 147));
753}
754
755QPushButton:released{
756	background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
757border-radius:5px;
758border:0px soild red;
759}</string>
760          </property>
761          <property name="text">
762           <string/>
763          </property>
764          <property name="icon">
765           <iconset>
766            <normalon>:/images/playerIcons/Search.png</normalon>
767           </iconset>
768          </property>
769          <property name="iconSize">
770           <size>
771            <width>50</width>
772            <height>50</height>
773           </size>
774          </property>
775         </widget>
776        </item>
777        <item>
778         <widget class="QPushButton" name="playListButton">
779          <property name="minimumSize">
780           <size>
781            <width>100</width>
782            <height>75</height>
783           </size>
784          </property>
785          <property name="maximumSize">
786           <size>
787            <width>100</width>
788            <height>75</height>
789           </size>
790          </property>
791          <property name="focusPolicy">
792           <enum>Qt::NoFocus</enum>
793          </property>
794          <property name="styleSheet">
795           <string notr="true">QPushButton{
796background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
797border-radius:5px;
798border:0px soild red;
799}
800
801QPushButton:pressed{
802border-radius:5px;
803	border:3px solid red;
804	background-color: qradialgradient(spread:repeat, cx:0.5, cy:0.5, radius:0.077, fx:0.5, fy:0.5, stop:0 rgba(0, 169, 255, 147), stop:0.497326 rgba(0, 0, 0, 147), stop:1 rgba(0, 169, 255, 147));
805}
806
807QPushButton:released{
808	background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(40, 15, 166), stop:1 rgb(14, 47, 136));
809border-radius:5px;
810border:0px soild red;
811}</string>
812          </property>
813          <property name="text">
814           <string/>
815          </property>
816          <property name="icon">
817           <iconset>
818            <normalon>:/images/playerIcons/list.png</normalon>
819           </iconset>
820          </property>
821          <property name="iconSize">
822           <size>
823            <width>80</width>
824            <height>80</height>
825           </size>
826          </property>
827         </widget>
828        </item>
829       </layout>
830      </widget>
831     </item>
832    </layout>
833   </item>
834  </layout>
835 </widget>
836 <resources/>
837 <connections/>
838</ui>
839