Warning, /frameworks/khtml/src/ui/findbar/khtmlfindbar_base.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>KHTMLFindBarBase</class>
0003  <widget class="QWidget" name="KHTMLFindBarBase" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>640</width>
0009     <height>32</height>
0010    </rect>
0011   </property>
0012   <property name="sizePolicy" >
0013    <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
0014     <horstretch>0</horstretch>
0015     <verstretch>0</verstretch>
0016    </sizepolicy>
0017   </property>
0018   <layout class="QHBoxLayout" name="horizontalLayout" >
0019    <property name="spacing" >
0020     <number>4</number>
0021    </property>
0022    <property name="leftMargin" >
0023     <number>0</number>
0024    </property>
0025    <property name="topMargin" >
0026     <number>0</number>
0027    </property>
0028    <property name="rightMargin" >
0029     <number>0</number>
0030    </property>
0031    <property name="bottomMargin" >
0032     <number>2</number>
0033    </property>
0034    <item>
0035     <widget class="QLabel" name="label" >
0036      <property name="sizePolicy" >
0037       <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
0038        <horstretch>0</horstretch>
0039        <verstretch>0</verstretch>
0040       </sizepolicy>
0041      </property>
0042      <property name="text" >
0043       <string>F&amp;ind:</string>
0044      </property>
0045      <property name="buddy" >
0046       <cstring>m_find</cstring>
0047      </property>
0048     </widget>
0049    </item>
0050    <item>
0051     <widget class="KHistoryComboBox" name="m_find" >
0052      <property name="sizePolicy" >
0053       <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
0054        <horstretch>10</horstretch>
0055        <verstretch>0</verstretch>
0056       </sizepolicy>
0057      </property>
0058      <property name="minimumSize" >
0059       <size>
0060        <width>60</width>
0061        <height>0</height>
0062       </size>
0063      </property>
0064      <property name="maximumSize" >
0065       <size>
0066        <width>180</width>
0067        <height>16777215</height>
0068       </size>
0069      </property>
0070     </widget>
0071    </item>
0072    <item>
0073     <widget class="QToolButton" name="m_next" >
0074      <property name="text" >
0075       <string>&amp;Next</string>
0076      </property>
0077      <property name="toolButtonStyle" >
0078       <enum>Qt::ToolButtonTextBesideIcon</enum>
0079      </property>
0080     </widget>
0081    </item>
0082    <item>
0083     <widget class="QToolButton" name="m_previous" >
0084      <property name="text" >
0085       <string>&amp;Previous</string>
0086      </property>
0087      <property name="toolButtonStyle" >
0088       <enum>Qt::ToolButtonTextBesideIcon</enum>
0089      </property>
0090     </widget>
0091    </item>
0092    <item>
0093     <spacer name="horizontalSpacer" >
0094      <property name="orientation" >
0095       <enum>Qt::Horizontal</enum>
0096      </property>
0097      <property name="sizeType" >
0098       <enum>QSizePolicy::Fixed</enum>
0099      </property>
0100      <property name="sizeHint" stdset="0" >
0101       <size>
0102        <width>14</width>
0103        <height>26</height>
0104       </size>
0105      </property>
0106     </spacer>
0107    </item>
0108    <item>
0109     <widget class="QToolButton" name="m_options" >
0110      <property name="text" >
0111       <string>Opt&amp;ions</string>
0112      </property>
0113      <property name="checkable" >
0114       <bool>false</bool>
0115      </property>
0116      <property name="popupMode" >
0117       <enum>QToolButton::InstantPopup</enum>
0118      </property>
0119      <property name="toolButtonStyle" >
0120       <enum>Qt::ToolButtonTextOnly</enum>
0121      </property>
0122     </widget>
0123    </item>
0124    <item>
0125     <spacer name="horizontalSpacer_2" >
0126      <property name="orientation" >
0127       <enum>Qt::Horizontal</enum>
0128      </property>
0129      <property name="sizeHint" stdset="0" >
0130       <size>
0131        <width>16</width>
0132        <height>17</height>
0133       </size>
0134      </property>
0135     </spacer>
0136    </item>
0137    <item>
0138     <widget class="KSqueezedTextLabel" name="m_statusLabel" />
0139    </item>
0140    <item>
0141     <spacer name="horizontalSpacer_3" >
0142      <property name="orientation" >
0143       <enum>Qt::Horizontal</enum>
0144      </property>
0145      <property name="sizeHint" stdset="0" >
0146       <size>
0147        <width>16</width>
0148        <height>17</height>
0149       </size>
0150      </property>
0151     </spacer>
0152    </item>
0153   </layout>
0154  </widget>
0155  <customwidgets>
0156   <customwidget>
0157    <class>KHistoryComboBox</class>
0158    <extends>KComboBox</extends>
0159    <header>khistorycombobox.h</header>
0160   </customwidget>
0161   <customwidget>
0162    <class>KSqueezedTextLabel</class>
0163    <extends>QLabel</extends>
0164    <header>ksqueezedtextlabel.h</header>
0165   </customwidget>
0166  </customwidgets>
0167  <resources/>
0168  <connections>
0169   <connection>
0170    <sender>m_find</sender>
0171    <signal>returnPressed()</signal>
0172    <receiver>m_next</receiver>
0173    <slot>click()</slot>
0174    <hints>
0175     <hint type="sourcelabel" >
0176      <x>122</x>
0177      <y>14</y>
0178     </hint>
0179     <hint type="destinationlabel" >
0180      <x>239</x>
0181      <y>14</y>
0182     </hint>
0183    </hints>
0184   </connection>
0185  </connections>
0186 </ui>