]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FindAndReplaceUi.ui
23e31b4fc07068bb73c24cb4f4b4deb357dd0cf6
[lyx.git] / src / frontends / qt4 / ui / FindAndReplaceUi.ui
1 <ui version="4.0">
2  <class>FindAndReplaceUi</class>
3  <widget class="QWidget" name="FindAndReplaceUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>288</width>
9     <height>395</height>
10    </rect>
11   </property>
12   <property name="sizePolicy">
13    <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle">
19    <string>Find LyX Text</string>
20   </property>
21   <property name="toolTip">
22    <string/>
23   </property>
24   <layout class="QGridLayout" name="gridLayout_4">
25    <item row="0" column="0">
26     <widget class="QTabWidget" name="tabWidget">
27      <property name="focusPolicy">
28       <enum>Qt::NoFocus</enum>
29      </property>
30      <property name="toolTip">
31       <string/>
32      </property>
33      <property name="statusTip">
34       <string/>
35      </property>
36      <property name="autoFillBackground">
37       <bool>false</bool>
38      </property>
39      <property name="currentIndex">
40       <number>0</number>
41      </property>
42      <widget class="QWidget" name="BasicTab">
43       <property name="sizePolicy">
44        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
45         <horstretch>0</horstretch>
46         <verstretch>0</verstretch>
47        </sizepolicy>
48       </property>
49       <property name="focusPolicy">
50        <enum>Qt::NoFocus</enum>
51       </property>
52       <property name="toolTip">
53        <string/>
54       </property>
55       <property name="statusTip">
56        <string/>
57       </property>
58       <attribute name="title">
59        <string>&amp;Basic</string>
60       </attribute>
61       <layout class="QGridLayout" name="gridLayout">
62        <item row="0" column="0">
63         <widget class="QLabel" name="label">
64          <property name="text">
65           <string>&amp;Find:</string>
66          </property>
67          <property name="buddy">
68           <cstring>find_work_area_</cstring>
69          </property>
70         </widget>
71        </item>
72        <item row="1" column="0" colspan="2">
73         <widget class="lyx::frontend::EmbeddedWorkArea" name="find_work_area_">
74          <property name="sizePolicy">
75           <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
76            <horstretch>0</horstretch>
77            <verstretch>0</verstretch>
78           </sizepolicy>
79          </property>
80          <property name="toolTip">
81           <string>Enter the text to search for in this full-featured LyX editing area</string>
82          </property>
83          <widget class="QWidget" name="find_scroll_area_">
84           <property name="geometry">
85            <rect>
86             <x>0</x>
87             <y>0</y>
88             <width>192</width>
89             <height>57</height>
90            </rect>
91           </property>
92           <property name="sizePolicy">
93            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
94             <horstretch>0</horstretch>
95             <verstretch>0</verstretch>
96            </sizepolicy>
97           </property>
98          </widget>
99         </widget>
100        </item>
101        <item row="2" column="0">
102         <widget class="QCheckBox" name="caseCB">
103          <property name="toolTip">
104           <string>Perform a case-sensitive search</string>
105          </property>
106          <property name="text">
107           <string>Case &amp;sensitive</string>
108          </property>
109         </widget>
110        </item>
111        <item row="2" column="1">
112         <widget class="QCheckBox" name="wordsCB">
113          <property name="enabled">
114           <bool>true</bool>
115          </property>
116          <property name="toolTip">
117           <string>Restrict search to whole words only</string>
118          </property>
119          <property name="text">
120           <string>Whole &amp;words</string>
121          </property>
122         </widget>
123        </item>
124        <item row="3" column="0" colspan="2">
125         <widget class="QPushButton" name="regexpInsertPB">
126          <property name="toolTip">
127           <string>Choose one of the pre-arranged regular expressions.</string>
128          </property>
129          <property name="text">
130           <string>Insert Re&amp;gular Expression...</string>
131          </property>
132         </widget>
133        </item>
134        <item row="4" column="0">
135         <widget class="QLabel" name="label_2">
136          <property name="text">
137           <string>&amp;Replace with:</string>
138          </property>
139          <property name="buddy">
140           <cstring>replace_work_area_</cstring>
141          </property>
142         </widget>
143        </item>
144        <item row="5" column="0" colspan="2">
145         <widget class="lyx::frontend::EmbeddedWorkArea" name="replace_work_area_">
146          <property name="sizePolicy">
147           <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
148            <horstretch>0</horstretch>
149            <verstretch>0</verstretch>
150           </sizepolicy>
151          </property>
152          <property name="toolTip">
153           <string>Enter the text to replace in this full-featured LyX editing area</string>
154          </property>
155          <widget class="QWidget" name="replace_scroll_area_">
156           <property name="geometry">
157            <rect>
158             <x>0</x>
159             <y>0</y>
160             <width>202</width>
161             <height>57</height>
162            </rect>
163           </property>
164           <property name="sizePolicy">
165            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
166             <horstretch>0</horstretch>
167             <verstretch>0</verstretch>
168            </sizepolicy>
169           </property>
170          </widget>
171         </widget>
172        </item>
173        <item row="6" column="0" colspan="2">
174         <layout class="QGridLayout" name="gridLayout_2">
175          <item row="0" column="0">
176           <widget class="QPushButton" name="findPrevPB">
177            <property name="enabled">
178             <bool>true</bool>
179            </property>
180            <property name="toolTip">
181             <string>Find previous occurrence [Shift+Enter]</string>
182            </property>
183            <property name="text">
184             <string>Find &amp;Previous</string>
185            </property>
186            <property name="default">
187             <bool>true</bool>
188            </property>
189           </widget>
190          </item>
191          <item row="0" column="1">
192           <widget class="QPushButton" name="findNextPB">
193            <property name="enabled">
194             <bool>true</bool>
195            </property>
196            <property name="toolTip">
197             <string>Find next occurrence [Enter]</string>
198            </property>
199            <property name="text">
200             <string>Find &amp;Next</string>
201            </property>
202            <property name="default">
203             <bool>true</bool>
204            </property>
205           </widget>
206          </item>
207          <item row="1" column="0">
208           <widget class="QPushButton" name="replacePrevPB">
209            <property name="enabled">
210             <bool>true</bool>
211            </property>
212            <property name="toolTip">
213             <string>Replace and find previous occurrence [Shift+Enter]</string>
214            </property>
215            <property name="text">
216             <string>Replace Pre&amp;vious</string>
217            </property>
218           </widget>
219          </item>
220          <item row="1" column="1">
221           <widget class="QPushButton" name="replaceNextPB">
222            <property name="enabled">
223             <bool>true</bool>
224            </property>
225            <property name="toolTip">
226             <string>Replace and find next occurrence [Enter]</string>
227            </property>
228            <property name="text">
229             <string>Replace Ne&amp;xt</string>
230            </property>
231           </widget>
232          </item>
233          <item row="2" column="1">
234           <widget class="QPushButton" name="replaceallPB">
235            <property name="enabled">
236             <bool>false</bool>
237            </property>
238            <property name="toolTip">
239             <string>Replace all occurences at once</string>
240            </property>
241            <property name="text">
242             <string>Replace &amp;All</string>
243            </property>
244           </widget>
245          </item>
246         </layout>
247        </item>
248       </layout>
249      </widget>
250      <widget class="QWidget" name="AdvancedTab">
251       <property name="sizePolicy">
252        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
253         <horstretch>0</horstretch>
254         <verstretch>0</verstretch>
255        </sizepolicy>
256       </property>
257       <property name="toolTip">
258        <string/>
259       </property>
260       <property name="statusTip">
261        <string/>
262       </property>
263       <attribute name="title">
264        <string>&amp;Advanced</string>
265       </attribute>
266       <layout class="QGridLayout" name="gridLayout_3">
267        <item row="0" column="0" colspan="2">
268         <widget class="QGroupBox" name="groupBox_2">
269          <property name="enabled">
270           <bool>true</bool>
271          </property>
272          <property name="minimumSize">
273           <size>
274            <width>0</width>
275            <height>0</height>
276           </size>
277          </property>
278          <property name="toolTip">
279           <string>The scope to which the search horizon is restricted</string>
280          </property>
281          <property name="autoFillBackground">
282           <bool>false</bool>
283          </property>
284          <property name="title">
285           <string>Sco&amp;pe</string>
286          </property>
287          <property name="flat">
288           <bool>false</bool>
289          </property>
290          <layout class="QVBoxLayout" name="verticalLayout">
291           <item>
292            <widget class="QRadioButton" name="CurrentParagraph">
293             <property name="enabled">
294              <bool>false</bool>
295             </property>
296             <property name="toolTip">
297              <string>Current paragraph</string>
298             </property>
299             <property name="text">
300              <string>Current &amp;paragraph</string>
301             </property>
302             <property name="checked">
303              <bool>false</bool>
304             </property>
305            </widget>
306           </item>
307           <item>
308            <widget class="QRadioButton" name="CurrentDocument">
309             <property name="enabled">
310              <bool>true</bool>
311             </property>
312             <property name="text">
313              <string>Current &amp;document</string>
314             </property>
315             <property name="checked">
316              <bool>true</bool>
317             </property>
318            </widget>
319           </item>
320           <item>
321            <widget class="QRadioButton" name="MasterDocument">
322             <property name="enabled">
323              <bool>true</bool>
324             </property>
325             <property name="sizePolicy">
326              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
327               <horstretch>0</horstretch>
328               <verstretch>0</verstretch>
329              </sizepolicy>
330             </property>
331             <property name="toolTip">
332              <string>Current document and all related documents belonging to the same master document</string>
333             </property>
334             <property name="text">
335              <string>&amp;Master document</string>
336             </property>
337            </widget>
338           </item>
339           <item>
340            <widget class="QRadioButton" name="OpenDocuments">
341             <property name="enabled">
342              <bool>true</bool>
343             </property>
344             <property name="toolTip">
345              <string>All open documents</string>
346             </property>
347             <property name="text">
348              <string>&amp;Open documents</string>
349             </property>
350            </widget>
351           </item>
352           <item>
353            <widget class="QRadioButton" name="AllManualsRB">
354             <property name="enabled">
355              <bool>true</bool>
356             </property>
357             <property name="text">
358              <string>All ma&amp;nuals</string>
359             </property>
360            </widget>
361           </item>
362          </layout>
363         </widget>
364        </item>
365        <item row="1" column="0">
366         <widget class="QCheckBox" name="ignoreFormatCB">
367          <property name="enabled">
368           <bool>true</bool>
369          </property>
370          <property name="toolTip">
371           <string>If unchecked, the search will be limited to occurrences of the selected text and paragraph style</string>
372          </property>
373          <property name="text">
374           <string>Ignore &amp;format</string>
375          </property>
376          <property name="checked">
377           <bool>true</bool>
378          </property>
379         </widget>
380        </item>
381        <item row="2" column="0" colspan="2">
382         <widget class="QCheckBox" name="keepCaseCB">
383          <property name="toolTip">
384           <string>Keep the case of the replacement's first letter as in each matching text first letter</string>
385          </property>
386          <property name="text">
387           <string>&amp;Preserve first case on replace</string>
388          </property>
389         </widget>
390        </item>
391        <item row="3" column="0">
392         <widget class="QCheckBox" name="expandMacrosCB">
393          <property name="enabled">
394           <bool>false</bool>
395          </property>
396          <property name="text">
397           <string>&amp;Expand macros</string>
398          </property>
399         </widget>
400        </item>
401        <item row="4" column="1">
402         <spacer name="verticalSpacer">
403          <property name="orientation">
404           <enum>Qt::Vertical</enum>
405          </property>
406          <property name="sizeHint" stdset="0">
407           <size>
408            <width>13</width>
409            <height>168</height>
410           </size>
411          </property>
412         </spacer>
413        </item>
414       </layout>
415      </widget>
416     </widget>
417    </item>
418   </layout>
419  </widget>
420  <customwidgets>
421   <customwidget>
422    <class>lyx::frontend::EmbeddedWorkArea</class>
423    <extends>QScrollArea</extends>
424    <header location="global">GuiWorkArea.h</header>
425    <container>1</container>
426   </customwidget>
427  </customwidgets>
428  <includes>
429   <include location="local">qt_helpers.h</include>
430  </includes>
431  <resources/>
432  <connections/>
433 </ui>