Warning, /multimedia/amarok/src/playlist/layouts/PlaylistLayoutEditDialog.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>PlaylistLayoutEditDialog</class>
0004  <widget class="QDialog" name="PlaylistLayoutEditDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>585</width>
0010     <height>423</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Playlist Layout Editor</string>
0021   </property>
0022   <layout class="QHBoxLayout" name="horizontalLayout_3">
0023    <item>
0024     <widget class="QSplitter" name="splitter">
0025      <property name="sizePolicy">
0026       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0027        <horstretch>0</horstretch>
0028        <verstretch>0</verstretch>
0029       </sizepolicy>
0030      </property>
0031      <property name="orientation">
0032       <enum>Qt::Horizontal</enum>
0033      </property>
0034      <property name="childrenCollapsible">
0035       <bool>true</bool>
0036      </property>
0037      <widget class="QGroupBox" name="groupBox">
0038       <property name="sizePolicy">
0039        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0040         <horstretch>1</horstretch>
0041         <verstretch>0</verstretch>
0042        </sizepolicy>
0043       </property>
0044       <property name="minimumSize">
0045        <size>
0046         <width>200</width>
0047         <height>0</height>
0048        </size>
0049       </property>
0050       <property name="maximumSize">
0051        <size>
0052         <width>16777215</width>
0053         <height>16777215</height>
0054        </size>
0055       </property>
0056       <property name="title">
0057        <string>Available Layouts</string>
0058       </property>
0059       <layout class="QVBoxLayout" name="verticalLayout_3">
0060        <item>
0061         <layout class="QHBoxLayout" name="listHLayout">
0062          <property name="sizeConstraint">
0063           <enum>QLayout::SetDefaultConstraint</enum>
0064          </property>
0065          <item>
0066           <widget class="QListWidget" name="layoutListWidget">
0067            <property name="sizePolicy">
0068             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
0069              <horstretch>0</horstretch>
0070              <verstretch>0</verstretch>
0071             </sizepolicy>
0072            </property>
0073            <property name="minimumSize">
0074             <size>
0075              <width>0</width>
0076              <height>0</height>
0077             </size>
0078            </property>
0079           </widget>
0080          </item>
0081          <item>
0082           <layout class="QVBoxLayout" name="verticalLayout_2">
0083            <property name="sizeConstraint">
0084             <enum>QLayout::SetDefaultConstraint</enum>
0085            </property>
0086            <item>
0087             <spacer name="verticalSpacer">
0088              <property name="orientation">
0089               <enum>Qt::Vertical</enum>
0090              </property>
0091              <property name="sizeHint" stdset="0">
0092               <size>
0093                <width>12</width>
0094                <height>40</height>
0095               </size>
0096              </property>
0097             </spacer>
0098            </item>
0099            <item>
0100             <widget class="QToolButton" name="moveUpButton">
0101              <property name="sizePolicy">
0102               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0103                <horstretch>0</horstretch>
0104                <verstretch>0</verstretch>
0105               </sizepolicy>
0106              </property>
0107              <property name="arrowType">
0108               <enum>Qt::UpArrow</enum>
0109              </property>
0110             </widget>
0111            </item>
0112            <item>
0113             <widget class="QToolButton" name="moveDownButton">
0114              <property name="sizePolicy">
0115               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0116                <horstretch>0</horstretch>
0117                <verstretch>0</verstretch>
0118               </sizepolicy>
0119              </property>
0120              <property name="arrowType">
0121               <enum>Qt::DownArrow</enum>
0122              </property>
0123             </widget>
0124            </item>
0125            <item>
0126             <spacer name="verticalSpacer_2">
0127              <property name="orientation">
0128               <enum>Qt::Vertical</enum>
0129              </property>
0130              <property name="sizeHint" stdset="0">
0131               <size>
0132                <width>12</width>
0133                <height>40</height>
0134               </size>
0135              </property>
0136             </spacer>
0137            </item>
0138           </layout>
0139          </item>
0140         </layout>
0141        </item>
0142        <item>
0143         <layout class="QGridLayout" name="gridLayout_2">
0144          <property name="sizeConstraint">
0145           <enum>QLayout::SetDefaultConstraint</enum>
0146          </property>
0147          <item row="0" column="1">
0148           <widget class="QPushButton" name="newLayoutButton">
0149            <property name="sizePolicy">
0150             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0151              <horstretch>0</horstretch>
0152              <verstretch>0</verstretch>
0153             </sizepolicy>
0154            </property>
0155           </widget>
0156          </item>
0157          <item row="0" column="3">
0158           <widget class="QPushButton" name="deleteLayoutButton">
0159            <property name="sizePolicy">
0160             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0161              <horstretch>0</horstretch>
0162              <verstretch>0</verstretch>
0163             </sizepolicy>
0164            </property>
0165           </widget>
0166          </item>
0167          <item row="1" column="3">
0168           <widget class="QPushButton" name="renameLayoutButton">
0169            <property name="sizePolicy">
0170             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0171              <horstretch>0</horstretch>
0172              <verstretch>0</verstretch>
0173             </sizepolicy>
0174            </property>
0175           </widget>
0176          </item>
0177          <item row="1" column="1">
0178           <widget class="QPushButton" name="copyLayoutButton">
0179            <property name="sizePolicy">
0180             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0181              <horstretch>0</horstretch>
0182              <verstretch>0</verstretch>
0183             </sizepolicy>
0184            </property>
0185           </widget>
0186          </item>
0187         </layout>
0188        </item>
0189       </layout>
0190      </widget>
0191      <widget class="QFrame" name="rightHandFrame">
0192       <property name="sizePolicy">
0193        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0194         <horstretch>10</horstretch>
0195         <verstretch>0</verstretch>
0196        </sizepolicy>
0197       </property>
0198       <layout class="QVBoxLayout" name="verticalLayout">
0199        <item>
0200         <widget class="TokenPool" name="tokenPool">
0201          <property name="sizePolicy">
0202           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0203            <horstretch>0</horstretch>
0204            <verstretch>0</verstretch>
0205           </sizepolicy>
0206          </property>
0207          <property name="minimumSize">
0208           <size>
0209            <width>0</width>
0210            <height>100</height>
0211           </size>
0212          </property>
0213          <property name="tabKeyNavigation">
0214           <bool>true</bool>
0215          </property>
0216          <property name="mimeType" stdset="0">
0217           <string/>
0218          </property>
0219         </widget>
0220        </item>
0221        <item>
0222         <widget class="QTabWidget" name="elementTabs">
0223          <property name="sizePolicy">
0224           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0225            <horstretch>0</horstretch>
0226            <verstretch>0</verstretch>
0227           </sizepolicy>
0228          </property>
0229          <property name="minimumSize">
0230           <size>
0231            <width>0</width>
0232            <height>140</height>
0233           </size>
0234          </property>
0235          <property name="currentIndex">
0236           <number>-1</number>
0237          </property>
0238         </widget>
0239        </item>
0240        <item>
0241         <widget class="QGroupBox" name="groupBox_2">
0242          <property name="sizePolicy">
0243           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0244            <horstretch>0</horstretch>
0245            <verstretch>0</verstretch>
0246           </sizepolicy>
0247          </property>
0248          <property name="title">
0249           <string>Layout</string>
0250          </property>
0251          <layout class="QGridLayout" name="gridLayout">
0252           <item row="0" column="0">
0253            <widget class="QCheckBox" name="inlineControlsChekbox">
0254             <property name="text">
0255              <string>Show inline playback controls</string>
0256             </property>
0257            </widget>
0258           </item>
0259           <item row="2" column="0">
0260            <layout class="QHBoxLayout" name="horizontalLayout">
0261             <property name="bottomMargin">
0262              <number>0</number>
0263             </property>
0264             <item>
0265              <widget class="QLabel" name="label">
0266               <property name="text">
0267                <string>Group By</string>
0268               </property>
0269              </widget>
0270             </item>
0271             <item>
0272              <widget class="QComboBox" name="groupByComboBox"/>
0273             </item>
0274            </layout>
0275           </item>
0276           <item row="1" column="0">
0277            <widget class="QCheckBox" name="tooltipsCheckbox">
0278             <property name="text">
0279              <string>Show tooltips</string>
0280             </property>
0281            </widget>
0282           </item>
0283          </layout>
0284         </widget>
0285        </item>
0286        <item>
0287         <layout class="QHBoxLayout" name="horizontalLayout_2">
0288          <item>
0289           <widget class="QPushButton" name="previewButton">
0290            <property name="text">
0291             <string>Preview</string>
0292            </property>
0293           </widget>
0294          </item>
0295          <item>
0296           <spacer name="horizontalSpacer">
0297            <property name="orientation">
0298             <enum>Qt::Horizontal</enum>
0299            </property>
0300            <property name="sizeHint" stdset="0">
0301             <size>
0302              <width>13</width>
0303              <height>19</height>
0304             </size>
0305            </property>
0306           </spacer>
0307          </item>
0308          <item>
0309           <widget class="QDialogButtonBox" name="buttonBox">
0310            <property name="orientation">
0311             <enum>Qt::Horizontal</enum>
0312            </property>
0313            <property name="standardButtons">
0314             <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0315            </property>
0316           </widget>
0317          </item>
0318         </layout>
0319        </item>
0320       </layout>
0321      </widget>
0322     </widget>
0323    </item>
0324   </layout>
0325  </widget>
0326  <customwidgets>
0327   <customwidget>
0328    <class>QPushButton</class>
0329    <extends>QPushButton</extends>
0330    <header>qpushbutton.h</header>
0331   </customwidget>
0332   <customwidget>
0333    <class>TokenPool</class>
0334    <extends>QListWidget</extends>
0335    <header location="global">widgets/TokenPool.h</header>
0336   </customwidget>
0337  </customwidgets>
0338  <resources/>
0339  <connections>
0340   <connection>
0341    <sender>buttonBox</sender>
0342    <signal>accepted()</signal>
0343    <receiver>PlaylistLayoutEditDialog</receiver>
0344    <slot>accept()</slot>
0345    <hints>
0346     <hint type="sourcelabel">
0347      <x>646</x>
0348      <y>369</y>
0349     </hint>
0350     <hint type="destinationlabel">
0351      <x>391</x>
0352      <y>195</y>
0353     </hint>
0354    </hints>
0355   </connection>
0356   <connection>
0357    <sender>buttonBox</sender>
0358    <signal>rejected()</signal>
0359    <receiver>PlaylistLayoutEditDialog</receiver>
0360    <slot>reject()</slot>
0361    <hints>
0362     <hint type="sourcelabel">
0363      <x>646</x>
0364      <y>369</y>
0365     </hint>
0366     <hint type="destinationlabel">
0367      <x>391</x>
0368      <y>195</y>
0369     </hint>
0370    </hints>
0371   </connection>
0372  </connections>
0373 </ui>