Warning, /frameworks/ktexteditor/src/search/searchbarincremental.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  <author>Sebastian Pipping</author>
0004  <class>IncrementalSearchBar</class>
0005  <widget class="QWidget" name="IncrementalSearchBar">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>446</width>
0011     <height>34</height>
0012    </rect>
0013   </property>
0014   <property name="sizePolicy">
0015    <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
0016     <horstretch>0</horstretch>
0017     <verstretch>0</verstretch>
0018    </sizepolicy>
0019   </property>
0020   <layout class="QGridLayout">
0021    <property name="leftMargin">
0022     <number>0</number>
0023    </property>
0024    <property name="topMargin">
0025     <number>0</number>
0026    </property>
0027    <property name="rightMargin">
0028     <number>0</number>
0029    </property>
0030    <property name="bottomMargin">
0031     <number>0</number>
0032    </property>
0033    <item row="0" column="0">
0034     <layout class="QHBoxLayout">
0035      <property name="leftMargin">
0036       <number>0</number>
0037      </property>
0038      <property name="topMargin">
0039       <number>0</number>
0040      </property>
0041      <property name="rightMargin">
0042       <number>0</number>
0043      </property>
0044      <property name="bottomMargin">
0045       <number>0</number>
0046      </property>
0047      <item>
0048       <widget class="QLabel" name="label">
0049        <property name="text">
0050         <string>F&amp;ind:</string>
0051        </property>
0052        <property name="alignment">
0053         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0054        </property>
0055        <property name="buddy">
0056         <cstring>pattern</cstring>
0057        </property>
0058       </widget>
0059      </item>
0060      <item>
0061       <widget class="QComboBox" name="pattern">
0062        <property name="sizePolicy">
0063         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0064          <horstretch>0</horstretch>
0065          <verstretch>0</verstretch>
0066         </sizepolicy>
0067        </property>
0068        <property name="mouseTracking">
0069         <bool>false</bool>
0070        </property>
0071        <property name="focusPolicy">
0072         <enum>Qt::StrongFocus</enum>
0073        </property>
0074        <property name="acceptDrops">
0075         <bool>true</bool>
0076        </property>
0077        <property name="toolTip">
0078         <string>Text to search for</string>
0079        </property>
0080        <property name="editable">
0081         <bool>true</bool>
0082        </property>
0083        <property name="sizeAdjustPolicy">
0084         <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
0085        </property>
0086       </widget>
0087      </item>
0088      <item>
0089       <widget class="QToolButton" name="next">
0090        <property name="toolTip">
0091         <string>Jump to next match</string>
0092        </property>
0093        <property name="autoRaise">
0094         <bool>true</bool>
0095        </property>
0096       </widget>
0097      </item>
0098      <item>
0099       <widget class="QToolButton" name="prev">
0100        <property name="toolTip">
0101         <string>Jump to previous match</string>
0102        </property>
0103        <property name="autoRaise">
0104         <bool>true</bool>
0105        </property>
0106       </widget>
0107      </item>
0108      <item>
0109       <widget class="QToolButton" name="matchCase">
0110        <property name="toolTip">
0111         <string>Match case sensitive</string>
0112        </property>
0113        <property name="checkable">
0114         <bool>true</bool>
0115        </property>
0116        <property name="autoRaise">
0117         <bool>true</bool>
0118        </property>
0119       </widget>
0120      </item>
0121      <item>
0122       <widget class="KSqueezedTextLabel" name="status">
0123        <property name="sizePolicy">
0124         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0125          <horstretch>0</horstretch>
0126          <verstretch>0</verstretch>
0127         </sizepolicy>
0128        </property>
0129        <property name="minimumSize">
0130         <size>
0131          <width>0</width>
0132          <height>0</height>
0133         </size>
0134        </property>
0135        <property name="alignment">
0136         <set>Qt::AlignCenter</set>
0137        </property>
0138        <property name="wordWrap">
0139         <bool>false</bool>
0140        </property>
0141       </widget>
0142      </item>
0143      <item>
0144       <widget class="QToolButton" name="mutate">
0145        <property name="toolTip">
0146         <string>Switch to power search and replace bar</string>
0147        </property>
0148        <property name="text">
0149         <string/>
0150        </property>
0151        <property name="autoRaise">
0152         <bool>true</bool>
0153        </property>
0154        <property name="checkable">
0155         <bool>true</bool>
0156        </property>
0157       </widget>
0158      </item>
0159     </layout>
0160    </item>
0161   </layout>
0162  </widget>
0163  <customwidgets>
0164   <customwidget>
0165    <class>KSqueezedTextLabel</class>
0166    <extends>QLabel</extends>
0167    <header>ksqueezedtextlabel.h</header>
0168   </customwidget>
0169  </customwidgets>
0170  <resources/>
0171  <connections/>
0172 </ui>