more tweaks to the findbar ui, reducing its minwidth to about 400px.
[kdelibs.git] / khtml / find / khtmlfindbar_base.ui
blobc02e25aab35b23df624e6b36b18727e24261d584
1 <ui version="4.0" >
2  <class>KHTMLFindBarBase</class>
3  <widget class="QWidget" name="KHTMLFindBarBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>640</width>
9     <height>32</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <layout class="QHBoxLayout" name="horizontalLayout" >
19    <property name="spacing" >
20     <number>4</number>
21    </property>
22    <property name="leftMargin" >
23     <number>0</number>
24    </property>
25    <property name="topMargin" >
26     <number>0</number>
27    </property>
28    <property name="rightMargin" >
29     <number>0</number>
30    </property>
31    <property name="bottomMargin" >
32     <number>2</number>
33    </property>
34    <item>
35     <widget class="QLabel" name="label" >
36      <property name="sizePolicy" >
37       <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
38        <horstretch>0</horstretch>
39        <verstretch>0</verstretch>
40       </sizepolicy>
41      </property>
42      <property name="text" >
43       <string>F&amp;ind:</string>
44      </property>
45      <property name="buddy" >
46       <cstring>m_find</cstring>
47      </property>
48     </widget>
49    </item>
50    <item>
51     <widget class="KHistoryComboBox" name="m_find" >
52      <property name="sizePolicy" >
53       <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
54        <horstretch>10</horstretch>
55        <verstretch>0</verstretch>
56       </sizepolicy>
57      </property>
58      <property name="minimumSize" >
59       <size>
60        <width>60</width>
61        <height>0</height>
62       </size>
63      </property>
64      <property name="maximumSize" >
65       <size>
66        <width>180</width>
67        <height>16777215</height>
68       </size>
69      </property>
70     </widget>
71    </item>
72    <item>
73     <widget class="QToolButton" name="m_next" >
74      <property name="text" >
75       <string>&amp;Next</string>
76      </property>
77      <property name="toolButtonStyle" >
78       <enum>Qt::ToolButtonTextBesideIcon</enum>
79      </property>
80     </widget>
81    </item>
82    <item>
83     <widget class="QToolButton" name="m_previous" >
84      <property name="text" >
85       <string>&amp;Previous</string>
86      </property>
87      <property name="toolButtonStyle" >
88       <enum>Qt::ToolButtonTextBesideIcon</enum>
89      </property>
90     </widget>
91    </item>
92    <item>
93     <spacer name="horizontalSpacer" >
94      <property name="orientation" >
95       <enum>Qt::Horizontal</enum>
96      </property>
97      <property name="sizeType" >
98       <enum>QSizePolicy::Fixed</enum>
99      </property>
100      <property name="sizeHint" stdset="0" >
101       <size>
102        <width>14</width>
103        <height>26</height>
104       </size>
105      </property>
106     </spacer>
107    </item>
108    <item>
109     <widget class="QToolButton" name="m_options" >
110      <property name="text" >
111       <string>&amp;Options</string>
112      </property>
113      <property name="checkable" >
114       <bool>false</bool>
115      </property>
116      <property name="popupMode" >
117       <enum>QToolButton::InstantPopup</enum>
118      </property>
119      <property name="toolButtonStyle" >
120       <enum>Qt::ToolButtonTextOnly</enum>
121      </property>
122     </widget>
123    </item>
124    <item>
125     <spacer name="horizontalSpacer_2" >
126      <property name="orientation" >
127       <enum>Qt::Horizontal</enum>
128      </property>
129      <property name="sizeHint" stdset="0" >
130       <size>
131        <width>16</width>
132        <height>17</height>
133       </size>
134      </property>
135     </spacer>
136    </item>
137    <item>
138     <widget class="KSqueezedTextLabel" name="m_statusLabel" />
139    </item>
140    <item>
141     <spacer name="horizontalSpacer_3" >
142      <property name="orientation" >
143       <enum>Qt::Horizontal</enum>
144      </property>
145      <property name="sizeHint" stdset="0" >
146       <size>
147        <width>16</width>
148        <height>17</height>
149       </size>
150      </property>
151     </spacer>
152    </item>
153   </layout>
154  </widget>
155  <layoutdefault spacing="0" margin="0" />
156  <customwidgets>
157   <customwidget>
158    <class>KHistoryComboBox</class>
159    <extends>KComboBox</extends>
160    <header>khistorycombobox.h</header>
161   </customwidget>
162   <customwidget>
163    <class>KSqueezedTextLabel</class>
164    <extends>QLabel</extends>
165    <header>ksqueezedtextlabel.h</header>
166   </customwidget>
167  </customwidgets>
168  <includes/>
169  <resources/>
170  <connections/>
171 </ui>