Warning, /multimedia/amarok/src/configdialog/dialogs/MetadataConfig.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>MetadataConfig</class>
0004  <widget class="QWidget" name="MetadataConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>602</width>
0010     <height>542</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QGroupBox" name="m_tagsGroup">
0016      <property name="title">
0017       <string>File Tags</string>
0018      </property>
0019      <layout class="QVBoxLayout" name="verticalLayout_2">
0020       <item>
0021        <widget class="QCheckBox" name="m_writeBack">
0022         <property name="toolTip">
0023          <string>Write meta data changes (including 'stars' rating) back to the original file.
0024 You can also prevent writing back by write protecting the file.
0025 This might be a good idea if you are currently
0026 sharing those files via the Internet.</string>
0027         </property>
0028         <property name="text">
0029          <string>Write metadata to file</string>
0030         </property>
0031        </widget>
0032       </item>
0033       <item>
0034        <widget class="QCheckBox" name="m_writeBackStatistics">
0035         <property name="toolTip">
0036          <string>Write play-changing statistics (e.g. score, lastplayed, playcount)
0037 as tags back to the file.</string>
0038         </property>
0039         <property name="text">
0040          <string>Write statistics to file</string>
0041         </property>
0042        </widget>
0043       </item>
0044       <item>
0045        <layout class="QHBoxLayout" name="m_writeBackCoverDimensionsBox">
0046         <item>
0047          <widget class="QCheckBox" name="m_writeBackCover">
0048           <property name="toolTip">
0049            <string>Write changed covers back to the file.
0050 This will replace existing embedded covers.</string>
0051           </property>
0052           <property name="text">
0053            <string>Write covers to file, maximum size:</string>
0054           </property>
0055          </widget>
0056         </item>
0057         <item>
0058          <widget class="KComboBox" name="m_writeBackCoverDimensions">
0059           <property name="toolTip">
0060            <string>Scale covers down if necessary.</string>
0061           </property>
0062          </widget>
0063         </item>
0064         <item>
0065          <spacer name="horizontalSpacer">
0066           <property name="orientation">
0067            <enum>Qt::Horizontal</enum>
0068           </property>
0069           <property name="sizeHint" stdset="0">
0070            <size>
0071             <width>40</width>
0072             <height>20</height>
0073            </size>
0074           </property>
0075          </spacer>
0076         </item>
0077        </layout>
0078       </item>
0079       <item>
0080        <widget class="QCheckBox" name="m_useCharsetDetector">
0081         <property name="toolTip">
0082          <string>If selected, Amarok will use Mozilla's
0083 Character Set Detector to attempt to automatically guess the
0084 character sets used in ID3 tags.</string>
0085         </property>
0086         <property name="text">
0087          <string>&amp;Enable character set detection in ID3 tags</string>
0088         </property>
0089        </widget>
0090       </item>
0091      </layout>
0092     </widget>
0093    </item>
0094    <item>
0095     <widget class="QGroupBox" name="m_statSyncingGroup">
0096      <property name="title">
0097       <string>Statistics Synchronization</string>
0098      </property>
0099      <layout class="QVBoxLayout" name="verticalLayout_3">
0100       <item>
0101        <widget class="QLabel" name="m_syncedCollectionsLabel">
0102         <property name="text">
0103          <string>&lt;b&gt;Check collections to keep them synchronized.&lt;/b&gt; This includes scrobbling of tracks played on iPods if you have Last.fm plugin configured</string>
0104         </property>
0105         <property name="wordWrap">
0106          <bool>true</bool>
0107         </property>
0108        </widget>
0109       </item>
0110       <item>
0111        <widget class="QListView" name="m_statSyncingProvidersView">
0112         <property name="selectionMode">
0113          <enum>QAbstractItemView::ExtendedSelection</enum>
0114         </property>
0115         <property name="iconSize">
0116          <size>
0117           <width>32</width>
0118           <height>32</height>
0119          </size>
0120         </property>
0121        </widget>
0122       </item>
0123       <item>
0124        <layout class="QHBoxLayout" name="horizontalLayout">
0125         <item>
0126          <widget class="QPushButton" name="m_forgetTargetsButton">
0127           <property name="text">
0128            <string>Forget</string>
0129           </property>
0130           <property name="icon">
0131            <iconset theme="edit-clear"/>
0132           </property>
0133          </widget>
0134         </item>
0135         <item>
0136          <widget class="QPushButton" name="m_configureTargetButton">
0137           <property name="text">
0138            <string>Configure…</string>
0139           </property>
0140          </widget>
0141         </item>
0142         <item>
0143          <widget class="QPushButton" name="m_addTargetButton">
0144           <property name="text">
0145            <string>Add…</string>
0146           </property>
0147           <property name="icon">
0148            <iconset theme="folder-new"/>
0149           </property>
0150          </widget>
0151         </item>
0152         <item>
0153          <widget class="QPushButton" name="m_synchronizeButton">
0154           <property name="text">
0155            <string>Synchronize…</string>
0156           </property>
0157          </widget>
0158         </item>
0159        </layout>
0160       </item>
0161       <item>
0162        <layout class="QVBoxLayout" name="m_statSyncingFieldsLayout"/>
0163       </item>
0164      </layout>
0165     </widget>
0166    </item>
0167    <item>
0168     <spacer name="verticalSpacer">
0169      <property name="orientation">
0170       <enum>Qt::Vertical</enum>
0171      </property>
0172      <property name="sizeHint" stdset="0">
0173       <size>
0174        <width>20</width>
0175        <height>40</height>
0176       </size>
0177      </property>
0178     </spacer>
0179    </item>
0180   </layout>
0181  </widget>
0182  <customwidgets>
0183   <customwidget>
0184    <class>KComboBox</class>
0185    <extends>QComboBox</extends>
0186    <header>kcombobox.h</header>
0187   </customwidget>
0188  </customwidgets>
0189  <resources/>
0190  <connections/>
0191 </ui>