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