xref: /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/mediahome.ui (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MediaHome</class>
4 <widget class="QWidget" name="MediaHome">
5  <property name="enabled">
6   <bool>true</bool>
7  </property>
8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>824</width>
13    <height>553</height>
14   </rect>
15  </property>
16  <property name="minimumSize">
17   <size>
18    <width>0</width>
19    <height>0</height>
20   </size>
21  </property>
22  <property name="maximumSize">
23   <size>
24    <width>16777215</width>
25    <height>16777215</height>
26   </size>
27  </property>
28  <property name="windowTitle">
29   <string>Form</string>
30  </property>
31  <property name="styleSheet">
32   <string notr="true">/*background-color: rgb(87, 65, 115);*/</string>
33  </property>
34  <layout class="QGridLayout" name="gridLayout_3">
35   <property name="leftMargin">
36    <number>0</number>
37   </property>
38   <property name="topMargin">
39    <number>0</number>
40   </property>
41   <property name="rightMargin">
42    <number>0</number>
43   </property>
44   <property name="bottomMargin">
45    <number>0</number>
46   </property>
47   <property name="spacing">
48    <number>0</number>
49   </property>
50   <item row="0" column="0">
51    <layout class="QVBoxLayout" name="verticalLayout_2">
52     <property name="spacing">
53      <number>0</number>
54     </property>
55     <item>
56      <widget class="QWidget" name="widget_2" native="true">
57       <layout class="QGridLayout" name="gridLayout">
58        <property name="leftMargin">
59         <number>0</number>
60        </property>
61        <property name="topMargin">
62         <number>0</number>
63        </property>
64        <property name="rightMargin">
65         <number>0</number>
66        </property>
67        <property name="bottomMargin">
68         <number>0</number>
69        </property>
70        <property name="spacing">
71         <number>0</number>
72        </property>
73        <item row="0" column="0">
74         <layout class="QHBoxLayout" name="horizontalLayout_2">
75          <property name="spacing">
76           <number>0</number>
77          </property>
78          <item>
79           <spacer name="horizontalSpacer_2">
80            <property name="orientation">
81             <enum>Qt::Horizontal</enum>
82            </property>
83            <property name="sizeHint" stdset="0">
84             <size>
85              <width>40</width>
86              <height>20</height>
87             </size>
88            </property>
89           </spacer>
90          </item>
91          <item>
92           <widget class="QPushButton" name="video_btn">
93            <property name="minimumSize">
94             <size>
95              <width>100</width>
96              <height>10</height>
97             </size>
98            </property>
99            <property name="maximumSize">
100             <size>
101              <width>100</width>
102              <height>100</height>
103             </size>
104            </property>
105            <property name="styleSheet">
106             <string notr="true">QPushButton{
107background-color: rgba(255, 255, 255, 0);
108border-image: url(:/images/playerIcons/icon_video.png);
109}
110
111/*
112QPushButton:pressed{
113	border-image: url(:/images/playerIcons/video_u.gif);
114}
115QPushButton:hover{
116
117
118}
119QPushButton:released{
120	border-image: url(:/images/playerIcons/video_d.gif);
121}
122*/</string>
123            </property>
124            <property name="text">
125             <string/>
126            </property>
127           </widget>
128          </item>
129          <item>
130           <spacer name="horizontalSpacer">
131            <property name="orientation">
132             <enum>Qt::Horizontal</enum>
133            </property>
134            <property name="sizeHint" stdset="0">
135             <size>
136              <width>40</width>
137              <height>20</height>
138             </size>
139            </property>
140           </spacer>
141          </item>
142          <item>
143           <widget class="QPushButton" name="music_btn">
144            <property name="minimumSize">
145             <size>
146              <width>100</width>
147              <height>100</height>
148             </size>
149            </property>
150            <property name="maximumSize">
151             <size>
152              <width>100</width>
153              <height>100</height>
154             </size>
155            </property>
156            <property name="styleSheet">
157             <string notr="true">QPushButton{
158background-color: rgba(255, 255, 255, 0);
159border-image: url(:/images/playerIcons/yinleyule.png);
160}
161/*
162QPushButton:pressed{
163	border-image: url(:/images/playerIcons/music_u.gif);
164}
165QPushButton:hover{
166
167}
168QPushButton:released{
169	border-image: url(:/images/playerIcons/music_d.gif);
170}*/</string>
171            </property>
172            <property name="text">
173             <string/>
174            </property>
175           </widget>
176          </item>
177          <item>
178           <spacer name="horizontalSpacer_3">
179            <property name="orientation">
180             <enum>Qt::Horizontal</enum>
181            </property>
182            <property name="sizeHint" stdset="0">
183             <size>
184              <width>40</width>
185              <height>20</height>
186             </size>
187            </property>
188           </spacer>
189          </item>
190         </layout>
191        </item>
192       </layout>
193      </widget>
194     </item>
195    </layout>
196   </item>
197  </layout>
198 </widget>
199 <resources/>
200 <connections/>
201</ui>
202