Warning, /graphics/digikam/core/utilities/advancedrename/parser/modifiers/rangemodifierdialogwidget.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>RangeModifierDialogWidget</class>
0004  <widget class="QWidget" name="RangeModifierDialogWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>257</width>
0010     <height>175</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QGridLayout" name="gridLayout" columnstretch="0,10">
0016      <item row="0" column="0">
0017       <widget class="QLabel" name="label">
0018        <property name="text">
0019         <string comment="start of the range">From:</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item row="0" column="1">
0024       <widget class="QSpinBox" name="startInput" native="true">
0025        <property name="minimum" stdset="0">
0026         <number>1</number>
0027        </property>
0028       </widget>
0029      </item>
0030      <item row="1" column="0" colspan="2">
0031       <widget class="QCheckBox" name="toTheEndCheckBox">
0032        <property name="text">
0033         <string comment="range goes to the end of the string">to the end</string>
0034        </property>
0035        <property name="checked">
0036         <bool>true</bool>
0037        </property>
0038       </widget>
0039      </item>
0040      <item row="2" column="0">
0041       <widget class="QLabel" name="label_2">
0042        <property name="text">
0043         <string comment="end of the range">To:</string>
0044        </property>
0045       </widget>
0046      </item>
0047      <item row="2" column="1">
0048       <widget class="QSpinBox" name="stopInput" native="true">
0049        <property name="minimum" stdset="0">
0050         <number>1</number>
0051        </property>
0052       </widget>
0053      </item>
0054     </layout>
0055    </item>
0056    <item>
0057     <spacer name="verticalSpacer">
0058      <property name="orientation">
0059       <enum>Qt::Vertical</enum>
0060      </property>
0061      <property name="sizeHint" stdset="0">
0062       <size>
0063        <width>20</width>
0064        <height>0</height>
0065       </size>
0066      </property>
0067     </spacer>
0068    </item>
0069   </layout>
0070  </widget>
0071  <customwidgets>
0072  </customwidgets>
0073  <resources/>
0074  <connections/>
0075 </ui>