Add icon's to songs in playlist
[groove] / pwin.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>pWin</class>
4  <widget class="QWidget" name="pWin">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>634</width>
10     <height>349</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</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="QLabel" name="label">
25      <property name="text">
26       <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;
27 &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;
28 p, li { white-space: pre-wrap; }
29 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
30 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Playlist&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
31      </property>
32     </widget>
33    </item>
34    <item>
35     <layout class="QHBoxLayout" name="horizontalLayout_2">
36      <property name="spacing">
37       <number>0</number>
38      </property>
39      <property name="topMargin">
40       <number>0</number>
41      </property>
42      <item>
43       <widget class="QTableView" name="tabv">
44        <property name="selectionMode">
45         <enum>QAbstractItemView::SingleSelection</enum>
46        </property>
47        <property name="selectionBehavior">
48         <enum>QAbstractItemView::SelectRows</enum>
49        </property>
50        <property name="horizontalScrollMode">
51         <enum>QAbstractItemView::ScrollPerPixel</enum>
52        </property>
53        <attribute name="horizontalHeaderVisible">
54         <bool>false</bool>
55        </attribute>
56        <attribute name="verticalHeaderVisible">
57         <bool>false</bool>
58        </attribute>
59       </widget>
60      </item>
61      <item>
62       <layout class="QVBoxLayout" name="verticalLayout_2">
63        <item>
64         <widget class="QPushButton" name="upbutton">
65          <property name="text">
66           <string/>
67          </property>
68          <property name="icon">
69           <iconset resource="res.qrc">
70            <normaloff>:/groove/icons/general_up.png</normaloff>:/groove/icons/general_up.png</iconset>
71          </property>
72          <property name="flat">
73           <bool>true</bool>
74          </property>
75         </widget>
76        </item>
77        <item>
78         <widget class="QPushButton" name="downbutton">
79          <property name="text">
80           <string/>
81          </property>
82          <property name="icon">
83           <iconset resource="res.qrc">
84            <normaloff>:/groove/icons/general_down.png</normaloff>:/groove/icons/general_down.png</iconset>
85          </property>
86          <property name="flat">
87           <bool>true</bool>
88          </property>
89         </widget>
90        </item>
91        <item>
92         <spacer name="verticalSpacer">
93          <property name="orientation">
94           <enum>Qt::Vertical</enum>
95          </property>
96          <property name="sizeHint" stdset="0">
97           <size>
98            <width>20</width>
99            <height>40</height>
100           </size>
101          </property>
102         </spacer>
103        </item>
104       </layout>
105      </item>
106     </layout>
107    </item>
108   </layout>
109  </widget>
110  <resources>
111   <include location="res.qrc"/>
112  </resources>
113  <connections/>
114 </ui>