Warning, /multimedia/amarok/src/configdialog/dialogs/CollectionConfig.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>CollectionConfig</class>
0004  <widget class="QWidget" name="CollectionConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>350</width>
0010     <height>412</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Collection Setup</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QGroupBox" name="collectionFoldersBox">
0019      <property name="title">
0020       <string>Collection Folders</string>
0021      </property>
0022      <layout class="QVBoxLayout" name="verticalLayout_2">
0023       <item>
0024        <widget class="QLabel" name="descriptionLabel">
0025         <property name="text">
0026          <string>These folders will be scanned for media to make up your collection. You can right-click on a folder to individually rescan it, if it was previously selected:</string>
0027         </property>
0028         <property name="alignment">
0029          <set>Qt::AlignJustify|Qt::AlignVCenter</set>
0030         </property>
0031         <property name="wordWrap">
0032          <bool>true</bool>
0033         </property>
0034        </widget>
0035       </item>
0036       <item>
0037        <widget class="QTreeView" name="view">
0038         <property name="headerHidden">
0039          <bool>true</bool>
0040         </property>
0041        </widget>
0042       </item>
0043       <item>
0044        <widget class="QWidget" name="buttonContainer" native="true"/>
0045       </item>
0046       <item>
0047        <widget class="QWidget" name="checkboxContainer" native="true"/>
0048       </item>
0049       <item>
0050        <widget class="QGroupBox" name="importingBox">
0051         <property name="sizePolicy">
0052          <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0053           <horstretch>0</horstretch>
0054           <verstretch>0</verstretch>
0055          </sizepolicy>
0056         </property>
0057         <property name="title">
0058          <string>Importing Music</string>
0059         </property>
0060         <layout class="QFormLayout" name="formLayout">
0061          <property name="fieldGrowthPolicy">
0062           <enum>QFormLayout::ExpandingFieldsGrow</enum>
0063          </property>
0064          <item row="0" column="0">
0065           <widget class="QLabel" name="transcodeLabel">
0066            <property name="toolTip">
0067             <string>Whether Amarok should transcode tracks when they are copied or moved to Local Collection.</string>
0068            </property>
0069            <property name="text">
0070             <string>Transcode tracks:</string>
0071            </property>
0072           </widget>
0073          </item>
0074          <item row="0" column="1">
0075           <widget class="Transcoding::SelectConfigWidget" name="transcodingConfig">
0076            <property name="toolTip">
0077             <string>Whether Amarok should transcode tracks when they are copied or moved to Local Collection.</string>
0078            </property>
0079           </widget>
0080          </item>
0081         </layout>
0082        </widget>
0083       </item>
0084      </layout>
0085     </widget>
0086    </item>
0087   </layout>
0088  </widget>
0089  <customwidgets>
0090   <customwidget>
0091    <class>Transcoding::SelectConfigWidget</class>
0092    <extends>QComboBox</extends>
0093    <header>transcoding/TranscodingSelectConfigWidget.h</header>
0094   </customwidget>
0095  </customwidgets>
0096  <includes>
0097   <include location="local">qlineedit.h</include>
0098   <include location="local">qpushbutton.h</include>
0099   <include location="local">qspinbox.h</include>
0100  </includes>
0101  <resources/>
0102  <connections/>
0103 </ui>