]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/SearchUi.ui
Correct tooltip
[lyx.git] / src / frontends / qt / ui / SearchUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SearchUi</class>
4  <widget class="QWidget" name="SearchUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>706</width>
10     <height>135</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string/>
21   </property>
22   <property name="sizeGripEnabled" stdset="0">
23    <bool>false</bool>
24   </property>
25   <layout class="QGridLayout" name="gridLayout_2">
26    <item row="0" column="0">
27     <layout class="QGridLayout" name="gridLayout">
28      <item row="0" column="2">
29       <widget class="QPushButton" name="findPrevPB">
30        <property name="enabled">
31         <bool>false</bool>
32        </property>
33        <property name="toolTip">
34         <string>Find previous occurrence (Shift+Enter)</string>
35        </property>
36        <property name="text">
37         <string>&lt; Find</string>
38        </property>
39       </widget>
40      </item>
41      <item row="1" column="4">
42       <widget class="QPushButton" name="replaceallPB">
43        <property name="enabled">
44         <bool>false</bool>
45        </property>
46        <property name="toolTip">
47         <string>Replace all occurrences</string>
48        </property>
49        <property name="text">
50         <string>Replace &amp;All</string>
51        </property>
52       </widget>
53      </item>
54      <item row="0" column="1">
55       <widget class="QComboBox" name="findCO">
56        <property name="sizePolicy">
57         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
58          <horstretch>0</horstretch>
59          <verstretch>0</verstretch>
60         </sizepolicy>
61        </property>
62        <property name="focusPolicy">
63         <enum>Qt::StrongFocus</enum>
64        </property>
65        <property name="editable">
66         <bool>true</bool>
67        </property>
68        <property name="maxCount">
69         <number>666</number>
70        </property>
71        <property name="insertPolicy">
72         <enum>QComboBox::InsertAtTop</enum>
73        </property>
74        <property name="duplicatesEnabled">
75         <bool>false</bool>
76        </property>
77       </widget>
78      </item>
79      <item row="0" column="4">
80       <widget class="QPushButton" name="minimizePB">
81        <property name="toolTip">
82         <string>Hide replace and option widgets</string>
83        </property>
84        <property name="text">
85         <string>&amp;Minimize</string>
86        </property>
87       </widget>
88      </item>
89      <item row="1" column="0">
90       <widget class="QLabel" name="replaceLA">
91        <property name="text">
92         <string>Rep&amp;lace with:</string>
93        </property>
94        <property name="buddy">
95         <cstring>replaceCO</cstring>
96        </property>
97       </widget>
98      </item>
99      <item row="0" column="0">
100       <widget class="QLabel" name="findLA">
101        <property name="text">
102         <string>&amp;Search:</string>
103        </property>
104        <property name="buddy">
105         <cstring>findCO</cstring>
106        </property>
107       </widget>
108      </item>
109      <item row="1" column="1">
110       <widget class="QComboBox" name="replaceCO">
111        <property name="sizePolicy">
112         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
113          <horstretch>0</horstretch>
114          <verstretch>0</verstretch>
115         </sizepolicy>
116        </property>
117        <property name="editable">
118         <bool>true</bool>
119        </property>
120        <property name="maxCount">
121         <number>666</number>
122        </property>
123        <property name="insertPolicy">
124         <enum>QComboBox::InsertAtTop</enum>
125        </property>
126        <property name="duplicatesEnabled">
127         <bool>false</bool>
128        </property>
129       </widget>
130      </item>
131      <item row="1" column="3">
132       <widget class="QPushButton" name="replacePB">
133        <property name="enabled">
134         <bool>false</bool>
135        </property>
136        <property name="toolTip">
137         <string>Replace and find next occurrence</string>
138        </property>
139        <property name="layoutDirection">
140         <enum>Qt::LeftToRight</enum>
141        </property>
142        <property name="text">
143         <string>&amp;Replace &gt;</string>
144        </property>
145       </widget>
146      </item>
147      <item row="1" column="2">
148       <widget class="QPushButton" name="replacePrevPB">
149        <property name="enabled">
150         <bool>false</bool>
151        </property>
152        <property name="toolTip">
153         <string>Replace and find previous occurrence</string>
154        </property>
155        <property name="text">
156         <string>&lt; Re&amp;place</string>
157        </property>
158       </widget>
159      </item>
160      <item row="0" column="3">
161       <widget class="QPushButton" name="findPB">
162        <property name="enabled">
163         <bool>false</bool>
164        </property>
165        <property name="toolTip">
166         <string>Find next occurrence (Enter)</string>
167        </property>
168        <property name="layoutDirection">
169         <enum>Qt::LeftToRight</enum>
170        </property>
171        <property name="text">
172         <string>Find &gt;</string>
173        </property>
174        <property name="default">
175         <bool>true</bool>
176        </property>
177       </widget>
178      </item>
179     </layout>
180    </item>
181    <item row="1" column="0">
182     <widget class="QFrame" name="CBFrame">
183      <layout class="QHBoxLayout" name="CBLayout">
184       <property name="spacing">
185        <number>0</number>
186       </property>
187       <property name="leftMargin">
188        <number>0</number>
189       </property>
190       <property name="topMargin">
191        <number>0</number>
192       </property>
193       <property name="rightMargin">
194        <number>0</number>
195       </property>
196       <property name="bottomMargin">
197        <number>0</number>
198       </property>
199       <item>
200        <layout class="QHBoxLayout" name="horizontalLayout_2">
201         <item>
202          <widget class="QCheckBox" name="caseCB">
203           <property name="text">
204            <string>&amp;Case sensitive[[search]]</string>
205           </property>
206          </widget>
207         </item>
208         <item>
209          <widget class="QCheckBox" name="wordsCB">
210           <property name="text">
211            <string>Wh&amp;ole words</string>
212           </property>
213          </widget>
214         </item>
215         <item>
216          <widget class="QCheckBox" name="instantSearchCB">
217           <property name="toolTip">
218            <string>If this is checked, LyX will search forward immediately</string>
219           </property>
220           <property name="text">
221            <string>Search as you t&amp;ype</string>
222           </property>
223          </widget>
224         </item>
225         <item>
226          <widget class="QCheckBox" name="wrapCB">
227           <property name="toolTip">
228            <string>If the end/start of the document is reached, automatically wrap around</string>
229           </property>
230           <property name="text">
231            <string>&amp;Wrap</string>
232           </property>
233          </widget>
234         </item>
235         <item>
236          <spacer name="horizontalSpacer">
237           <property name="orientation">
238            <enum>Qt::Horizontal</enum>
239           </property>
240           <property name="sizeHint" stdset="0">
241            <size>
242             <width>40</width>
243             <height>20</height>
244            </size>
245           </property>
246          </spacer>
247         </item>
248        </layout>
249       </item>
250      </layout>
251     </widget>
252    </item>
253   </layout>
254  </widget>
255  <includes>
256   <include location="local">qt_i18n.h</include>
257  </includes>
258  <resources/>
259  <connections/>
260 </ui>