Warning, /multimedia/amarok/src/playlistgenerator/constraints/PlaylistLengthEditWidget.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  <author>Soren Harward &lt;stharward@gmail.com&gt;</author>
0004  <class>PlaylistLengthEditWidget</class>
0005  <widget class="QWidget" name="PlaylistLengthEditWidget">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>236</width>
0011     <height>113</height>
0012    </rect>
0013   </property>
0014   <property name="whatsThis">
0015    <string>An editor for a Playlist Length constraint.  The user can specify the target number of tracks and whether the playlist contain fewer than, equal to, or more than that number of tracks; and the strictness with which the APG should match the target number of tracks.</string>
0016   </property>
0017   <layout class="QVBoxLayout" name="verticalLayout">
0018    <item>
0019     <widget class="QGroupBox" name="groupBox">
0020      <property name="title">
0021       <string>Playlist Length Constraint Settings</string>
0022      </property>
0023      <layout class="QGridLayout" name="gridLayout_2">
0024       <item row="0" column="0">
0025        <layout class="QGridLayout" name="gridLayout">
0026         <item row="0" column="0">
0027          <widget class="QComboBox" name="comboBox_Comparison">
0028           <property name="toolTip">
0029            <string/>
0030           </property>
0031           <property name="whatsThis">
0032            <string>Whether the number of tracks in the generated playlist should be less than, equal to, or more than the specified value.</string>
0033           </property>
0034           <property name="currentIndex">
0035            <number>0</number>
0036           </property>
0037           <item>
0038            <property name="text">
0039             <string>fewer than</string>
0040            </property>
0041           </item>
0042           <item>
0043            <property name="text">
0044             <string>equal to</string>
0045            </property>
0046           </item>
0047           <item>
0048            <property name="text">
0049             <string>more than</string>
0050            </property>
0051           </item>
0052          </widget>
0053         </item>
0054         <item row="0" column="1">
0055          <layout class="QHBoxLayout" name="horizontalLayout">
0056           <item>
0057            <widget class="QSpinBox" name="spinBox_Length">
0058             <property name="whatsThis">
0059              <string>The target number of tracks for the generated playlist.</string>
0060             </property>
0061             <property name="minimum">
0062              <number>1</number>
0063             </property>
0064             <property name="maximum">
0065              <number>1000</number>
0066             </property>
0067             <property name="value">
0068              <number>30</number>
0069             </property>
0070            </widget>
0071           </item>
0072           <item>
0073            <spacer name="horizontalSpacer">
0074             <property name="orientation">
0075              <enum>Qt::Horizontal</enum>
0076             </property>
0077             <property name="sizeHint" stdset="0">
0078              <size>
0079               <width>40</width>
0080               <height>20</height>
0081              </size>
0082             </property>
0083            </spacer>
0084           </item>
0085          </layout>
0086         </item>
0087         <item row="1" column="0">
0088          <widget class="QLabel" name="label_Strictness">
0089           <property name="whatsThis">
0090            <string>How strict the APG should be about matching the playlist duration to the specified time.</string>
0091           </property>
0092           <property name="text">
0093            <string>Match:</string>
0094           </property>
0095           <property name="buddy">
0096            <cstring>slider_Strictness</cstring>
0097           </property>
0098          </widget>
0099         </item>
0100         <item row="1" column="1">
0101          <layout class="QHBoxLayout" name="horizontalLayout_2">
0102           <item>
0103            <widget class="QLabel" name="label_Fuzzy">
0104             <property name="text">
0105              <string>fuzzy</string>
0106             </property>
0107            </widget>
0108           </item>
0109           <item>
0110            <widget class="QSlider" name="slider_Strictness">
0111             <property name="toolTip">
0112              <string/>
0113             </property>
0114             <property name="whatsThis">
0115              <string>How strict the APG should be about matching the playlist length to the specified number of tracks.</string>
0116             </property>
0117             <property name="maximum">
0118              <number>10</number>
0119             </property>
0120             <property name="value">
0121              <number>8</number>
0122             </property>
0123             <property name="orientation">
0124              <enum>Qt::Horizontal</enum>
0125             </property>
0126            </widget>
0127           </item>
0128           <item>
0129            <widget class="QLabel" name="label_Exact">
0130             <property name="text">
0131              <string>exact</string>
0132             </property>
0133            </widget>
0134           </item>
0135          </layout>
0136         </item>
0137         <item row="2" column="1">
0138          <spacer name="verticalSpacer">
0139           <property name="orientation">
0140            <enum>Qt::Vertical</enum>
0141           </property>
0142           <property name="sizeHint" stdset="0">
0143            <size>
0144             <width>20</width>
0145             <height>40</height>
0146            </size>
0147           </property>
0148          </spacer>
0149         </item>
0150        </layout>
0151       </item>
0152      </layout>
0153     </widget>
0154    </item>
0155   </layout>
0156  </widget>
0157  <tabstops>
0158   <tabstop>comboBox_Comparison</tabstop>
0159   <tabstop>slider_Strictness</tabstop>
0160  </tabstops>
0161  <resources/>
0162  <connections/>
0163 </ui>