performance updates for 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="editTriggers">
45         <set>QAbstractItemView::NoEditTriggers</set>
46        </property>
47        <property name="selectionMode">
48         <enum>QAbstractItemView::SingleSelection</enum>
49        </property>
50        <property name="selectionBehavior">
51         <enum>QAbstractItemView::SelectRows</enum>
52        </property>
53        <property name="horizontalScrollMode">
54         <enum>QAbstractItemView::ScrollPerPixel</enum>
55        </property>
56        <attribute name="horizontalHeaderVisible">
57         <bool>false</bool>
58        </attribute>
59        <attribute name="verticalHeaderVisible">
60         <bool>false</bool>
61        </attribute>
62       </widget>
63      </item>
64      <item>
65       <layout class="QVBoxLayout" name="verticalLayout_2">
66        <item>
67         <widget class="QPushButton" name="upbutton">
68          <property name="text">
69           <string/>
70          </property>
71          <property name="icon">
72           <iconset resource="res.qrc">
73            <normaloff>:/groove/icons/general_up.png</normaloff>:/groove/icons/general_up.png</iconset>
74          </property>
75          <property name="flat">
76           <bool>true</bool>
77          </property>
78         </widget>
79        </item>
80        <item>
81         <widget class="QPushButton" name="downbutton">
82          <property name="text">
83           <string/>
84          </property>
85          <property name="icon">
86           <iconset resource="res.qrc">
87            <normaloff>:/groove/icons/general_down.png</normaloff>:/groove/icons/general_down.png</iconset>
88          </property>
89          <property name="flat">
90           <bool>true</bool>
91          </property>
92         </widget>
93        </item>
94        <item>
95         <spacer name="verticalSpacer">
96          <property name="orientation">
97           <enum>Qt::Vertical</enum>
98          </property>
99          <property name="sizeHint" stdset="0">
100           <size>
101            <width>20</width>
102            <height>40</height>
103           </size>
104          </property>
105         </spacer>
106        </item>
107       </layout>
108      </item>
109     </layout>
110    </item>
111   </layout>
112  </widget>
113  <resources>
114   <include location="res.qrc"/>
115  </resources>
116  <connections/>
117 </ui>