Warning, /multimedia/amarok/src/playlistgenerator/constraints/PlaylistFileSizeEditWidget.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>PlaylistFileSizeEditWidget</class>
0005  <widget class="QWidget" name="PlaylistFileSizeEditWidget">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>307</width>
0011     <height>134</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 Total Size 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 total size of all files 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>less 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_Size">
0058             <property name="whatsThis">
0059              <string>The target total size of all the files in the 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>700</number>
0069             </property>
0070            </widget>
0071           </item>
0072           <item>
0073            <widget class="QComboBox" name="comboBox_Unit">
0074             <property name="whatsThis">
0075              <string>The file size units used by the constraint.  Note that kB is 1,000 bytes; MB is 1,000,000 bytes; and so forth.</string>
0076             </property>
0077             <property name="currentIndex">
0078              <number>1</number>
0079             </property>
0080             <item>
0081              <property name="text">
0082               <string>kB</string>
0083              </property>
0084             </item>
0085             <item>
0086              <property name="text">
0087               <string>MB</string>
0088              </property>
0089             </item>
0090             <item>
0091              <property name="text">
0092               <string>GB</string>
0093              </property>
0094             </item>
0095             <item>
0096              <property name="text">
0097               <string>TB</string>
0098              </property>
0099             </item>
0100            </widget>
0101           </item>
0102           <item>
0103            <spacer name="horizontalSpacer">
0104             <property name="orientation">
0105              <enum>Qt::Horizontal</enum>
0106             </property>
0107             <property name="sizeHint" stdset="0">
0108              <size>
0109               <width>40</width>
0110               <height>20</height>
0111              </size>
0112             </property>
0113            </spacer>
0114           </item>
0115          </layout>
0116         </item>
0117         <item row="1" column="0">
0118          <widget class="QLabel" name="label_Strictness">
0119           <property name="whatsThis">
0120            <string>How strict the APG should be about matching the playlist duration to the specified time.</string>
0121           </property>
0122           <property name="text">
0123            <string>Match:</string>
0124           </property>
0125           <property name="buddy">
0126            <cstring>slider_Strictness</cstring>
0127           </property>
0128          </widget>
0129         </item>
0130         <item row="1" column="1">
0131          <layout class="QHBoxLayout" name="horizontalLayout_2">
0132           <item>
0133            <widget class="QLabel" name="label_Fuzzy">
0134             <property name="text">
0135              <string>fuzzy</string>
0136             </property>
0137            </widget>
0138           </item>
0139           <item>
0140            <widget class="QSlider" name="slider_Strictness">
0141             <property name="toolTip">
0142              <string/>
0143             </property>
0144             <property name="whatsThis">
0145              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;How strict the APG should be about matching the total size of all files in the playlist to the specified size.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0146             </property>
0147             <property name="maximum">
0148              <number>10</number>
0149             </property>
0150             <property name="value">
0151              <number>8</number>
0152             </property>
0153             <property name="orientation">
0154              <enum>Qt::Horizontal</enum>
0155             </property>
0156            </widget>
0157           </item>
0158           <item>
0159            <widget class="QLabel" name="label_Exact">
0160             <property name="text">
0161              <string>exact</string>
0162             </property>
0163            </widget>
0164           </item>
0165          </layout>
0166         </item>
0167         <item row="2" column="1">
0168          <spacer name="verticalSpacer">
0169           <property name="orientation">
0170            <enum>Qt::Vertical</enum>
0171           </property>
0172           <property name="sizeHint" stdset="0">
0173            <size>
0174             <width>20</width>
0175             <height>40</height>
0176            </size>
0177           </property>
0178          </spacer>
0179         </item>
0180        </layout>
0181       </item>
0182      </layout>
0183     </widget>
0184    </item>
0185   </layout>
0186  </widget>
0187  <tabstops>
0188   <tabstop>comboBox_Comparison</tabstop>
0189   <tabstop>slider_Strictness</tabstop>
0190  </tabstops>
0191  <resources/>
0192  <connections/>
0193 </ui>