Warning, /utilities/krename/src/replaceitemdlg.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>ReplaceItemDlg</class>
0004  <widget class="QDialog" name="ReplaceItemDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>393</width>
0010     <height>145</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Find and Replace</string>
0015   </property>
0016   <layout class="QVBoxLayout">
0017    <item>
0018     <layout class="QGridLayout">
0019      <item row="0" column="0">
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string>&amp;Find:</string>
0023        </property>
0024        <property name="buddy">
0025         <cstring>lineFind</cstring>
0026        </property>
0027       </widget>
0028      </item>
0029      <item row="0" column="1">
0030       <widget class="QLineEdit" name="lineFind"/>
0031      </item>
0032      <item row="1" column="0">
0033       <widget class="QLabel" name="label_2">
0034        <property name="text">
0035         <string>&amp;Replace With:</string>
0036        </property>
0037        <property name="buddy">
0038         <cstring>lineReplace</cstring>
0039        </property>
0040       </widget>
0041      </item>
0042      <item row="1" column="1">
0043       <widget class="QLineEdit" name="lineReplace"/>
0044      </item>
0045     </layout>
0046    </item>
0047    <item>
0048     <widget class="QCheckBox" name="checkRegular">
0049      <property name="text">
0050       <string>Find is a Regular &amp;Expression</string>
0051      </property>
0052     </widget>
0053    </item>
0054    <item>
0055     <widget class="QCheckBox" name="checkProcess">
0056      <property name="text">
0057       <string>&amp;Process tokens in replace string</string>
0058      </property>
0059     </widget>
0060    </item>
0061    <item>
0062     <widget class="QDialogButtonBox" name="buttonBox">
0063      <property name="orientation">
0064       <enum>Qt::Horizontal</enum>
0065      </property>
0066      <property name="standardButtons">
0067       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0068      </property>
0069     </widget>
0070    </item>
0071   </layout>
0072  </widget>
0073  <resources/>
0074  <connections>
0075   <connection>
0076    <sender>buttonBox</sender>
0077    <signal>accepted()</signal>
0078    <receiver>ReplaceItemDlg</receiver>
0079    <slot>accept()</slot>
0080    <hints>
0081     <hint type="sourcelabel">
0082      <x>248</x>
0083      <y>254</y>
0084     </hint>
0085     <hint type="destinationlabel">
0086      <x>157</x>
0087      <y>274</y>
0088     </hint>
0089    </hints>
0090   </connection>
0091   <connection>
0092    <sender>buttonBox</sender>
0093    <signal>rejected()</signal>
0094    <receiver>ReplaceItemDlg</receiver>
0095    <slot>reject()</slot>
0096    <hints>
0097     <hint type="sourcelabel">
0098      <x>316</x>
0099      <y>260</y>
0100     </hint>
0101     <hint type="destinationlabel">
0102      <x>286</x>
0103      <y>274</y>
0104     </hint>
0105    </hints>
0106   </connection>
0107  </connections>
0108 </ui>