Warning, /graphics/digikam/core/utilities/advancedrename/parser/modifiers/replacemodifierdialogwidget.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>ReplaceModifierDialogWidget</class>
0004  <widget class="QWidget" name="ReplaceModifierDialogWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>230</width>
0010     <height>201</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <layout class="QGridLayout" name="gridLayout">
0016      <item row="0" column="0">
0017       <widget class="QLabel" name="label">
0018        <property name="text">
0019         <string comment="Replace string">Replace:</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item row="0" column="1">
0024       <widget class="QLineEdit" name="source">
0025        <property name="showClearButton" stdset="0">
0026         <bool>true</bool>
0027        </property>
0028       </widget>
0029      </item>
0030      <item row="1" column="0">
0031       <widget class="QLabel" name="label_2">
0032        <property name="text">
0033         <string comment="The string to replace the text with">With:</string>
0034        </property>
0035       </widget>
0036      </item>
0037      <item row="1" column="1">
0038       <widget class="QLineEdit" name="destination">
0039        <property name="showClearButton" stdset="0">
0040         <bool>true</bool>
0041        </property>
0042       </widget>
0043      </item>
0044     </layout>
0045    </item>
0046    <item>
0047     <widget class="QGroupBox" name="groupBox">
0048      <property name="title">
0049       <string>Options</string>
0050      </property>
0051      <layout class="QVBoxLayout" name="verticalLayout">
0052       <item>
0053        <widget class="QCheckBox" name="caseSensitive">
0054         <property name="text">
0055          <string>Case Sensitive</string>
0056         </property>
0057        </widget>
0058       </item>
0059       <item>
0060        <widget class="QCheckBox" name="isRegExp">
0061         <property name="text">
0062          <string>Regular Expression</string>
0063         </property>
0064        </widget>
0065       </item>
0066      </layout>
0067     </widget>
0068    </item>
0069    <item>
0070     <spacer name="verticalSpacer">
0071      <property name="orientation">
0072       <enum>Qt::Vertical</enum>
0073      </property>
0074      <property name="sizeHint" stdset="0">
0075       <size>
0076        <width>20</width>
0077        <height>0</height>
0078       </size>
0079      </property>
0080     </spacer>
0081    </item>
0082   </layout>
0083  </widget>
0084  <customwidgets>
0085  </customwidgets>
0086  <resources/>
0087  <connections/>
0088 </ui>