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