Warning, /multimedia/amarok/src/statsyncing/ui/MatchedTracksPage.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>MatchedTracksPage</class>
0004  <widget class="QWidget" name="MatchedTracksPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>641</width>
0010     <height>465</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QTabWidget" name="tabWidget">
0016      <property name="currentIndex">
0017       <number>0</number>
0018      </property>
0019      <widget class="QWidget" name="matchedTab">
0020       <attribute name="title">
0021        <string>Matched Tracks</string>
0022       </attribute>
0023       <layout class="QVBoxLayout" name="verticalLayout_2">
0024        <item>
0025         <layout class="QHBoxLayout" name="matchedFilterLayout">
0026          <item>
0027           <widget class="QLineEdit" name="matchedFilterLine">
0028            <property name="placeholderText">
0029             <string>Filter Tracks...</string>
0030            </property>
0031            <property name="showClearButton" stdset="0">
0032             <bool>true</bool>
0033            </property>
0034           </widget>
0035          </item>
0036          <item>
0037           <widget class="QComboBox" name="matchedFilterCombo"/>
0038          </item>
0039         </layout>
0040        </item>
0041        <item>
0042         <widget class="QTreeView" name="matchedTreeView">
0043          <property name="alternatingRowColors">
0044           <bool>true</bool>
0045          </property>
0046          <property name="uniformRowHeights">
0047           <bool>true</bool>
0048          </property>
0049          <property name="sortingEnabled">
0050           <bool>true</bool>
0051          </property>
0052          <property name="animated">
0053           <bool>true</bool>
0054          </property>
0055          <property name="allColumnsShowFocus">
0056           <bool>true</bool>
0057          </property>
0058         </widget>
0059        </item>
0060        <item>
0061         <layout class="QHBoxLayout" name="matchedStatusLayout">
0062          <item>
0063           <widget class="QToolButton" name="matchedRatingsButton">
0064            <property name="toolTip">
0065             <string>Affects all applicable tracks, not just shown ones</string>
0066            </property>
0067            <property name="text">
0068             <string>Take Ratings From</string>
0069            </property>
0070            <property name="popupMode">
0071             <enum>QToolButton::InstantPopup</enum>
0072            </property>
0073            <property name="toolButtonStyle">
0074             <enum>Qt::ToolButtonTextBesideIcon</enum>
0075            </property>
0076            <property name="autoRaise">
0077             <bool>true</bool>
0078            </property>
0079           </widget>
0080          </item>
0081          <item>
0082           <widget class="QToolButton" name="matchedLabelsButton">
0083            <property name="toolTip">
0084             <string>Affects all applicable tracks, not just shown ones</string>
0085            </property>
0086            <property name="text">
0087             <string>Labels</string>
0088            </property>
0089            <property name="popupMode">
0090             <enum>QToolButton::InstantPopup</enum>
0091            </property>
0092            <property name="toolButtonStyle">
0093             <enum>Qt::ToolButtonTextBesideIcon</enum>
0094            </property>
0095            <property name="autoRaise">
0096             <bool>true</bool>
0097            </property>
0098           </widget>
0099          </item>
0100          <item>
0101           <widget class="KSeparator" name="kseparator">
0102            <property name="orientation">
0103             <enum>Qt::Vertical</enum>
0104            </property>
0105           </widget>
0106          </item>
0107          <item>
0108           <widget class="QToolButton" name="matchedExpandButton">
0109            <property name="text">
0110             <string>Expand</string>
0111            </property>
0112            <property name="popupMode">
0113             <enum>QToolButton::InstantPopup</enum>
0114            </property>
0115            <property name="toolButtonStyle">
0116             <enum>Qt::ToolButtonTextBesideIcon</enum>
0117            </property>
0118            <property name="autoRaise">
0119             <bool>true</bool>
0120            </property>
0121           </widget>
0122          </item>
0123          <item>
0124           <widget class="QToolButton" name="matchedCollapseButton">
0125            <property name="text">
0126             <string>Collapse</string>
0127            </property>
0128            <property name="popupMode">
0129             <enum>QToolButton::InstantPopup</enum>
0130            </property>
0131            <property name="toolButtonStyle">
0132             <enum>Qt::ToolButtonTextBesideIcon</enum>
0133            </property>
0134            <property name="autoRaise">
0135             <bool>true</bool>
0136            </property>
0137           </widget>
0138          </item>
0139          <item>
0140           <widget class="QLabel" name="matchedStatusBar">
0141            <property name="alignment">
0142             <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0143            </property>
0144           </widget>
0145          </item>
0146         </layout>
0147        </item>
0148       </layout>
0149      </widget>
0150      <widget class="QWidget" name="uniqueTab">
0151       <attribute name="title">
0152        <string>Unique Tracks</string>
0153       </attribute>
0154       <layout class="QVBoxLayout" name="verticalLayout_3">
0155        <item>
0156         <layout class="QHBoxLayout" name="uniqueFilterLayout">
0157          <item>
0158           <widget class="QLineEdit" name="uniqueFilterLine">
0159            <property name="placeholderText">
0160             <string>Filter Tracks...</string>
0161            </property>
0162            <property name="showClearButton" stdset="0">
0163             <bool>true</bool>
0164            </property>
0165           </widget>
0166          </item>
0167          <item>
0168           <widget class="QComboBox" name="uniqueFilterCombo"/>
0169          </item>
0170         </layout>
0171        </item>
0172        <item>
0173         <widget class="QTreeView" name="uniqueTreeView">
0174          <property name="dragDropMode">
0175           <enum>QAbstractItemView::DragOnly</enum>
0176          </property>
0177          <property name="alternatingRowColors">
0178           <bool>true</bool>
0179          </property>
0180          <property name="selectionMode">
0181           <enum>QAbstractItemView::ExtendedSelection</enum>
0182          </property>
0183          <property name="uniformRowHeights">
0184           <bool>true</bool>
0185          </property>
0186          <property name="sortingEnabled">
0187           <bool>true</bool>
0188          </property>
0189          <property name="animated">
0190           <bool>true</bool>
0191          </property>
0192          <property name="allColumnsShowFocus">
0193           <bool>true</bool>
0194          </property>
0195         </widget>
0196        </item>
0197        <item>
0198         <widget class="QLabel" name="uniqueStatusBar">
0199          <property name="alignment">
0200           <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0201          </property>
0202         </widget>
0203        </item>
0204       </layout>
0205      </widget>
0206      <widget class="QWidget" name="excludedTab">
0207       <attribute name="title">
0208        <string>Excluded Tracks</string>
0209       </attribute>
0210       <layout class="QVBoxLayout" name="verticalLayout_4">
0211        <item>
0212         <layout class="QHBoxLayout" name="excludedFilterLayout">
0213          <item>
0214           <widget class="QLineEdit" name="excludedFilterLine">
0215            <property name="placeholderText">
0216             <string>Filter Tracks...</string>
0217            </property>
0218            <property name="showClearButton" stdset="0">
0219             <bool>true</bool>
0220            </property>
0221           </widget>
0222          </item>
0223          <item>
0224           <widget class="QComboBox" name="excludedFilterCombo"/>
0225          </item>
0226         </layout>
0227        </item>
0228        <item>
0229         <widget class="QTreeView" name="excludedTreeView">
0230          <property name="dragDropMode">
0231           <enum>QAbstractItemView::DragOnly</enum>
0232          </property>
0233          <property name="alternatingRowColors">
0234           <bool>true</bool>
0235          </property>
0236          <property name="selectionMode">
0237           <enum>QAbstractItemView::ExtendedSelection</enum>
0238          </property>
0239          <property name="uniformRowHeights">
0240           <bool>true</bool>
0241          </property>
0242          <property name="sortingEnabled">
0243           <bool>true</bool>
0244          </property>
0245          <property name="animated">
0246           <bool>true</bool>
0247          </property>
0248          <property name="allColumnsShowFocus">
0249           <bool>true</bool>
0250          </property>
0251         </widget>
0252        </item>
0253        <item>
0254         <widget class="QLabel" name="excludedStatusBar">
0255          <property name="alignment">
0256           <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0257          </property>
0258         </widget>
0259        </item>
0260       </layout>
0261      </widget>
0262     </widget>
0263    </item>
0264    <item>
0265     <widget class="QGroupBox" name="scrobblingGroupBox">
0266      <property name="title">
0267       <string>Scrobbling</string>
0268      </property>
0269      <layout class="QVBoxLayout" name="verticalLayout_5">
0270       <item>
0271        <widget class="QLabel" name="scrobblingLabel">
0272         <property name="text">
0273          <string notr="true">1234 plays of 123 tracks will be scrobbled to Last.fm [placeholder]</string>
0274         </property>
0275        </widget>
0276       </item>
0277      </layout>
0278     </widget>
0279    </item>
0280    <item>
0281     <widget class="QDialogButtonBox" name="buttonBox">
0282      <property name="standardButtons">
0283       <set>QDialogButtonBox::Cancel</set>
0284      </property>
0285     </widget>
0286    </item>
0287   </layout>
0288  </widget>
0289  <customwidgets>
0290   <customwidget>
0291    <class>QDialogButtonBox</class>
0292    <extends>QDialogButtonBox</extends>
0293    <header>qdialogbuttonbox.h</header>
0294   </customwidget>
0295   <customwidget>
0296    <class>QLineEdit</class>
0297    <extends>QLineEdit</extends>
0298    <header>qlineedit.h</header>
0299   </customwidget>
0300   <customwidget>
0301    <class>KSeparator</class>
0302    <extends>QFrame</extends>
0303    <header>kseparator.h</header>
0304   </customwidget>
0305  </customwidgets>
0306  <resources/>
0307  <connections/>
0308 </ui>