Warning, /utilities/krename/src/krenamefilename.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>KRenameFilename</class>
0004  <widget class="QWidget" name="KRenameFilename">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>699</width>
0010     <height>528</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <widget class="QTabWidget" name="tabWidget">
0016      <property name="sizePolicy">
0017       <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
0018        <horstretch>0</horstretch>
0019        <verstretch>0</verstretch>
0020       </sizepolicy>
0021      </property>
0022      <property name="currentIndex">
0023       <number>0</number>
0024      </property>
0025      <widget class="QWidget" name="tabAdvanced">
0026       <attribute name="title">
0027        <string>&amp;Advanced Filename</string>
0028       </attribute>
0029       <layout class="QVBoxLayout">
0030        <item>
0031         <layout class="QHBoxLayout">
0032          <property name="spacing">
0033           <number>6</number>
0034          </property>
0035          <property name="leftMargin">
0036           <number>0</number>
0037          </property>
0038          <property name="topMargin">
0039           <number>0</number>
0040          </property>
0041          <property name="rightMargin">
0042           <number>0</number>
0043          </property>
0044          <property name="bottomMargin">
0045           <number>0</number>
0046          </property>
0047          <item>
0048           <widget class="QLabel" name="lblTemplate">
0049            <property name="text">
0050             <string>&amp;Template:</string>
0051            </property>
0052            <property name="buddy">
0053             <cstring>filenameTemplate</cstring>
0054            </property>
0055           </widget>
0056          </item>
0057          <item>
0058           <widget class="ExtHistoryCombo" name="filenameTemplate">
0059            <property name="sizePolicy">
0060             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0061              <horstretch>6</horstretch>
0062              <verstretch>0</verstretch>
0063             </sizepolicy>
0064            </property>
0065            <property name="toolTip">
0066             <string>&lt;qt&gt;Enter a template for changing the filename.&lt;/qt&gt;</string>
0067            </property>
0068            <property name="editable">
0069             <bool>true</bool>
0070            </property>
0071            <item>
0072             <property name="text">
0073              <string>$</string>
0074             </property>
0075            </item>
0076           </widget>
0077          </item>
0078          <item>
0079           <widget class="QLabel" name="lblDot">
0080            <property name="text">
0081             <string>&lt;p&gt;&lt;b&gt;.&lt;/b&gt;&lt;/p&gt;</string>
0082            </property>
0083           </widget>
0084          </item>
0085          <item>
0086           <widget class="ExtHistoryCombo" name="extensionTemplate">
0087            <property name="enabled">
0088             <bool>false</bool>
0089            </property>
0090            <property name="sizePolicy">
0091             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0092              <horstretch>2</horstretch>
0093              <verstretch>0</verstretch>
0094             </sizepolicy>
0095            </property>
0096            <property name="toolTip">
0097             <string>&lt;qt&gt;Enter a template for changing the file extension.&lt;/qt&gt;</string>
0098            </property>
0099            <property name="editable">
0100             <bool>true</bool>
0101            </property>
0102            <item>
0103             <property name="text">
0104              <string>$</string>
0105             </property>
0106            </item>
0107           </widget>
0108          </item>
0109          <item>
0110           <widget class="QPushButton" name="buttonFunctions">
0111            <property name="toolTip">
0112             <string>&lt;qt&gt;Insert special functions like the artist of an mp3 or the creation date of an image.&lt;/qt&gt;</string>
0113            </property>
0114            <property name="text">
0115             <string>&amp;Functions...</string>
0116            </property>
0117           </widget>
0118          </item>
0119         </layout>
0120        </item>
0121        <item>
0122         <layout class="QHBoxLayout">
0123          <property name="spacing">
0124           <number>6</number>
0125          </property>
0126          <property name="leftMargin">
0127           <number>0</number>
0128          </property>
0129          <property name="topMargin">
0130           <number>0</number>
0131          </property>
0132          <property name="rightMargin">
0133           <number>0</number>
0134          </property>
0135          <property name="bottomMargin">
0136           <number>0</number>
0137          </property>
0138          <item>
0139           <widget class="QCheckBox" name="checkExtension">
0140            <property name="toolTip">
0141             <string>&lt;qt&gt;Keep the file extension as it is and do not change it.&lt;/qt&gt;</string>
0142            </property>
0143            <property name="text">
0144             <string>&amp;Use extension of the input file</string>
0145            </property>
0146            <property name="checked">
0147             <bool>true</bool>
0148            </property>
0149           </widget>
0150          </item>
0151          <item>
0152           <spacer>
0153            <property name="orientation">
0154             <enum>Qt::Horizontal</enum>
0155            </property>
0156            <property name="sizeHint" stdset="0">
0157             <size>
0158              <width>40</width>
0159              <height>20</height>
0160             </size>
0161            </property>
0162           </spacer>
0163          </item>
0164          <item>
0165           <widget class="QLabel" name="lblExtension">
0166            <property name="text">
0167             <string>F&amp;ile extension starts at:</string>
0168            </property>
0169            <property name="buddy">
0170             <cstring>comboExtension</cstring>
0171            </property>
0172           </widget>
0173          </item>
0174          <item>
0175           <widget class="QComboBox" name="comboExtension">
0176            <property name="toolTip">
0177             <string>&lt;qt&gt;Configure which part of the filename is considered to be the fileextension. E.g. &quot;First Dot&quot;, will consider &quot;.tar.gz&quot; as extension, &quot;Last Dot&quot; only &quot;.gz&quot;.&lt;/qt&gt;</string>
0178            </property>
0179            <item>
0180             <property name="text">
0181              <string>First Dot</string>
0182             </property>
0183            </item>
0184            <item>
0185             <property name="text">
0186              <string>Last Dot</string>
0187             </property>
0188            </item>
0189            <item>
0190             <property name="text">
0191              <string>No File Extension</string>
0192             </property>
0193            </item>
0194           </widget>
0195          </item>
0196         </layout>
0197        </item>
0198        <item>
0199         <layout class="QHBoxLayout">
0200          <property name="spacing">
0201           <number>6</number>
0202          </property>
0203          <property name="leftMargin">
0204           <number>0</number>
0205          </property>
0206          <property name="topMargin">
0207           <number>0</number>
0208          </property>
0209          <property name="rightMargin">
0210           <number>0</number>
0211          </property>
0212          <property name="bottomMargin">
0213           <number>0</number>
0214          </property>
0215          <item>
0216           <widget class="QPushButton" name="buttonFind">
0217            <property name="enabled">
0218             <bool>false</bool>
0219            </property>
0220            <property name="toolTip">
0221             <string>&lt;qt&gt;Find and replace strings and regular expressions in the renamed filename.&lt;/qt&gt;</string>
0222            </property>
0223            <property name="text">
0224             <string>Find &amp;and Replace...</string>
0225            </property>
0226           </widget>
0227          </item>
0228          <item>
0229           <widget class="QPushButton" name="buttonNumbering">
0230            <property name="enabled">
0231             <bool>false</bool>
0232            </property>
0233            <property name="toolTip">
0234             <string>&lt;qt&gt;Configure start index, stepping and skipping for numbering of filenames.&lt;/qt&gt;</string>
0235            </property>
0236            <property name="text">
0237             <string>&amp;Numbering...</string>
0238            </property>
0239           </widget>
0240          </item>
0241          <item>
0242           <widget class="QPushButton" name="buttonInsert">
0243            <property name="enabled">
0244             <bool>false</bool>
0245            </property>
0246            <property name="toolTip">
0247             <string>&lt;qt&gt;Graphically select a part of a filename to insert.&lt;/qt&gt;</string>
0248            </property>
0249            <property name="text">
0250             <string>&amp;Insert Part of Filename...</string>
0251            </property>
0252           </widget>
0253          </item>
0254          <item>
0255           <spacer>
0256            <property name="orientation">
0257             <enum>Qt::Horizontal</enum>
0258            </property>
0259            <property name="sizeHint" stdset="0">
0260             <size>
0261              <width>40</width>
0262              <height>20</height>
0263             </size>
0264            </property>
0265           </spacer>
0266          </item>
0267         </layout>
0268        </item>
0269        <item>
0270         <spacer>
0271          <property name="orientation">
0272           <enum>Qt::Vertical</enum>
0273          </property>
0274          <property name="sizeType">
0275           <enum>QSizePolicy::Minimum</enum>
0276          </property>
0277          <property name="sizeHint" stdset="0">
0278           <size>
0279            <width>20</width>
0280            <height>40</height>
0281           </size>
0282          </property>
0283         </spacer>
0284        </item>
0285       </layout>
0286      </widget>
0287      <widget class="QWidget" name="tabSimple">
0288       <attribute name="title">
0289        <string>&amp;Simple Filename</string>
0290       </attribute>
0291       <layout class="QVBoxLayout">
0292        <item>
0293         <layout class="QHBoxLayout">
0294          <property name="spacing">
0295           <number>6</number>
0296          </property>
0297          <property name="leftMargin">
0298           <number>0</number>
0299          </property>
0300          <property name="topMargin">
0301           <number>0</number>
0302          </property>
0303          <property name="rightMargin">
0304           <number>0</number>
0305          </property>
0306          <property name="bottomMargin">
0307           <number>0</number>
0308          </property>
0309          <item>
0310           <widget class="QGroupBox" name="groupFilename">
0311            <property name="title">
0312             <string>&amp;Filename</string>
0313            </property>
0314            <layout class="QGridLayout">
0315             <property name="leftMargin">
0316              <number>9</number>
0317             </property>
0318             <property name="topMargin">
0319              <number>9</number>
0320             </property>
0321             <property name="rightMargin">
0322              <number>9</number>
0323             </property>
0324             <property name="bottomMargin">
0325              <number>9</number>
0326             </property>
0327             <property name="spacing">
0328              <number>6</number>
0329             </property>
0330             <item row="1" column="0">
0331              <widget class="QLabel" name="lblSuffix">
0332               <property name="text">
0333                <string>&amp;Suffix:</string>
0334               </property>
0335               <property name="buddy">
0336                <cstring>comboSuffixCustom</cstring>
0337               </property>
0338              </widget>
0339             </item>
0340             <item row="3" column="3">
0341              <widget class="QPushButton" name="buttonHelp4">
0342               <property name="enabled">
0343                <bool>false</bool>
0344               </property>
0345               <property name="toolTip">
0346                <string>&lt;qt&gt;Insert special functions like the artist of an mp3 or the creation date of an image.&lt;/qt&gt;</string>
0347               </property>
0348               <property name="text">
0349                <string/>
0350               </property>
0351              </widget>
0352             </item>
0353             <item row="2" column="3">
0354              <widget class="QPushButton" name="buttonHelp3">
0355               <property name="enabled">
0356                <bool>false</bool>
0357               </property>
0358               <property name="toolTip">
0359                <string>&lt;qt&gt;Insert special functions like the artist of an mp3 or the creation date of an image.&lt;/qt&gt;</string>
0360               </property>
0361               <property name="text">
0362                <string/>
0363               </property>
0364              </widget>
0365             </item>
0366             <item row="2" column="2">
0367              <widget class="ExtHistoryCombo" name="comboFilenameCustom">
0368               <property name="enabled">
0369                <bool>false</bool>
0370               </property>
0371               <property name="sizePolicy">
0372                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0373                 <horstretch>2</horstretch>
0374                 <verstretch>0</verstretch>
0375                </sizepolicy>
0376               </property>
0377               <property name="sizeIncrement">
0378                <size>
0379                 <width>0</width>
0380                 <height>0</height>
0381                </size>
0382               </property>
0383               <property name="editable">
0384                <bool>true</bool>
0385               </property>
0386              </widget>
0387             </item>
0388             <item row="2" column="1">
0389              <widget class="QComboBox" name="comboFilenameSimple">
0390               <property name="sizePolicy">
0391                <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
0392                 <horstretch>3</horstretch>
0393                 <verstretch>0</verstretch>
0394                </sizepolicy>
0395               </property>
0396               <item>
0397                <property name="text">
0398                 <string>Use original name</string>
0399                </property>
0400               </item>
0401               <item>
0402                <property name="text">
0403                 <string>Convert to lower case</string>
0404                </property>
0405               </item>
0406               <item>
0407                <property name="text">
0408                 <string>Convert to upper case</string>
0409                </property>
0410               </item>
0411               <item>
0412                <property name="text">
0413                 <string>Capitalize</string>
0414                </property>
0415               </item>
0416               <item>
0417                <property name="text">
0418                 <string>Custom name</string>
0419                </property>
0420               </item>
0421              </widget>
0422             </item>
0423             <item row="2" column="0">
0424              <widget class="QLabel" name="lblFilename">
0425               <property name="text">
0426                <string>File&amp;name:</string>
0427               </property>
0428               <property name="buddy">
0429                <cstring>comboFilenameCustom</cstring>
0430               </property>
0431              </widget>
0432             </item>
0433             <item row="1" column="3">
0434              <widget class="QPushButton" name="buttonHelp2">
0435               <property name="toolTip">
0436                <string>&lt;qt&gt;Insert special functions like the artist of an mp3 or the creation date of an image.&lt;/qt&gt;</string>
0437               </property>
0438               <property name="text">
0439                <string/>
0440               </property>
0441              </widget>
0442             </item>
0443             <item row="1" column="2">
0444              <widget class="ExtHistoryCombo" name="comboSuffixCustom">
0445               <property name="sizePolicy">
0446                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0447                 <horstretch>2</horstretch>
0448                 <verstretch>0</verstretch>
0449                </sizepolicy>
0450               </property>
0451               <property name="sizeIncrement">
0452                <size>
0453                 <width>0</width>
0454                 <height>0</height>
0455                </size>
0456               </property>
0457               <property name="editable">
0458                <bool>true</bool>
0459               </property>
0460              </widget>
0461             </item>
0462             <item row="1" column="1">
0463              <widget class="QComboBox" name="comboSuffix">
0464               <property name="sizePolicy">
0465                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0466                 <horstretch>3</horstretch>
0467                 <verstretch>0</verstretch>
0468                </sizepolicy>
0469               </property>
0470               <item>
0471                <property name="text">
0472                 <string/>
0473                </property>
0474               </item>
0475               <item>
0476                <property name="text">
0477                 <string>Number</string>
0478                </property>
0479               </item>
0480               <item>
0481                <property name="text">
0482                 <string>Date</string>
0483                </property>
0484               </item>
0485              </widget>
0486             </item>
0487             <item row="0" column="3">
0488              <widget class="QPushButton" name="buttonHelp1">
0489               <property name="toolTip">
0490                <string>&lt;qt&gt;Insert special functions like the artist of an mp3 or the creation date of an image.&lt;/qt&gt;</string>
0491               </property>
0492               <property name="text">
0493                <string/>
0494               </property>
0495              </widget>
0496             </item>
0497             <item row="0" column="0">
0498              <widget class="QLabel" name="lblPrefix">
0499               <property name="text">
0500                <string>&amp;Prefix:</string>
0501               </property>
0502               <property name="buddy">
0503                <cstring>comboPrefixCustom</cstring>
0504               </property>
0505              </widget>
0506             </item>
0507             <item row="3" column="0">
0508              <widget class="QLabel" name="lblExtension_2">
0509               <property name="text">
0510                <string>&amp;Extension:</string>
0511               </property>
0512               <property name="buddy">
0513                <cstring>comboExtensionCustom</cstring>
0514               </property>
0515              </widget>
0516             </item>
0517             <item row="0" column="1">
0518              <widget class="QComboBox" name="comboPrefix">
0519               <property name="sizePolicy">
0520                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0521                 <horstretch>3</horstretch>
0522                 <verstretch>0</verstretch>
0523                </sizepolicy>
0524               </property>
0525               <item>
0526                <property name="text">
0527                 <string/>
0528                </property>
0529               </item>
0530               <item>
0531                <property name="text">
0532                 <string>Number</string>
0533                </property>
0534               </item>
0535               <item>
0536                <property name="text">
0537                 <string>Date</string>
0538                </property>
0539               </item>
0540              </widget>
0541             </item>
0542             <item row="3" column="1">
0543              <widget class="QComboBox" name="comboExtensionSimple">
0544               <property name="sizePolicy">
0545                <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
0546                 <horstretch>3</horstretch>
0547                 <verstretch>0</verstretch>
0548                </sizepolicy>
0549               </property>
0550               <item>
0551                <property name="text">
0552                 <string>Use original extension</string>
0553                </property>
0554               </item>
0555               <item>
0556                <property name="text">
0557                 <string>Convert to lower case</string>
0558                </property>
0559               </item>
0560               <item>
0561                <property name="text">
0562                 <string>Convert to upper case</string>
0563                </property>
0564               </item>
0565               <item>
0566                <property name="text">
0567                 <string>Capitalize</string>
0568                </property>
0569               </item>
0570               <item>
0571                <property name="text">
0572                 <string>Custom extension</string>
0573                </property>
0574               </item>
0575              </widget>
0576             </item>
0577             <item row="0" column="2">
0578              <widget class="ExtHistoryCombo" name="comboPrefixCustom">
0579               <property name="sizePolicy">
0580                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0581                 <horstretch>2</horstretch>
0582                 <verstretch>0</verstretch>
0583                </sizepolicy>
0584               </property>
0585               <property name="sizeIncrement">
0586                <size>
0587                 <width>0</width>
0588                 <height>0</height>
0589                </size>
0590               </property>
0591               <property name="editable">
0592                <bool>true</bool>
0593               </property>
0594              </widget>
0595             </item>
0596             <item row="3" column="2">
0597              <widget class="ExtHistoryCombo" name="comboExtensionCustom">
0598               <property name="enabled">
0599                <bool>false</bool>
0600               </property>
0601               <property name="sizePolicy">
0602                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0603                 <horstretch>2</horstretch>
0604                 <verstretch>0</verstretch>
0605                </sizepolicy>
0606               </property>
0607               <property name="sizeIncrement">
0608                <size>
0609                 <width>0</width>
0610                 <height>0</height>
0611                </size>
0612               </property>
0613               <property name="editable">
0614                <bool>true</bool>
0615               </property>
0616              </widget>
0617             </item>
0618            </layout>
0619           </widget>
0620          </item>
0621          <item>
0622           <layout class="QVBoxLayout">
0623            <property name="spacing">
0624             <number>6</number>
0625            </property>
0626            <property name="leftMargin">
0627             <number>0</number>
0628            </property>
0629            <property name="topMargin">
0630             <number>0</number>
0631            </property>
0632            <property name="rightMargin">
0633             <number>0</number>
0634            </property>
0635            <property name="bottomMargin">
0636             <number>0</number>
0637            </property>
0638            <item>
0639             <widget class="QGroupBox" name="groupNumber">
0640              <property name="sizePolicy">
0641               <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0642                <horstretch>0</horstretch>
0643                <verstretch>0</verstretch>
0644               </sizepolicy>
0645              </property>
0646              <property name="title">
0647               <string>N&amp;umber</string>
0648              </property>
0649              <layout class="QGridLayout">
0650               <property name="leftMargin">
0651                <number>9</number>
0652               </property>
0653               <property name="topMargin">
0654                <number>9</number>
0655               </property>
0656               <property name="rightMargin">
0657                <number>9</number>
0658               </property>
0659               <property name="bottomMargin">
0660                <number>9</number>
0661               </property>
0662               <property name="spacing">
0663                <number>6</number>
0664               </property>
0665               <item row="1" column="1">
0666                <widget class="QSpinBox" name="spinDigits">
0667                 <property name="sizePolicy">
0668                  <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0669                   <horstretch>2</horstretch>
0670                   <verstretch>0</verstretch>
0671                  </sizepolicy>
0672                 </property>
0673                 <property name="minimum">
0674                  <number>1</number>
0675                 </property>
0676                </widget>
0677               </item>
0678               <item row="0" column="1">
0679                <widget class="QSpinBox" name="spinIndex">
0680                 <property name="sizePolicy">
0681                  <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0682                   <horstretch>2</horstretch>
0683                   <verstretch>0</verstretch>
0684                  </sizepolicy>
0685                 </property>
0686                 <property name="minimum">
0687                  <number>-10000</number>
0688                 </property>
0689                 <property name="maximum">
0690                  <number>10000</number>
0691                 </property>
0692                </widget>
0693               </item>
0694               <item row="1" column="0">
0695                <widget class="QLabel" name="lblDigits">
0696                 <property name="text">
0697                  <string>Number of &amp;digits:</string>
0698                 </property>
0699                 <property name="buddy">
0700                  <cstring>spinDigits</cstring>
0701                 </property>
0702                </widget>
0703               </item>
0704               <item row="0" column="0">
0705                <widget class="QLabel" name="lblIndex">
0706                 <property name="text">
0707                  <string>Start  &amp;index:</string>
0708                 </property>
0709                 <property name="buddy">
0710                  <cstring>spinIndex</cstring>
0711                 </property>
0712                </widget>
0713               </item>
0714              </layout>
0715             </widget>
0716            </item>
0717            <item>
0718             <spacer>
0719              <property name="orientation">
0720               <enum>Qt::Vertical</enum>
0721              </property>
0722              <property name="sizeType">
0723               <enum>QSizePolicy::Minimum</enum>
0724              </property>
0725              <property name="sizeHint" stdset="0">
0726               <size>
0727                <width>20</width>
0728                <height>40</height>
0729               </size>
0730              </property>
0731             </spacer>
0732            </item>
0733            <item>
0734             <widget class="QPushButton" name="buttonFindSimple">
0735              <property name="enabled">
0736               <bool>false</bool>
0737              </property>
0738              <property name="sizePolicy">
0739               <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0740                <horstretch>0</horstretch>
0741                <verstretch>0</verstretch>
0742               </sizepolicy>
0743              </property>
0744              <property name="toolTip">
0745               <string>&lt;qt&gt;Find and replace strings and regular expressions in the renamed filename.&lt;/qt&gt;</string>
0746              </property>
0747              <property name="text">
0748               <string>Find &amp;and Replace...</string>
0749              </property>
0750             </widget>
0751            </item>
0752           </layout>
0753          </item>
0754         </layout>
0755        </item>
0756       </layout>
0757      </widget>
0758     </widget>
0759    </item>
0760    <item>
0761     <layout class="QHBoxLayout">
0762      <property name="spacing">
0763       <number>6</number>
0764      </property>
0765      <property name="leftMargin">
0766       <number>0</number>
0767      </property>
0768      <property name="topMargin">
0769       <number>0</number>
0770      </property>
0771      <property name="rightMargin">
0772       <number>0</number>
0773      </property>
0774      <property name="bottomMargin">
0775       <number>0</number>
0776      </property>
0777      <item>
0778       <widget class="PreviewList" name="listPreview">
0779        <property name="sizePolicy">
0780         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0781          <horstretch>0</horstretch>
0782          <verstretch>0</verstretch>
0783         </sizepolicy>
0784        </property>
0785        <property name="sizeIncrement">
0786         <size>
0787          <width>0</width>
0788          <height>2</height>
0789         </size>
0790        </property>
0791        <property name="rootIsDecorated">
0792         <bool>false</bool>
0793        </property>
0794        <property name="itemsExpandable">
0795         <bool>false</bool>
0796        </property>
0797        <property name="allColumnsShowFocus">
0798         <bool>true</bool>
0799        </property>
0800       </widget>
0801      </item>
0802      <item>
0803       <layout class="QVBoxLayout">
0804        <property name="spacing">
0805         <number>6</number>
0806        </property>
0807        <property name="leftMargin">
0808         <number>0</number>
0809        </property>
0810        <property name="topMargin">
0811         <number>0</number>
0812        </property>
0813        <property name="rightMargin">
0814         <number>0</number>
0815        </property>
0816        <property name="bottomMargin">
0817         <number>0</number>
0818        </property>
0819        <item>
0820         <spacer>
0821          <property name="orientation">
0822           <enum>Qt::Vertical</enum>
0823          </property>
0824          <property name="sizeHint" stdset="0">
0825           <size>
0826            <width>20</width>
0827            <height>40</height>
0828           </size>
0829          </property>
0830         </spacer>
0831        </item>
0832        <item>
0833         <widget class="QPushButton" name="buttonUp">
0834          <property name="toolTip">
0835           <string>Move selected files upwards.</string>
0836          </property>
0837          <property name="text">
0838           <string>&amp;Up</string>
0839          </property>
0840         </widget>
0841        </item>
0842        <item>
0843         <widget class="QPushButton" name="buttonDown">
0844          <property name="toolTip">
0845           <string>Move selected files downwards.</string>
0846          </property>
0847          <property name="text">
0848           <string>&amp;Down</string>
0849          </property>
0850         </widget>
0851        </item>
0852        <item>
0853         <spacer>
0854          <property name="orientation">
0855           <enum>Qt::Vertical</enum>
0856          </property>
0857          <property name="sizeHint" stdset="0">
0858           <size>
0859            <width>20</width>
0860            <height>40</height>
0861           </size>
0862          </property>
0863         </spacer>
0864        </item>
0865       </layout>
0866      </item>
0867     </layout>
0868    </item>
0869   </layout>
0870  </widget>
0871  <customwidgets>
0872   <customwidget>
0873    <class>ExtHistoryCombo</class>
0874    <extends>QComboBox</extends>
0875    <header>exthistorycombo.h</header>
0876   </customwidget>
0877   <customwidget>
0878    <class>PreviewList</class>
0879    <extends>QTreeView</extends>
0880    <header>previewlist.h</header>
0881   </customwidget>
0882  </customwidgets>
0883  <resources/>
0884  <connections/>
0885 </ui>