Warning, /multimedia/amarok/src/dialogs/OrganizeCollectionDialogBase.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>&lt;aumuell@reserv.at&gt;</author>
0004  <class>OrganizeCollectionDialogBase</class>
0005  <widget class="QWidget" name="OrganizeCollectionDialogBase">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>684</width>
0011     <height>542</height>
0012    </rect>
0013   </property>
0014   <property name="sizePolicy">
0015    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0016     <horstretch>0</horstretch>
0017     <verstretch>0</verstretch>
0018    </sizepolicy>
0019   </property>
0020   <property name="windowTitle">
0021    <string>Organize Files</string>
0022   </property>
0023   <layout class="QVBoxLayout" name="verticalLayout">
0024    <item>
0025     <layout class="QHBoxLayout" name="horizontalLayout_1">
0026      <item>
0027       <widget class="QLabel" name="folderLabel">
0028        <property name="toolTip">
0029         <string>Base directory under which to put files</string>
0030        </property>
0031        <property name="text">
0032         <string>C&amp;ollection Folder:</string>
0033        </property>
0034        <property name="buddy">
0035         <cstring>folderCombo</cstring>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <widget class="KComboBox" name="folderCombo">
0041        <property name="sizePolicy">
0042         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0043          <horstretch>0</horstretch>
0044          <verstretch>0</verstretch>
0045         </sizepolicy>
0046        </property>
0047        <property name="toolTip">
0048         <string>The collection folder to which the files will be transferred.</string>
0049        </property>
0050        <property name="whatsThis">
0051         <string>The collection folder to which the files will be transferred.</string>
0052        </property>
0053       </widget>
0054      </item>
0055      <item>
0056       <widget class="QToolButton" name="optionsButton">
0057        <property name="toolTip">
0058         <string>&lt;html&gt;Show/hide additional controls to specify destination track paths based on their metadata.&lt;/html&gt;</string>
0059        </property>
0060        <property name="whatsThis">
0061         <string>&lt;html&gt;Show/hide additional controls to specify destination track paths based on their metadata.&lt;/html&gt;</string>
0062        </property>
0063        <property name="text">
0064         <string>Options</string>
0065        </property>
0066        <property name="icon">
0067         <iconset theme="arrow-down"/>
0068        </property>
0069        <property name="checkable">
0070         <bool>true</bool>
0071        </property>
0072        <property name="toolButtonStyle">
0073         <enum>Qt::ToolButtonTextBesideIcon</enum>
0074        </property>
0075       </widget>
0076      </item>
0077     </layout>
0078    </item>
0079    <item>
0080     <widget class="OrganizeCollectionWidget" name="organizeCollectionWidget" native="true"/>
0081    </item>
0082    <item>
0083     <widget class="OrganizeCollectionOptionWidget" name="optionsWidget"/>
0084    </item>
0085    <item>
0086     <widget class="QGroupBox" name="previewBox">
0087      <property name="sizePolicy">
0088       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0089        <horstretch>0</horstretch>
0090        <verstretch>0</verstretch>
0091       </sizepolicy>
0092      </property>
0093      <property name="title">
0094       <string>Destination Preview</string>
0095      </property>
0096      <layout class="QVBoxLayout" name="verticalLayout_2">
0097       <item>
0098        <widget class="QTableWidget" name="previewTableWidget">
0099         <property name="sizePolicy">
0100          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0101           <horstretch>0</horstretch>
0102           <verstretch>0</verstretch>
0103          </sizepolicy>
0104         </property>
0105         <property name="editTriggers">
0106          <set>QAbstractItemView::NoEditTriggers</set>
0107         </property>
0108         <property name="alternatingRowColors">
0109          <bool>true</bool>
0110         </property>
0111         <property name="horizontalScrollMode">
0112          <enum>QAbstractItemView::ScrollPerPixel</enum>
0113         </property>
0114         <attribute name="horizontalHeaderDefaultSectionSize">
0115          <number>100</number>
0116         </attribute>
0117         <attribute name="verticalHeaderVisible">
0118          <bool>false</bool>
0119         </attribute>
0120         <column>
0121          <property name="text">
0122           <string notr="true">Preview: &lt;placeholder&gt;</string>
0123          </property>
0124          <property name="textAlignment">
0125           <set>AlignLeft|AlignVCenter</set>
0126          </property>
0127         </column>
0128         <column>
0129          <property name="text">
0130           <string notr="true">Original: &lt;placeholder&gt;</string>
0131          </property>
0132          <property name="textAlignment">
0133           <set>AlignLeft|AlignVCenter</set>
0134          </property>
0135         </column>
0136        </widget>
0137       </item>
0138       <item>
0139        <layout class="QHBoxLayout" name="horizontalLayout_2">
0140         <item>
0141          <widget class="QLabel" name="conflictLabel"/>
0142         </item>
0143         <item>
0144          <spacer name="horizontalSpacer">
0145           <property name="orientation">
0146            <enum>Qt::Horizontal</enum>
0147           </property>
0148           <property name="sizeHint" stdset="0">
0149            <size>
0150             <width>40</width>
0151             <height>20</height>
0152            </size>
0153           </property>
0154          </spacer>
0155         </item>
0156         <item>
0157          <widget class="QCheckBox" name="overwriteCheck">
0158           <property name="toolTip">
0159            <string>If checked, overwrite files of the same name without asking.</string>
0160           </property>
0161           <property name="whatsThis">
0162            <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
0163 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0164 p, li { white-space: pre-wrap; }
0165 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0166 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Check this to overwrite files of the same name automatically. &lt;span style=&quot; font-style:italic;&quot;&gt;(Warning: Overwriting is not undoable)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0167           </property>
0168           <property name="text">
0169            <string>Overwrite &amp;Destination</string>
0170           </property>
0171          </widget>
0172         </item>
0173        </layout>
0174       </item>
0175      </layout>
0176     </widget>
0177    </item>
0178   </layout>
0179  </widget>
0180  <layoutdefault spacing="6" margin="0"/>
0181  <customwidgets>
0182   <customwidget>
0183    <class>KComboBox</class>
0184    <extends>QComboBox</extends>
0185    <header>kcombobox.h</header>
0186   </customwidget>
0187   <customwidget>
0188    <class>OrganizeCollectionWidget</class>
0189    <extends>QWidget</extends>
0190    <header>dialogs/OrganizeCollectionDialog.h</header>
0191    <container>1</container>
0192   </customwidget>
0193   <customwidget>
0194    <class>OrganizeCollectionOptionWidget</class>
0195    <extends>QGroupBox</extends>
0196    <header>dialogs/OrganizeCollectionDialog.h</header>
0197    <container>1</container>
0198   </customwidget>
0199  </customwidgets>
0200  <includes>
0201   <include location="local">kcombobox.h</include>
0202   <include location="local">qlineedit.h</include>
0203  </includes>
0204  <resources/>
0205  <connections/>
0206 </ui>