Warning, /multimedia/amarok/src/playlistgenerator/constraints/CheckpointEditWidget.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>CheckpointEditWidget</class>
0005  <widget class="QWidget" name="CheckpointEditWidget">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>216</width>
0011     <height>113</height>
0012    </rect>
0013   </property>
0014   <property name="whatsThis">
0015    <string>An editor for a CheckPoint constraint.  The user can set the track, album, or artist to be placed at a certain position in the playlist.</string>
0016   </property>
0017   <layout class="QVBoxLayout" name="verticalLayout">
0018    <item>
0019     <widget class="QGroupBox" name="groupBox">
0020      <property name="title">
0021       <string>Checkpoint 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" colspan="2">
0027          <widget class="TrackSelectWidget" name="trackSelector" native="true">
0028           <property name="sizePolicy">
0029            <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0030             <horstretch>0</horstretch>
0031             <verstretch>0</verstretch>
0032            </sizepolicy>
0033           </property>
0034           <property name="whatsThis">
0035            <string>Select the track that you want to use as the checkpoint.</string>
0036           </property>
0037          </widget>
0038         </item>
0039         <item row="1" column="0">
0040          <widget class="QLabel" name="label_Position">
0041           <property name="sizePolicy">
0042            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0043             <horstretch>0</horstretch>
0044             <verstretch>0</verstretch>
0045            </sizepolicy>
0046           </property>
0047           <property name="text">
0048            <string>Position:</string>
0049           </property>
0050           <property name="buddy">
0051            <cstring>timeEdit_Position</cstring>
0052           </property>
0053          </widget>
0054         </item>
0055         <item row="1" column="1">
0056          <layout class="QHBoxLayout" name="horizontalLayout">
0057           <item>
0058            <widget class="QTimeEdit" name="timeEdit_Position">
0059             <property name="sizePolicy">
0060              <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0061               <horstretch>0</horstretch>
0062               <verstretch>0</verstretch>
0063              </sizepolicy>
0064             </property>
0065             <property name="toolTip">
0066              <string/>
0067             </property>
0068             <property name="whatsThis">
0069              <string>The desired position of the song in the playlist, in hours, minutes, and seconds.  Note: because of Qt limitations, the maximum position that you can specify is 24 hours.</string>
0070             </property>
0071             <property name="displayFormat">
0072              <string>h:mm:ss</string>
0073             </property>
0074             <property name="time">
0075              <time>
0076               <hour>0</hour>
0077               <minute>0</minute>
0078               <second>0</second>
0079              </time>
0080             </property>
0081            </widget>
0082           </item>
0083           <item>
0084            <spacer name="horizontalSpacer">
0085             <property name="orientation">
0086              <enum>Qt::Horizontal</enum>
0087             </property>
0088             <property name="sizeHint" stdset="0">
0089              <size>
0090               <width>40</width>
0091               <height>20</height>
0092              </size>
0093             </property>
0094            </spacer>
0095           </item>
0096          </layout>
0097         </item>
0098         <item row="2" column="0">
0099          <widget class="QLabel" name="label_Strictness">
0100           <property name="sizePolicy">
0101            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0102             <horstretch>0</horstretch>
0103             <verstretch>0</verstretch>
0104            </sizepolicy>
0105           </property>
0106           <property name="whatsThis">
0107            <string>How strict the APG should be about placing the selected track at the specified time.</string>
0108           </property>
0109           <property name="text">
0110            <string>Match:</string>
0111           </property>
0112           <property name="buddy">
0113            <cstring>slider_Strictness</cstring>
0114           </property>
0115          </widget>
0116         </item>
0117         <item row="2" column="1">
0118          <layout class="QHBoxLayout" name="horizontalLayout_2">
0119           <item>
0120            <widget class="QLabel" name="label_FuzzyPos">
0121             <property name="text">
0122              <string>fuzzy</string>
0123             </property>
0124            </widget>
0125           </item>
0126           <item>
0127            <widget class="QSlider" name="slider_Strictness">
0128             <property name="sizePolicy">
0129              <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0130               <horstretch>0</horstretch>
0131               <verstretch>0</verstretch>
0132              </sizepolicy>
0133             </property>
0134             <property name="toolTip">
0135              <string/>
0136             </property>
0137             <property name="whatsThis">
0138              <string>How strict the APG should be about placing the selected track at the specified time.</string>
0139             </property>
0140             <property name="maximum">
0141              <number>10</number>
0142             </property>
0143             <property name="value">
0144              <number>10</number>
0145             </property>
0146             <property name="orientation">
0147              <enum>Qt::Horizontal</enum>
0148             </property>
0149            </widget>
0150           </item>
0151           <item>
0152            <widget class="QLabel" name="label_ExactPos">
0153             <property name="text">
0154              <string>exact</string>
0155             </property>
0156            </widget>
0157           </item>
0158          </layout>
0159         </item>
0160        </layout>
0161       </item>
0162      </layout>
0163     </widget>
0164    </item>
0165   </layout>
0166  </widget>
0167  <customwidgets>
0168   <customwidget>
0169    <class>TrackSelectWidget</class>
0170    <extends>QWidget</extends>
0171    <header>widgets/TrackSelectWidget.h</header>
0172    <container>1</container>
0173   </customwidget>
0174  </customwidgets>
0175  <tabstops>
0176   <tabstop>timeEdit_Position</tabstop>
0177  </tabstops>
0178  <resources/>
0179  <connections/>
0180 </ui>