Warning, /multimedia/amarok/src/playlistgenerator/constraints/PreventDuplicatesEditWidget.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>PreventDuplicatesEditWidget</class>
0005  <widget class="QWidget" name="PreventDuplicatesEditWidget">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>263</width>
0011     <height>84</height>
0012    </rect>
0013   </property>
0014   <property name="whatsThis">
0015    <string>An editor for a Prevent Duplicates constraint.  When set to &quot;track&quot;, it will try to prevent more than one copy of the same track from ending up in the playlist.  When set to &quot;album&quot; or &quot;artist&quot;, it will try to prevent more than one track from a given album or a given artist from ending up 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>Prevent Duplicates 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="QLabel" name="label_Field">
0028           <property name="whatsThis">
0029            <string>Control which duplicates to prevent.  &quot;Prevent duplicate tracks&quot; is the least restrictive, and &quot;prevent duplicate artists&quot; is the most restrictive.</string>
0030           </property>
0031           <property name="text">
0032            <string>Prevent duplicate</string>
0033           </property>
0034           <property name="buddy">
0035            <cstring>comboBox_Field</cstring>
0036           </property>
0037          </widget>
0038         </item>
0039         <item row="0" column="1">
0040          <layout class="QHBoxLayout" name="horizontalLayout">
0041           <item>
0042            <widget class="QComboBox" name="comboBox_Field">
0043             <property name="toolTip">
0044              <string/>
0045             </property>
0046             <property name="whatsThis">
0047              <string>Control which duplicates to prevent.  &quot;Prevent duplicate tracks&quot; is the least restrictive, and &quot;prevent duplicate artists&quot; is the most restrictive.</string>
0048             </property>
0049             <item>
0050              <property name="text">
0051               <string>tracks</string>
0052              </property>
0053             </item>
0054             <item>
0055              <property name="text">
0056               <string>albums</string>
0057              </property>
0058             </item>
0059             <item>
0060              <property name="text">
0061               <string>artists</string>
0062              </property>
0063             </item>
0064            </widget>
0065           </item>
0066           <item>
0067            <spacer name="horizontalSpacer">
0068             <property name="orientation">
0069              <enum>Qt::Horizontal</enum>
0070             </property>
0071             <property name="sizeHint" stdset="0">
0072              <size>
0073               <width>40</width>
0074               <height>20</height>
0075              </size>
0076             </property>
0077            </spacer>
0078           </item>
0079          </layout>
0080         </item>
0081         <item row="1" column="1">
0082          <spacer name="verticalSpacer">
0083           <property name="orientation">
0084            <enum>Qt::Vertical</enum>
0085           </property>
0086           <property name="sizeHint" stdset="0">
0087            <size>
0088             <width>20</width>
0089             <height>40</height>
0090            </size>
0091           </property>
0092          </spacer>
0093         </item>
0094        </layout>
0095       </item>
0096      </layout>
0097     </widget>
0098    </item>
0099   </layout>
0100  </widget>
0101  <resources/>
0102  <connections/>
0103 </ui>