Warning, /utilities/krename/src/replacewidget.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>ReplaceWidget</class>
0004  <widget class="QWidget" name="ReplaceWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>453</width>
0010     <height>305</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="QHBoxLayout">
0019      <item>
0020       <widget class="QTableWidget" name="list">
0021        <property name="alternatingRowColors">
0022         <bool>true</bool>
0023        </property>
0024        <property name="selectionMode">
0025         <enum>QAbstractItemView::SingleSelection</enum>
0026        </property>
0027        <property name="selectionBehavior">
0028         <enum>QAbstractItemView::SelectRows</enum>
0029        </property>
0030        <column>
0031         <property name="text">
0032          <string>Reg. Expression</string>
0033         </property>
0034        </column>
0035        <column>
0036         <property name="text">
0037          <string>Find</string>
0038         </property>
0039        </column>
0040        <column>
0041         <property name="text">
0042          <string>Replace With</string>
0043         </property>
0044        </column>
0045        <column>
0046         <property name="text">
0047          <string>Process Tokens</string>
0048         </property>
0049        </column>
0050       </widget>
0051      </item>
0052      <item>
0053       <layout class="QVBoxLayout">
0054        <item>
0055         <spacer>
0056          <property name="orientation">
0057           <enum>Qt::Vertical</enum>
0058          </property>
0059          <property name="sizeHint" stdset="0">
0060           <size>
0061            <width>20</width>
0062            <height>40</height>
0063           </size>
0064          </property>
0065         </spacer>
0066        </item>
0067        <item>
0068              <widget class="QPushButton" name="buttonSaveList">
0069          <property name="text">
0070           <string>&amp;Save Settings...</string>
0071          </property>
0072         </widget>
0073        </item>
0074        <item>
0075              <widget class="QPushButton" name="buttonLoadList">
0076          <property name="text">
0077           <string>&amp;Load Settings...</string>
0078          </property>
0079         </widget>
0080        </item>
0081        <item>
0082         <spacer name="verticalSpacer">
0083          <property name="orientation">
0084           <enum>Qt::Vertical</enum>
0085          </property>
0086          <property name="sizeHint" stdset="0">
0087           <size>
0088            <width>20</width>
0089            <height>40</height>
0090           </size>
0091          </property>
0092         </spacer>
0093        </item>
0094        <item>
0095         <widget class="QPushButton" name="buttonAdd">
0096          <property name="text">
0097           <string>&amp;Add...</string>
0098          </property>
0099         </widget>
0100        </item>
0101        <item>
0102         <widget class="QPushButton" name="buttonEdit">
0103          <property name="text">
0104           <string>&amp;Edit...</string>
0105          </property>
0106         </widget>
0107        </item>
0108        <item>
0109         <widget class="QPushButton" name="buttonRemove">
0110          <property name="text">
0111           <string>&amp;Remove</string>
0112          </property>
0113         </widget>
0114        </item>
0115        <item>
0116         <spacer>
0117          <property name="orientation">
0118           <enum>Qt::Vertical</enum>
0119          </property>
0120          <property name="sizeHint" stdset="0">
0121           <size>
0122            <width>20</width>
0123            <height>40</height>
0124           </size>
0125          </property>
0126         </spacer>
0127        </item>
0128       </layout>
0129      </item>
0130     </layout>
0131    </item>
0132    <item>
0133     <widget class="QDialogButtonBox" name="buttonBox">
0134      <property name="standardButtons">
0135       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0136      </property>
0137     </widget>
0138    </item>
0139   </layout>
0140  </widget>
0141  <resources/>
0142  <connections/>
0143 </ui>