]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FindAndReplaceUi.ui
On Linux show in crash message box the backtrace
[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="QTabWidget" name="FindAndReplaceUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>276</width>
10     <height>421</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>Scope</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>C&amp;urrent 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>&amp;All manuals</string>
264          </property>
265         </widget>
266        </item>
267       </layout>
268      </widget>
269     </item>
270     <item>
271      <layout class="QGridLayout" name="gridLayout_2">
272       <property name="sizeConstraint">
273        <enum>QLayout::SetMinimumSize</enum>
274       </property>
275       <item row="1" column="0">
276        <widget class="QCheckBox" name="ignoreFormatCB">
277         <property name="enabled">
278          <bool>true</bool>
279         </property>
280         <property name="toolTip">
281          <string>If unchecked, the search will be limited to occurrences of the selected text and paragraph style</string>
282         </property>
283         <property name="text">
284          <string>I&amp;gnore format</string>
285         </property>
286         <property name="checked">
287          <bool>true</bool>
288         </property>
289        </widget>
290       </item>
291       <item row="2" column="0">
292        <widget class="QCheckBox" name="keepCaseCB">
293         <property name="toolTip">
294          <string>Keep the case of the replacement's first letter as in each matching text first letter</string>
295         </property>
296         <property name="text">
297          <string>&amp;Preserve first case on replace</string>
298         </property>
299        </widget>
300       </item>
301       <item row="4" column="0">
302        <widget class="QCheckBox" name="expandMacrosCB">
303         <property name="enabled">
304          <bool>false</bool>
305         </property>
306         <property name="text">
307          <string>&amp;Expand macros</string>
308         </property>
309        </widget>
310       </item>
311       <item row="3" column="0">
312        <widget class="QCheckBox" name="OnlyMaths">
313         <property name="text">
314          <string>Search on&amp;ly in maths</string>
315         </property>
316         <property name="toolTip">
317          <string>Restrict search to math environments only</string>
318         </property>
319        </widget>
320       </item>
321      </layout>
322     </item>
323     <item>
324      <spacer name="verticalSpacer_2">
325       <property name="orientation">
326        <enum>Qt::Vertical</enum>
327       </property>
328       <property name="sizeHint" stdset="0">
329        <size>
330         <width>20</width>
331         <height>40</height>
332        </size>
333       </property>
334      </spacer>
335     </item>
336    </layout>
337   </widget>
338  </widget>
339  <customwidgets>
340   <customwidget>
341    <class>lyx::frontend::EmbeddedWorkArea</class>
342    <extends>QWidget</extends>
343    <header>GuiWorkArea.h</header>
344    <container>1</container>
345   </customwidget>
346  </customwidgets>
347  <resources/>
348  <connections/>
349 </ui>