Warning, /rolisteam/rolisteam/src/libraries/rwidgets/editors/sharededitor/finddialog.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>FindDialog</class>
0004  <widget class="QDialog" name="FindDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>543</width>
0010     <height>209</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Find</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout_3">
0017    <property name="leftMargin">
0018     <number>6</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>6</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>6</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>0</number>
0028    </property>
0029    <property name="verticalSpacing">
0030     <number>3</number>
0031    </property>
0032    <item row="0" column="0">
0033     <layout class="QGridLayout" name="gridLayout_2">
0034      <property name="verticalSpacing">
0035       <number>-1</number>
0036      </property>
0037      <item row="0" column="0">
0038       <widget class="QLabel" name="label">
0039        <property name="text">
0040         <string>Find:</string>
0041        </property>
0042        <property name="alignment">
0043         <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0044        </property>
0045       </widget>
0046      </item>
0047      <item row="0" column="1" rowspan="2">
0048       <layout class="QGridLayout" name="gridLayout">
0049        <property name="verticalSpacing">
0050         <number>3</number>
0051        </property>
0052        <item row="0" column="0">
0053         <widget class="QTextEdit" name="findTextEdit">
0054          <property name="sizePolicy">
0055           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0056            <horstretch>0</horstretch>
0057            <verstretch>0</verstretch>
0058           </sizepolicy>
0059          </property>
0060          <property name="minimumSize">
0061           <size>
0062            <width>200</width>
0063            <height>1</height>
0064           </size>
0065          </property>
0066         </widget>
0067        </item>
0068        <item row="1" column="0">
0069         <widget class="QTextEdit" name="replaceTextEdit">
0070          <property name="minimumSize">
0071           <size>
0072            <width>200</width>
0073            <height>1</height>
0074           </size>
0075          </property>
0076         </widget>
0077        </item>
0078       </layout>
0079      </item>
0080      <item row="1" column="0">
0081       <widget class="QLabel" name="label_2">
0082        <property name="text">
0083         <string>Replace With:</string>
0084        </property>
0085        <property name="alignment">
0086         <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0087        </property>
0088       </widget>
0089      </item>
0090     </layout>
0091    </item>
0092    <item row="1" column="0">
0093     <layout class="QHBoxLayout" name="horizontalLayout_4">
0094      <item>
0095       <spacer name="horizontalSpacer_2">
0096        <property name="orientation">
0097         <enum>Qt::Horizontal</enum>
0098        </property>
0099        <property name="sizeHint" stdset="0">
0100         <size>
0101          <width>40</width>
0102          <height>20</height>
0103         </size>
0104        </property>
0105       </spacer>
0106      </item>
0107      <item>
0108       <widget class="QCheckBox" name="ignoreCaseCheckBox">
0109        <property name="text">
0110         <string>Ignore Case</string>
0111        </property>
0112        <property name="checked">
0113         <bool>true</bool>
0114        </property>
0115       </widget>
0116      </item>
0117      <item>
0118       <widget class="QCheckBox" name="wrapAroundCheckBox">
0119        <property name="text">
0120         <string>Wrap Around</string>
0121        </property>
0122        <property name="checked">
0123         <bool>true</bool>
0124        </property>
0125       </widget>
0126      </item>
0127      <item>
0128       <widget class="QComboBox" name="findModeComboBox">
0129        <item>
0130         <property name="text">
0131          <string>Contains</string>
0132         </property>
0133        </item>
0134        <item>
0135         <property name="text">
0136          <string>Starts With</string>
0137         </property>
0138        </item>
0139        <item>
0140         <property name="text">
0141          <string>Entire Word</string>
0142         </property>
0143        </item>
0144       </widget>
0145      </item>
0146     </layout>
0147    </item>
0148    <item row="3" column="0">
0149     <layout class="QHBoxLayout" name="horizontalLayout">
0150      <item>
0151       <spacer name="horizontalSpacer">
0152        <property name="orientation">
0153         <enum>Qt::Horizontal</enum>
0154        </property>
0155        <property name="sizeHint" stdset="0">
0156         <size>
0157          <width>40</width>
0158          <height>20</height>
0159         </size>
0160        </property>
0161       </spacer>
0162      </item>
0163      <item>
0164       <widget class="QPushButton" name="replaceAllPushButton">
0165        <property name="text">
0166         <string>Replace All</string>
0167        </property>
0168        <property name="autoDefault">
0169         <bool>false</bool>
0170        </property>
0171       </widget>
0172      </item>
0173      <item>
0174       <widget class="QPushButton" name="replacePushButton">
0175        <property name="text">
0176         <string>Replace</string>
0177        </property>
0178        <property name="autoDefault">
0179         <bool>false</bool>
0180        </property>
0181       </widget>
0182      </item>
0183      <item>
0184       <widget class="QPushButton" name="findReplacePushButton">
0185        <property name="text">
0186         <string>Find &amp;&amp; Replace</string>
0187        </property>
0188        <property name="autoDefault">
0189         <bool>false</bool>
0190        </property>
0191       </widget>
0192      </item>
0193      <item>
0194       <widget class="QPushButton" name="findPreviousPushButton">
0195        <property name="text">
0196         <string>Previous</string>
0197        </property>
0198        <property name="autoDefault">
0199         <bool>false</bool>
0200        </property>
0201       </widget>
0202      </item>
0203      <item>
0204       <widget class="QPushButton" name="findNextPushButton">
0205        <property name="text">
0206         <string>Next</string>
0207        </property>
0208        <property name="default">
0209         <bool>true</bool>
0210        </property>
0211       </widget>
0212      </item>
0213     </layout>
0214    </item>
0215   </layout>
0216  </widget>
0217  <resources/>
0218  <connections/>
0219 </ui>