Warning, /utilities/krename/src/increasecounterpluginwidget.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>IncreaseCounterPluginWidget</class>
0004  <widget class="QWidget" name="IncreaseCounterPluginWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>512</width>
0010     <height>388</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QGroupBox" name="groupBox">
0016      <property name="title">
0017       <string>&amp;Increase Counter</string>
0018      </property>
0019      <layout class="QVBoxLayout" name="verticalLayout">
0020       <item>
0021        <widget class="QLabel" name="label">
0022         <property name="text">
0023          <string>&lt;p&gt;&lt;b&gt;This plugin adds a given offset to numbers in filenames.&lt;/b&gt;&lt;br/&gt;
0024 E.g. you have the filenames: &lt;i&gt;img014&lt;/i&gt;, &lt;i&gt;img015&lt;/i&gt;, &lt;i&gt;img023&lt;/i&gt; which should be named &lt;i&gt;img010&lt;/i&gt;, &lt;i&gt;img011&lt;/i&gt; and &lt;i&gt;img019&lt;/i&gt;. Using this plugin, you can easily add an offset of -4 to get the desired result.&lt;/p&gt;</string>
0025         </property>
0026         <property name="wordWrap">
0027          <bool>true</bool>
0028         </property>
0029        </widget>
0030       </item>
0031       <item>
0032        <spacer name="verticalSpacer_2">
0033         <property name="orientation">
0034          <enum>Qt::Vertical</enum>
0035         </property>
0036         <property name="sizeHint" stdset="0">
0037          <size>
0038           <width>20</width>
0039           <height>40</height>
0040          </size>
0041         </property>
0042        </spacer>
0043       </item>
0044       <item>
0045        <layout class="QHBoxLayout" name="horizontalLayout">
0046         <item>
0047          <widget class="QLabel" name="label_2">
0048           <property name="text">
0049            <string>Offse&amp;t:</string>
0050           </property>
0051           <property name="buddy">
0052            <cstring>spinOffset</cstring>
0053           </property>
0054          </widget>
0055         </item>
0056         <item>
0057          <widget class="QSpinBox" name="spinOffset">
0058           <property name="minimum">
0059            <number>-10000</number>
0060           </property>
0061           <property name="maximum">
0062            <number>10000</number>
0063           </property>
0064          </widget>
0065         </item>
0066        </layout>
0067       </item>
0068       <item>
0069        <spacer name="verticalSpacer_3">
0070         <property name="orientation">
0071          <enum>Qt::Vertical</enum>
0072         </property>
0073         <property name="sizeHint" stdset="0">
0074          <size>
0075           <width>20</width>
0076           <height>40</height>
0077          </size>
0078         </property>
0079        </spacer>
0080       </item>
0081      </layout>
0082     </widget>
0083    </item>
0084    <item>
0085     <spacer name="verticalSpacer">
0086      <property name="orientation">
0087       <enum>Qt::Vertical</enum>
0088      </property>
0089      <property name="sizeHint" stdset="0">
0090       <size>
0091        <width>20</width>
0092        <height>94</height>
0093       </size>
0094      </property>
0095     </spacer>
0096    </item>
0097   </layout>
0098  </widget>
0099  <resources/>
0100  <connections/>
0101 </ui>