Warning, /multimedia/amarok/src/playlistgenerator/ConstraintGroupEditWidget.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>ConstraintGroupEditWidget</class>
0005  <widget class="QWidget" name="ConstraintGroupEditWidget">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>291</width>
0011     <height>106</height>
0012    </rect>
0013   </property>
0014   <property name="whatsThis">
0015    <string>An editor for Constraint Groups.  You can set the group type to &quot;match all&quot; or &quot;match any&quot;.  When the group type is set to &quot;match all&quot;, the Generator will try to have the playlist match all the constraints within the group.  When the group type is set to &quot;match any&quot;, the Generator will try to have the playlist match any of the constraints within the group.</string>
0016   </property>
0017   <layout class="QHBoxLayout" name="horizontalLayout">
0018    <item>
0019     <widget class="QGroupBox" name="groupBox">
0020      <property name="title">
0021       <string>Constraint Group Settings</string>
0022      </property>
0023      <layout class="QVBoxLayout" name="verticalLayout_2">
0024       <item>
0025        <layout class="QVBoxLayout" name="verticalLayout">
0026         <item>
0027          <widget class="QRadioButton" name="radioButton_MatchAll">
0028           <property name="whatsThis">
0029            <string>The APG will consider the constraint group satisfied only if all of the constraints within the group are satisfied.  This is analogous to a logical AND: &quot;the tracks should match properties A, B, and C&quot;.</string>
0030           </property>
0031           <property name="text">
0032            <string>Match all constraints in the group</string>
0033           </property>
0034          </widget>
0035         </item>
0036         <item>
0037          <widget class="QRadioButton" name="radioButton_MatchAny">
0038           <property name="whatsThis">
0039            <string>The APG will consider the constraint group satisfied if any one of the constraints within it is satisfied.  This is analogous to a logical OR: &quot;the tracks should match properties A, B, or C&quot;.</string>
0040           </property>
0041           <property name="text">
0042            <string>Match any constraint in the group</string>
0043           </property>
0044          </widget>
0045         </item>
0046         <item>
0047          <spacer name="verticalSpacer">
0048           <property name="orientation">
0049            <enum>Qt::Vertical</enum>
0050           </property>
0051           <property name="sizeHint" stdset="0">
0052            <size>
0053             <width>20</width>
0054             <height>40</height>
0055            </size>
0056           </property>
0057          </spacer>
0058         </item>
0059        </layout>
0060       </item>
0061      </layout>
0062     </widget>
0063    </item>
0064   </layout>
0065  </widget>
0066  <resources/>
0067  <connections/>
0068 </ui>