f26d3bc4f9b382f4fd3ccc4c43dadae41c22db43
[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>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <property name="spacing">
20       <number>0</number>
21      </property>
22      <item>
23       <widget class="QPushButton" name="libraryButton">
24        <property name="minimumSize">
25         <size>
26          <width>0</width>
27          <height>70</height>
28         </size>
29        </property>
30        <property name="maximumSize">
31         <size>
32          <width>16777215</width>
33          <height>70</height>
34         </size>
35        </property>
36        <property name="text">
37         <string>Library</string>
38        </property>
39        <property name="flat">
40         <bool>true</bool>
41        </property>
42       </widget>
43      </item>
44      <item>
45       <spacer name="horizontalSpacer">
46        <property name="orientation">
47         <enum>Qt::Horizontal</enum>
48        </property>
49        <property name="sizeHint" stdset="0">
50         <size>
51          <width>40</width>
52          <height>20</height>
53         </size>
54        </property>
55       </spacer>
56      </item>
57      <item>
58       <widget class="QPushButton" name="viewButton">
59        <property name="sizePolicy">
60         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
61          <horstretch>0</horstretch>
62          <verstretch>0</verstretch>
63         </sizepolicy>
64        </property>
65        <property name="minimumSize">
66         <size>
67          <width>70</width>
68          <height>70</height>
69         </size>
70        </property>
71        <property name="maximumSize">
72         <size>
73          <width>70</width>
74          <height>70</height>
75         </size>
76        </property>
77        <property name="text">
78         <string>^</string>
79        </property>
80        <property name="checkable">
81         <bool>true</bool>
82        </property>
83        <property name="flat">
84         <bool>true</bool>
85        </property>
86       </widget>
87      </item>
88      <item>
89       <spacer name="horizontalSpacer_3">
90        <property name="orientation">
91         <enum>Qt::Horizontal</enum>
92        </property>
93        <property name="sizeHint" stdset="0">
94         <size>
95          <width>40</width>
96          <height>20</height>
97         </size>
98        </property>
99       </spacer>
100      </item>
101      <item>
102       <widget class="QPushButton" name="randomButton">
103        <property name="sizePolicy">
104         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
105          <horstretch>0</horstretch>
106          <verstretch>0</verstretch>
107         </sizepolicy>
108        </property>
109        <property name="minimumSize">
110         <size>
111          <width>70</width>
112          <height>70</height>
113         </size>
114        </property>
115        <property name="maximumSize">
116         <size>
117          <width>70</width>
118          <height>70</height>
119         </size>
120        </property>
121        <property name="text">
122         <string>S</string>
123        </property>
124        <property name="checkable">
125         <bool>true</bool>
126        </property>
127        <property name="flat">
128         <bool>true</bool>
129        </property>
130       </widget>
131      </item>
132      <item>
133       <widget class="QPushButton" name="repeatButton">
134        <property name="sizePolicy">
135         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
136          <horstretch>0</horstretch>
137          <verstretch>0</verstretch>
138         </sizepolicy>
139        </property>
140        <property name="minimumSize">
141         <size>
142          <width>70</width>
143          <height>70</height>
144         </size>
145        </property>
146        <property name="maximumSize">
147         <size>
148          <width>70</width>
149          <height>70</height>
150         </size>
151        </property>
152        <property name="text">
153         <string>R</string>
154        </property>
155        <property name="checkable">
156         <bool>true</bool>
157        </property>
158        <property name="flat">
159         <bool>true</bool>
160        </property>
161       </widget>
162      </item>
163      <item>
164       <spacer name="horizontalSpacer_4">
165        <property name="orientation">
166         <enum>Qt::Horizontal</enum>
167        </property>
168        <property name="sizeHint" stdset="0">
169         <size>
170          <width>40</width>
171          <height>20</height>
172         </size>
173        </property>
174       </spacer>
175      </item>
176      <item>
177       <widget class="QPushButton" name="prevButton">
178        <property name="sizePolicy">
179         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
180          <horstretch>0</horstretch>
181          <verstretch>0</verstretch>
182         </sizepolicy>
183        </property>
184        <property name="minimumSize">
185         <size>
186          <width>70</width>
187          <height>70</height>
188         </size>
189        </property>
190        <property name="maximumSize">
191         <size>
192          <width>70</width>
193          <height>70</height>
194         </size>
195        </property>
196        <property name="text">
197         <string>&lt;|</string>
198        </property>
199        <property name="flat">
200         <bool>true</bool>
201        </property>
202       </widget>
203      </item>
204      <item>
205       <widget class="QPushButton" name="playpauseButton">
206        <property name="sizePolicy">
207         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
208          <horstretch>0</horstretch>
209          <verstretch>0</verstretch>
210         </sizepolicy>
211        </property>
212        <property name="minimumSize">
213         <size>
214          <width>70</width>
215          <height>70</height>
216         </size>
217        </property>
218        <property name="maximumSize">
219         <size>
220          <width>70</width>
221          <height>70</height>
222         </size>
223        </property>
224        <property name="text">
225         <string>&gt;||</string>
226        </property>
227        <property name="flat">
228         <bool>true</bool>
229        </property>
230       </widget>
231      </item>
232      <item>
233       <widget class="QPushButton" name="stopButton">
234        <property name="sizePolicy">
235         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
236          <horstretch>0</horstretch>
237          <verstretch>0</verstretch>
238         </sizepolicy>
239        </property>
240        <property name="minimumSize">
241         <size>
242          <width>70</width>
243          <height>70</height>
244         </size>
245        </property>
246        <property name="maximumSize">
247         <size>
248          <width>70</width>
249          <height>70</height>
250         </size>
251        </property>
252        <property name="text">
253         <string>[]</string>
254        </property>
255        <property name="flat">
256         <bool>true</bool>
257        </property>
258       </widget>
259      </item>
260      <item>
261       <widget class="QPushButton" name="nextButton">
262        <property name="sizePolicy">
263         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
264          <horstretch>0</horstretch>
265          <verstretch>0</verstretch>
266         </sizepolicy>
267        </property>
268        <property name="minimumSize">
269         <size>
270          <width>70</width>
271          <height>70</height>
272         </size>
273        </property>
274        <property name="maximumSize">
275         <size>
276          <width>70</width>
277          <height>70</height>
278         </size>
279        </property>
280        <property name="text">
281         <string>|&gt;</string>
282        </property>
283        <property name="flat">
284         <bool>true</bool>
285        </property>
286       </widget>
287      </item>
288     </layout>
289    </item>
290    <item>
291     <widget class="QStackedWidget" name="stackedWidget">
292      <property name="currentIndex">
293       <number>1</number>
294      </property>
295      <widget class="QWidget" name="page">
296       <layout class="QVBoxLayout" name="verticalLayout_4">
297        <property name="spacing">
298         <number>0</number>
299        </property>
300        <property name="margin">
301         <number>0</number>
302        </property>
303        <item>
304         <widget class="QListView" name="playlistView">
305          <property name="contextMenuPolicy">
306           <enum>Qt::CustomContextMenu</enum>
307          </property>
308          <property name="editTriggers">
309           <set>QAbstractItemView::NoEditTriggers</set>
310          </property>
311          <property name="textElideMode">
312           <enum>Qt::ElideLeft</enum>
313          </property>
314          <property name="uniformItemSizes">
315           <bool>true</bool>
316          </property>
317          <property name="wordWrap">
318           <bool>true</bool>
319          </property>
320         </widget>
321        </item>
322       </layout>
323      </widget>
324      <widget class="QWidget" name="page_2">
325       <layout class="QGridLayout" name="gridLayout">
326        <item row="0" column="0">
327         <widget class="QWidget" name="widget" native="true">
328          <layout class="QVBoxLayout" name="verticalLayout_2">
329           <item>
330            <layout class="QHBoxLayout" name="horizontalLayout_5">
331             <item>
332              <spacer name="horizontalSpacer_2">
333               <property name="orientation">
334                <enum>Qt::Horizontal</enum>
335               </property>
336               <property name="sizeHint" stdset="0">
337                <size>
338                 <width>40</width>
339                 <height>20</height>
340                </size>
341               </property>
342              </spacer>
343             </item>
344             <item>
345              <widget class="QLabel" name="countLabel">
346               <property name="text">
347                <string>0/0</string>
348               </property>
349               <property name="alignment">
350                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
351               </property>
352              </widget>
353             </item>
354            </layout>
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            <layout class="QHBoxLayout" name="progressLayout">
368             <item>
369              <widget class="QLabel" name="doneTimeLabel">
370               <property name="text">
371                <string>00:00</string>
372               </property>
373              </widget>
374             </item>
375             <item>
376              <widget class="QLabel" name="allTimeLabel">
377               <property name="text">
378                <string>00:00</string>
379               </property>
380              </widget>
381             </item>
382            </layout>
383           </item>
384           <item>
385            <widget class="QLabel" name="artistAlbumLabel">
386             <property name="text">
387              <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
388 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
389 p, li { white-space: pre-wrap; }
390 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Droid Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
391 &lt;p style=&quot; margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:large; font-weight:600;&quot;&gt;Artist&lt;/span&gt;&lt;/p&gt;
392 &lt;p style=&quot; margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:large;&quot;&gt;album&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
393             </property>
394             <property name="alignment">
395              <set>Qt::AlignCenter</set>
396             </property>
397            </widget>
398           </item>
399          </layout>
400         </widget>
401        </item>
402       </layout>
403       <zorder></zorder>
404       <zorder>widget</zorder>
405      </widget>
406     </widget>
407    </item>
408   </layout>
409  </widget>
410  <resources/>
411  <connections/>
412 </ui>