Warning, /multimedia/amarok/src/playlist/PlaylistQueueEditor.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>PlaylistQueueEditor</class>
0004  <widget class="QWidget" name="PlaylistQueueEditor">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>442</width>
0010     <height>288</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Queue Editor</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout_2">
0019      <item>
0020       <widget class="QListWidget" name="listWidget"/>
0021      </item>
0022      <item>
0023       <layout class="QHBoxLayout" name="horizontalLayout">
0024        <item>
0025         <layout class="QVBoxLayout" name="verticalLayout">
0026          <item>
0027           <widget class="QPushButton" name="upButton">
0028            <property name="enabled">
0029             <bool>true</bool>
0030            </property>
0031            <property name="toolTip">
0032             <string>Move Up</string>
0033            </property>
0034            <property name="iconSize">
0035             <size>
0036              <width>16</width>
0037              <height>16</height>
0038             </size>
0039            </property>
0040           </widget>
0041          </item>
0042          <item>
0043           <widget class="QPushButton" name="downButton">
0044            <property name="enabled">
0045             <bool>true</bool>
0046            </property>
0047            <property name="toolTip">
0048             <string>Move Down</string>
0049            </property>
0050            <property name="iconSize">
0051             <size>
0052              <width>16</width>
0053              <height>16</height>
0054             </size>
0055            </property>
0056           </widget>
0057          </item>
0058          <item>
0059           <widget class="QPushButton" name="dequeueTrackButton">
0060            <property name="toolTip">
0061             <string>Dequeue Track</string>
0062            </property>
0063            <property name="text">
0064             <string/>
0065            </property>
0066           </widget>
0067          </item>
0068          <item>
0069           <widget class="QPushButton" name="clearButton">
0070            <property name="enabled">
0071             <bool>true</bool>
0072            </property>
0073            <property name="toolTip">
0074             <string>Clear Queue</string>
0075            </property>
0076            <property name="iconSize">
0077             <size>
0078              <width>16</width>
0079              <height>16</height>
0080             </size>
0081            </property>
0082           </widget>
0083          </item>
0084          <item>
0085           <spacer name="verticalSpacer">
0086            <property name="orientation">
0087             <enum>Qt::Vertical</enum>
0088            </property>
0089            <property name="sizeHint" stdset="0">
0090             <size>
0091              <width>20</width>
0092              <height>40</height>
0093             </size>
0094            </property>
0095           </spacer>
0096          </item>
0097         </layout>
0098        </item>
0099       </layout>
0100      </item>
0101     </layout>
0102    </item>
0103    <item>
0104     <widget class="QDialogButtonBox" name="buttonBox">
0105      <property name="orientation">
0106       <enum>Qt::Horizontal</enum>
0107      </property>
0108      <property name="standardButtons">
0109       <set>QDialogButtonBox::Close</set>
0110      </property>
0111     </widget>
0112    </item>
0113   </layout>
0114  </widget>
0115  <resources/>
0116  <connections/>
0117 </ui>