Warning, /multimedia/amarok/src/configdialog/dialogs/ExcludedLabelsDialog.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  <class>ExcludedLabelsDialog</class>
0004  <widget class="QWidget" name="ExcludedLabelsDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="3" column="1">
0015     <widget class="QToolButton" name="addButton">
0016      <property name="toolTip">
0017       <string>Add this label to the list of excluded labels</string>
0018      </property>
0019      <property name="icon">
0020       <iconset theme="list-add"/>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="3" column="0">
0025     <widget class="QLineEdit" name="addLabelLine">
0026      <property name="trapEnterKeyEvent" stdset="0">
0027       <bool>true</bool>
0028      </property>
0029      <property name="placeholderText">
0030       <string>Add Label to Exclude</string>
0031      </property>
0032     </widget>
0033    </item>
0034    <item row="4" column="0" colspan="2">
0035     <widget class="QListWidget" name="listWidget">
0036      <property name="selectionMode">
0037       <enum>QAbstractItemView::MultiSelection</enum>
0038      </property>
0039     </widget>
0040    </item>
0041    <item row="2" column="0" colspan="2">
0042     <widget class="QLabel" name="textLabel">
0043      <property name="text">
0044       <string>Selected labels won't be touched by statistics synchronization</string>
0045      </property>
0046      <property name="alignment">
0047       <set>Qt::AlignJustify|Qt::AlignVCenter</set>
0048      </property>
0049      <property name="wordWrap">
0050       <bool>true</bool>
0051      </property>
0052     </widget>
0053    </item>
0054   </layout>
0055  </widget>
0056  <customwidgets>
0057   <customwidget>
0058    <class>QLineEdit</class>
0059    <extends>QLineEdit</extends>
0060    <header>qlineedit.h</header>
0061   </customwidget>
0062  </customwidgets>
0063  <resources/>
0064  <connections/>
0065 </ui>