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