Warning, /libraries/kwebkitpart/src/ui/searchbar.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>SearchBar</class>
0004  <widget class="QWidget" name="SearchBar">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>564</width>
0010     <height>34</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QHBoxLayout" name="horizontalLayout">
0020    <item>
0021     <widget class="QToolButton" name="closeButton">
0022      <property name="toolTip">
0023       <string>Close the search bar</string>
0024      </property>
0025      <property name="icon">
0026       <iconset theme="dialog-close"/>
0027      </property>
0028      <property name="autoRaise">
0029       <bool>true</bool>
0030      </property>
0031     </widget>
0032    </item>
0033    <item>
0034     <widget class="QLabel" name="searchInfo">
0035      <property name="text">
0036       <string comment="label for input line to find text">&amp;Find:</string>
0037      </property>
0038      <property name="buddy">
0039       <cstring>searchComboBox</cstring>
0040      </property>
0041     </widget>
0042    </item>
0043    <item>
0044     <widget class="KHistoryComboBox" name="searchComboBox">
0045      <property name="sizePolicy">
0046       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0047        <horstretch>0</horstretch>
0048        <verstretch>0</verstretch>
0049       </sizepolicy>
0050      </property>
0051     </widget>
0052    </item>
0053    <item>
0054     <widget class="QToolButton" name="nextButton">
0055      <property name="enabled">
0056       <bool>false</bool>
0057      </property>
0058      <property name="toolTip">
0059       <string>Find the next match for the current search phrase</string>
0060      </property>
0061      <property name="text">
0062       <string>&amp;Next</string>
0063      </property>
0064      <property name="icon">
0065       <iconset theme="go-down-search"/>
0066      </property>
0067      <property name="toolButtonStyle">
0068       <enum>Qt::ToolButtonTextBesideIcon</enum>
0069      </property>
0070     </widget>
0071    </item>
0072    <item>
0073     <widget class="QToolButton" name="previousButton">
0074      <property name="enabled">
0075       <bool>false</bool>
0076      </property>
0077      <property name="toolTip">
0078       <string>Find the previous match for the current search phrase</string>
0079      </property>
0080      <property name="text">
0081       <string>&amp;Previous</string>
0082      </property>
0083      <property name="icon">
0084       <iconset theme="go-up-search"/>
0085      </property>
0086      <property name="toolButtonStyle">
0087       <enum>Qt::ToolButtonTextBesideIcon</enum>
0088      </property>
0089     </widget>
0090    </item>
0091    <item>
0092     <widget class="QToolButton" name="optionsButton">
0093      <property name="toolTip">
0094       <string>Find the previous match for the current search phrase</string>
0095      </property>
0096      <property name="text">
0097       <string>&amp;Options</string>
0098      </property>
0099      <property name="popupMode">
0100       <enum>QToolButton::InstantPopup</enum>
0101      </property>
0102     </widget>
0103    </item>
0104    <item>
0105     <spacer name="horizontalSpacer">
0106      <property name="orientation">
0107       <enum>Qt::Horizontal</enum>
0108      </property>
0109      <property name="sizeType">
0110       <enum>QSizePolicy::MinimumExpanding</enum>
0111      </property>
0112      <property name="sizeHint" stdset="0">
0113       <size>
0114        <width>20</width>
0115        <height>20</height>
0116       </size>
0117      </property>
0118     </spacer>
0119    </item>
0120   </layout>
0121   <action name="actionMatchCase">
0122    <property name="checkable">
0123     <bool>true</bool>
0124    </property>
0125    <property name="text">
0126     <string>&amp;Match Case</string>
0127    </property>
0128   </action>
0129   <action name="actionSearchAutomatically">
0130    <property name="checkable">
0131     <bool>true</bool>
0132    </property>
0133    <property name="checked">
0134     <bool>true</bool>
0135    </property>
0136    <property name="text">
0137     <string>&amp;Search As You Type</string>
0138    </property>
0139   </action>
0140   <action name="actionHighlightMatch">
0141    <property name="checkable">
0142     <bool>true</bool>
0143    </property>
0144    <property name="text">
0145     <string>&amp;Highlight All Matches</string>
0146    </property>
0147    <property name="toolTip">
0148     <string>Highlight Matches</string>
0149    </property>
0150   </action>
0151  </widget>
0152  <customwidgets>
0153   <customwidget>
0154    <class>KComboBox</class>
0155    <extends>QComboBox</extends>
0156    <header>kcombobox.h</header>
0157   </customwidget>
0158   <customwidget>
0159    <class>KHistoryComboBox</class>
0160    <extends>KComboBox</extends>
0161    <header>khistorycombobox.h</header>
0162   </customwidget>
0163  </customwidgets>
0164  <resources/>
0165  <connections>
0166   <connection>
0167    <sender>closeButton</sender>
0168    <signal>clicked()</signal>
0169    <receiver>SearchBar</receiver>
0170    <slot>close()</slot>
0171    <hints>
0172     <hint type="sourcelabel">
0173      <x>16</x>
0174      <y>16</y>
0175     </hint>
0176     <hint type="destinationlabel">
0177      <x>290</x>
0178      <y>16</y>
0179     </hint>
0180    </hints>
0181   </connection>
0182  </connections>
0183 </ui>