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