Warning, /multimedia/amarok/src/playlistgenerator/constraints/PlaylistDurationEditWidget.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>PlaylistDurationEditWidget</class>
0005  <widget class="QWidget" name="PlaylistDurationEditWidget">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>247</width>
0011     <height>113</height>
0012    </rect>
0013   </property>
0014   <property name="whatsThis">
0015    <string>An editor for a PlaylistDuration constraint.  The user can set the name of the constraint; the target duration and whether the playlist should be less than, equal to, or greater than that duration; and the strictness with which the APG should match that duration.</string>
0016   </property>
0017   <layout class="QVBoxLayout" name="verticalLayout">
0018    <item>
0019     <widget class="QGroupBox" name="groupBox">
0020      <property name="title">
0021       <string>Playlist Duration 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 duration of the generated playlist should be shorter than, equal to, or longer than the specified value.</string>
0033           </property>
0034           <property name="currentIndex">
0035            <number>1</number>
0036           </property>
0037           <item>
0038            <property name="text">
0039             <string>shorter 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>longer 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="QTimeEdit" name="timeEdit_Duration">
0058             <property name="toolTip">
0059              <string/>
0060             </property>
0061             <property name="whatsThis">
0062              <string>The desired duration of the playlist, in hours, minutes, and seconds.  Note: because of Qt limitations, the maximum playlist duration that you can specify is 24 hours.</string>
0063             </property>
0064             <property name="displayFormat">
0065              <string>h:mm:ss</string>
0066             </property>
0067             <property name="time">
0068              <time>
0069               <hour>0</hour>
0070               <minute>0</minute>
0071               <second>0</second>
0072              </time>
0073             </property>
0074            </widget>
0075           </item>
0076           <item>
0077            <spacer name="horizontalSpacer">
0078             <property name="orientation">
0079              <enum>Qt::Horizontal</enum>
0080             </property>
0081             <property name="sizeHint" stdset="0">
0082              <size>
0083               <width>40</width>
0084               <height>20</height>
0085              </size>
0086             </property>
0087            </spacer>
0088           </item>
0089          </layout>
0090         </item>
0091         <item row="1" column="0">
0092          <widget class="QLabel" name="label_Strictness">
0093           <property name="whatsThis">
0094            <string>How strict the APG should be about matching the playlist duration to the specified time.</string>
0095           </property>
0096           <property name="text">
0097            <string>Match:</string>
0098           </property>
0099           <property name="buddy">
0100            <cstring>slider_Strictness</cstring>
0101           </property>
0102          </widget>
0103         </item>
0104         <item row="1" column="1">
0105          <layout class="QHBoxLayout" name="horizontalLayout_2">
0106           <item>
0107            <widget class="QLabel" name="label_Fuzzy">
0108             <property name="text">
0109              <string>fuzzy</string>
0110             </property>
0111            </widget>
0112           </item>
0113           <item>
0114            <widget class="QSlider" name="slider_Strictness">
0115             <property name="toolTip">
0116              <string/>
0117             </property>
0118             <property name="whatsThis">
0119              <string>How strict the APG should be about matching the playlist duration to the specified time.</string>
0120             </property>
0121             <property name="maximum">
0122              <number>10</number>
0123             </property>
0124             <property name="value">
0125              <number>8</number>
0126             </property>
0127             <property name="orientation">
0128              <enum>Qt::Horizontal</enum>
0129             </property>
0130            </widget>
0131           </item>
0132           <item>
0133            <widget class="QLabel" name="label_Exact">
0134             <property name="text">
0135              <string>exact</string>
0136             </property>
0137            </widget>
0138           </item>
0139          </layout>
0140         </item>
0141         <item row="2" column="1">
0142          <spacer name="verticalSpacer">
0143           <property name="orientation">
0144            <enum>Qt::Vertical</enum>
0145           </property>
0146           <property name="sizeHint" stdset="0">
0147            <size>
0148             <width>20</width>
0149             <height>40</height>
0150            </size>
0151           </property>
0152          </spacer>
0153         </item>
0154        </layout>
0155       </item>
0156      </layout>
0157     </widget>
0158    </item>
0159   </layout>
0160  </widget>
0161  <tabstops>
0162   <tabstop>comboBox_Comparison</tabstop>
0163   <tabstop>timeEdit_Duration</tabstop>
0164   <tabstop>slider_Strictness</tabstop>
0165  </tabstops>
0166  <resources/>
0167  <connections/>
0168 </ui>