2010-03-26 15:09:07 +00:00
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>SearchUi</class>
|
2010-03-26 15:09:07 +00:00
|
|
|
<widget class="QDialog" name="SearchUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-03-26 15:09:07 +00:00
|
|
|
<width>357</width>
|
|
|
|
<height>152</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="sizeGripEnabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>11</number>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="spacing">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="findLA">
|
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>&Find:</string>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="buddy">
|
2006-03-24 15:59:11 +00:00
|
|
|
<cstring>findCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="findCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
2006-03-24 15:59:11 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="focusPolicy">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="editable">
|
2006-03-05 17:24:44 +00:00
|
|
|
<bool>true</bool>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="maxCount">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>666</number>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="insertPolicy">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>QComboBox::InsertAtTop</enum>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="autoCompletion">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="duplicatesEnabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="replaceLA">
|
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Replace &with:</string>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="buddy">
|
2006-03-24 15:59:11 +00:00
|
|
|
<cstring>replaceCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="replaceCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
2006-03-24 15:59:11 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="editable">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="maxCount">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>666</number>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="insertPolicy">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>QComboBox::InsertAtTop</enum>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="autoCompletion">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="duplicatesEnabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="caseCB">
|
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Case &sensitive</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="3" column="0" rowspan="2" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="wordsCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Match w&hole words only</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="2" column="2">
|
2006-03-24 15:59:11 +00:00
|
|
|
<spacer>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="orientation">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="sizeType">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="6" column="0" colspan="2">
|
2006-03-24 15:59:11 +00:00
|
|
|
<spacer>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="orientation">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="sizeType">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="6" column="3">
|
2006-03-24 15:59:11 +00:00
|
|
|
<spacer>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="orientation">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="sizeType">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QPushButton" name="findPB">
|
|
|
|
<property name="enabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Find &Next</string>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="default">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QPushButton" name="replacePB">
|
|
|
|
<property name="enabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>&Replace</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="2" column="3" rowspan="2">
|
|
|
|
<widget class="QPushButton" name="replaceallPB">
|
|
|
|
<property name="enabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-03-26 15:09:07 +00:00
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Replace &All</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="5" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="backwardsCB">
|
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Search &backwards</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-26 15:09:07 +00:00
|
|
|
<item row="4" column="3" rowspan="2">
|
|
|
|
<widget class="QPushButton" name="closePB">
|
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>findCO</tabstop>
|
|
|
|
<tabstop>replaceCO</tabstop>
|
|
|
|
<tabstop>caseCB</tabstop>
|
|
|
|
<tabstop>wordsCB</tabstop>
|
|
|
|
<tabstop>backwardsCB</tabstop>
|
|
|
|
<tabstop>findPB</tabstop>
|
|
|
|
<tabstop>replacePB</tabstop>
|
|
|
|
<tabstop>replaceallPB</tabstop>
|
|
|
|
<tabstop>closePB</tabstop>
|
|
|
|
</tabstops>
|
2010-03-26 15:09:07 +00:00
|
|
|
<includes>
|
|
|
|
<include location="local">qt_i18n.h</include>
|
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|