]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/FindAndReplaceUi.ui
Rename frontend qt4 to qt
[lyx.git] / src / frontends / qt / ui / FindAndReplaceUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>FindAndReplaceUi</class>
4  <widget class="QTabWidget" name="FindAndReplaceUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>283</width>
10     <height>359</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>TabWidget</string>
15   </property>
16   <property name="currentIndex">
17    <number>0</number>
18   </property>
19   <widget class="QWidget" name="basicTab">
20    <attribute name="title">
21     <string>Sear&amp;ch</string>
22    </attribute>
23    <layout class="QVBoxLayout" name="dynamicLayoutBasic_" stretch="1,1,0">
24     <item>
25      <layout class="QVBoxLayout" name="findLayout">
26       <item>
27        <widget class="QLabel" name="findLabel">
28         <property name="text">
29          <string>Fi&amp;nd:</string>
30         </property>
31         <property name="buddy">
32          <cstring>find_work_area_</cstring>
33         </property>
34        </widget>
35       </item>
36       <item>
37        <widget class="lyx::frontend::EmbeddedWorkArea" name="find_work_area_" native="true">
38         <property name="sizePolicy">
39          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
40           <horstretch>0</horstretch>
41           <verstretch>0</verstretch>
42          </sizepolicy>
43         </property>
44        </widget>
45       </item>
46      </layout>
47     </item>
48     <item>
49      <layout class="QVBoxLayout" name="replaceLayout">
50       <item>
51        <widget class="QLabel" name="replaceLabel">
52         <property name="text">
53          <string>Replace &amp;with:</string>
54         </property>
55         <property name="buddy">
56          <cstring>replace_work_area_</cstring>
57         </property>
58        </widget>
59       </item>
60       <item>
61        <widget class="lyx::frontend::EmbeddedWorkArea" name="replace_work_area_" native="true">
62         <property name="sizePolicy">
63          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
64           <horstretch>0</horstretch>
65           <verstretch>0</verstretch>
66          </sizepolicy>
67         </property>
68        </widget>
69       </item>
70      </layout>
71     </item>
72     <item>
73      <layout class="QVBoxLayout" name="verticalLayout_4">
74       <item>
75        <spacer name="verticalSpacer_4">
76         <property name="orientation">
77          <enum>Qt::Vertical</enum>
78         </property>
79         <property name="sizeHint" stdset="0">
80          <size>
81           <width>0</width>
82           <height>0</height>
83          </size>
84         </property>
85        </spacer>
86       </item>
87       <item>
88        <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0">
89         <item>
90          <spacer name="horizontalSpacer">
91           <property name="orientation">
92            <enum>Qt::Horizontal</enum>
93           </property>
94           <property name="sizeHint" stdset="0">
95            <size>
96             <width>0</width>
97             <height>0</height>
98            </size>
99           </property>
100          </spacer>
101         </item>
102         <item>
103          <layout class="QVBoxLayout" name="cbVerticalLayout">
104           <item>
105            <widget class="QCheckBox" name="searchbackCB">
106             <property name="toolTip">
107              <string>Shift+Enter search backwards directly</string>
108             </property>
109             <property name="text">
110              <string>Search &amp;backwards</string>
111             </property>
112            </widget>
113           </item>
114           <item>
115            <widget class="QCheckBox" name="wordsCB">
116             <property name="enabled">
117              <bool>true</bool>
118             </property>
119             <property name="toolTip">
120              <string>Restrict search to whole words only</string>
121             </property>
122             <property name="text">
123              <string>W&amp;hole words</string>
124             </property>
125            </widget>
126           </item>
127           <item>
128            <widget class="QCheckBox" name="caseCB">
129             <property name="toolTip">
130              <string>Perform a case-sensitive search</string>
131             </property>
132             <property name="text">
133              <string>Case &amp;sensitive</string>
134             </property>
135            </widget>
136           </item>
137          </layout>
138         </item>
139         <item>
140          <layout class="QVBoxLayout" name="pbVerticalLayout">
141           <item>
142            <widget class="QPushButton" name="findNextPB">
143             <property name="enabled">
144              <bool>true</bool>
145             </property>
146             <property name="toolTip">
147              <string>Find next occurrence [Enter]</string>
148             </property>
149             <property name="text">
150              <string>Find &amp;Next</string>
151             </property>
152             <property name="default">
153              <bool>true</bool>
154             </property>
155            </widget>
156           </item>
157           <item>
158            <widget class="QPushButton" name="replacePB">
159             <property name="enabled">
160              <bool>true</bool>
161             </property>
162             <property name="toolTip">
163              <string>Replace and find next occurrence [Enter]</string>
164             </property>
165             <property name="text">
166              <string>&amp;Replace</string>
167             </property>
168            </widget>
169           </item>
170           <item>
171            <widget class="QPushButton" name="replaceallPB">
172             <property name="enabled">
173              <bool>true</bool>
174             </property>
175             <property name="toolTip">
176              <string>Replace all occurrences at once</string>
177             </property>
178             <property name="text">
179              <string>Replace &amp;All</string>
180             </property>
181            </widget>
182           </item>
183          </layout>
184         </item>
185        </layout>
186       </item>
187      </layout>
188     </item>
189    </layout>
190   </widget>
191   <widget class="QWidget" name="advancedTab">
192    <attribute name="title">
193     <string>S&amp;ettings</string>
194    </attribute>
195    <layout class="QVBoxLayout" name="dynamicLayoutAdvanced_" stretch="0,0,1">
196     <item>
197      <widget class="QGroupBox" name="groupBox_2">
198       <property name="enabled">
199        <bool>true</bool>
200       </property>
201       <property name="sizePolicy">
202        <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
203         <horstretch>0</horstretch>
204         <verstretch>0</verstretch>
205        </sizepolicy>
206       </property>
207       <property name="toolTip">
208        <string>The scope to which the search horizon is restricted</string>
209       </property>
210       <property name="autoFillBackground">
211        <bool>false</bool>
212       </property>
213       <property name="title">
214        <string>Scope</string>
215       </property>
216       <property name="flat">
217        <bool>true</bool>
218       </property>
219       <layout class="QVBoxLayout" name="verticalLayout">
220        <item>
221         <widget class="QRadioButton" name="CurrentDocument">
222          <property name="enabled">
223           <bool>true</bool>
224          </property>
225          <property name="text">
226           <string>C&amp;urrent document</string>
227          </property>
228          <property name="checked">
229           <bool>true</bool>
230          </property>
231         </widget>
232        </item>
233        <item>
234         <widget class="QRadioButton" name="MasterDocument">
235          <property name="enabled">
236           <bool>true</bool>
237          </property>
238          <property name="sizePolicy">
239           <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
240            <horstretch>0</horstretch>
241            <verstretch>0</verstretch>
242           </sizepolicy>
243          </property>
244          <property name="toolTip">
245           <string>Current document and all related documents belonging to the same master document</string>
246          </property>
247          <property name="text">
248           <string>&amp;Master document</string>
249          </property>
250         </widget>
251        </item>
252        <item>
253         <widget class="QRadioButton" name="OpenDocuments">
254          <property name="enabled">
255           <bool>true</bool>
256          </property>
257          <property name="toolTip">
258           <string>All open documents</string>
259          </property>
260          <property name="text">
261           <string>&amp;Open documents</string>
262          </property>
263         </widget>
264        </item>
265        <item>
266         <widget class="QRadioButton" name="AllManualsRB">
267          <property name="enabled">
268           <bool>true</bool>
269          </property>
270          <property name="text">
271           <string>&amp;All manuals</string>
272          </property>
273         </widget>
274        </item>
275        <item>
276         <spacer name="verticalSpacer">
277          <property name="orientation">
278           <enum>Qt::Vertical</enum>
279          </property>
280          <property name="sizeHint" stdset="0">
281           <size>
282            <width>0</width>
283            <height>0</height>
284           </size>
285          </property>
286         </spacer>
287        </item>
288       </layout>
289      </widget>
290     </item>
291     <item>
292      <layout class="QGridLayout" name="gridLayout_2">
293       <property name="sizeConstraint">
294        <enum>QLayout::SetMinimumSize</enum>
295       </property>
296       <item row="3" column="0">
297        <widget class="QCheckBox" name="OnlyMaths">
298         <property name="toolTip">
299          <string>Restrict search to math environments only</string>
300         </property>
301         <property name="text">
302          <string>Search on&amp;ly in maths</string>
303         </property>
304        </widget>
305       </item>
306       <item row="1" column="0">
307        <widget class="QCheckBox" name="ignoreFormatCB">
308         <property name="enabled">
309          <bool>true</bool>
310         </property>
311         <property name="toolTip">
312          <string>If unchecked, the search will be limited to occurrences of the selected text and paragraph style</string>
313         </property>
314         <property name="text">
315          <string>I&amp;gnore format</string>
316         </property>
317         <property name="checked">
318          <bool>true</bool>
319         </property>
320        </widget>
321       </item>
322       <item row="4" column="0">
323        <widget class="QCheckBox" name="expandMacrosCB">
324         <property name="enabled">
325          <bool>false</bool>
326         </property>
327         <property name="text">
328          <string>&amp;Expand macros</string>
329         </property>
330        </widget>
331       </item>
332       <item row="2" column="0">
333        <widget class="QCheckBox" name="keepCaseCB">
334         <property name="toolTip">
335          <string>Keep the case of the replacement's first letter as in each matching text first letter</string>
336         </property>
337         <property name="text">
338          <string>&amp;Preserve first case on replace</string>
339         </property>
340        </widget>
341       </item>
342       <item row="5" column="0">
343        <spacer name="verticalSpacer_3">
344         <property name="orientation">
345          <enum>Qt::Vertical</enum>
346         </property>
347         <property name="sizeHint" stdset="0">
348          <size>
349           <width>0</width>
350           <height>0</height>
351          </size>
352         </property>
353        </spacer>
354       </item>
355      </layout>
356     </item>
357     <item>
358      <spacer name="verticalSpacer_2">
359       <property name="orientation">
360        <enum>Qt::Vertical</enum>
361       </property>
362       <property name="sizeHint" stdset="0">
363        <size>
364         <width>0</width>
365         <height>0</height>
366        </size>
367       </property>
368      </spacer>
369     </item>
370    </layout>
371   </widget>
372  </widget>
373  <customwidgets>
374   <customwidget>
375    <class>lyx::frontend::EmbeddedWorkArea</class>
376    <extends>QWidget</extends>
377    <header>GuiWorkArea.h</header>
378    <container>1</container>
379   </customwidget>
380  </customwidgets>
381  <resources/>
382  <connections/>
383 </ui>