]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FindAndReplaceUi.ui
Amend f441590c
[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="MinimumExpanding" 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="toolTip">
83          <string>Perform a case-sensitive search</string>
84         </property>
85         <property name="text">
86          <string>Case &amp;sensitive</string>
87         </property>
88        </widget>
89       </item>
90       <item row="0" column="1">
91        <widget class="QPushButton" name="findNextPB">
92         <property name="enabled">
93          <bool>true</bool>
94         </property>
95         <property name="sizePolicy">
96          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
97           <horstretch>100</horstretch>
98           <verstretch>32</verstretch>
99          </sizepolicy>
100         </property>
101         <property name="toolTip">
102          <string>Find next occurrence [Enter]</string>
103         </property>
104         <property name="text">
105          <string>Find &amp;Next</string>
106         </property>
107         <property name="default">
108          <bool>true</bool>
109         </property>
110        </widget>
111       </item>
112       <item row="1" column="0">
113        <widget class="QCheckBox" name="wordsCB">
114         <property name="enabled">
115          <bool>true</bool>
116         </property>
117         <property name="toolTip">
118          <string>Restrict search to whole words only</string>
119         </property>
120         <property name="text">
121          <string>W&amp;hole words</string>
122         </property>
123        </widget>
124       </item>
125       <item row="1" column="1">
126        <widget class="QPushButton" name="replacePB">
127         <property name="enabled">
128          <bool>true</bool>
129         </property>
130         <property name="sizePolicy">
131          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
132           <horstretch>100</horstretch>
133           <verstretch>32</verstretch>
134          </sizepolicy>
135         </property>
136         <property name="toolTip">
137          <string>Replace and find next occurrence [Enter]</string>
138         </property>
139         <property name="text">
140          <string>&amp;Replace</string>
141         </property>
142        </widget>
143       </item>
144       <item row="2" column="0">
145        <widget class="QCheckBox" name="searchbackCB">
146         <property name="toolTip">
147          <string>Shift+Enter search backwards directly</string>
148         </property>
149         <property name="text">
150          <string>Search &amp;backwards</string>
151         </property>
152        </widget>
153       </item>
154       <item row="2" column="1">
155        <widget class="QPushButton" name="replaceallPB">
156         <property name="enabled">
157          <bool>true</bool>
158         </property>
159         <property name="sizePolicy">
160          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
161           <horstretch>100</horstretch>
162           <verstretch>32</verstretch>
163          </sizepolicy>
164         </property>
165         <property name="toolTip">
166          <string>Replace all occurences at once</string>
167         </property>
168         <property name="text">
169          <string>Replace &amp;All</string>
170         </property>
171        </widget>
172       </item>
173      </layout>
174     </item>
175    </layout>
176   </widget>
177   <widget class="QWidget" name="advancedTab">
178    <attribute name="title">
179     <string>S&amp;ettings</string>
180    </attribute>
181    <layout class="QVBoxLayout" name="dynamicLayoutAdvanced_">
182     <item>
183      <widget class="QGroupBox" name="groupBox_2">
184       <property name="enabled">
185        <bool>true</bool>
186       </property>
187       <property name="sizePolicy">
188        <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
189         <horstretch>0</horstretch>
190         <verstretch>0</verstretch>
191        </sizepolicy>
192       </property>
193       <property name="toolTip">
194        <string>The scope to which the search horizon is restricted</string>
195       </property>
196       <property name="autoFillBackground">
197        <bool>false</bool>
198       </property>
199       <property name="title">
200        <string>Scope</string>
201       </property>
202       <property name="flat">
203        <bool>false</bool>
204       </property>
205       <layout class="QVBoxLayout" name="verticalLayout">
206        <item>
207         <widget class="QRadioButton" name="CurrentDocument">
208          <property name="enabled">
209           <bool>true</bool>
210          </property>
211          <property name="text">
212           <string>C&amp;urrent document</string>
213          </property>
214          <property name="checked">
215           <bool>true</bool>
216          </property>
217         </widget>
218        </item>
219        <item>
220         <widget class="QRadioButton" name="MasterDocument">
221          <property name="enabled">
222           <bool>true</bool>
223          </property>
224          <property name="sizePolicy">
225           <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
226            <horstretch>0</horstretch>
227            <verstretch>0</verstretch>
228           </sizepolicy>
229          </property>
230          <property name="toolTip">
231           <string>Current document and all related documents belonging to the same master document</string>
232          </property>
233          <property name="text">
234           <string>&amp;Master document</string>
235          </property>
236         </widget>
237        </item>
238        <item>
239         <widget class="QRadioButton" name="OpenDocuments">
240          <property name="enabled">
241           <bool>true</bool>
242          </property>
243          <property name="toolTip">
244           <string>All open documents</string>
245          </property>
246          <property name="text">
247           <string>&amp;Open documents</string>
248          </property>
249         </widget>
250        </item>
251        <item>
252         <widget class="QRadioButton" name="AllManualsRB">
253          <property name="enabled">
254           <bool>true</bool>
255          </property>
256          <property name="text">
257           <string>&amp;All manuals</string>
258          </property>
259         </widget>
260        </item>
261       </layout>
262      </widget>
263     </item>
264     <item>
265      <layout class="QGridLayout" name="gridLayout_2">
266       <property name="sizeConstraint">
267        <enum>QLayout::SetMinimumSize</enum>
268       </property>
269       <item row="1" column="0">
270        <widget class="QCheckBox" name="ignoreFormatCB">
271         <property name="enabled">
272          <bool>true</bool>
273         </property>
274         <property name="toolTip">
275          <string>If unchecked, the search will be limited to occurrences of the selected text and paragraph style</string>
276         </property>
277         <property name="text">
278          <string>I&amp;gnore format</string>
279         </property>
280         <property name="checked">
281          <bool>true</bool>
282         </property>
283        </widget>
284       </item>
285       <item row="2" column="0">
286        <widget class="QCheckBox" name="keepCaseCB">
287         <property name="toolTip">
288          <string>Keep the case of the replacement's first letter as in each matching text first letter</string>
289         </property>
290         <property name="text">
291          <string>&amp;Preserve first case on replace</string>
292         </property>
293        </widget>
294       </item>
295       <item row="4" column="0">
296        <widget class="QCheckBox" name="expandMacrosCB">
297         <property name="enabled">
298          <bool>false</bool>
299         </property>
300         <property name="text">
301          <string>&amp;Expand macros</string>
302         </property>
303        </widget>
304       </item>
305       <item row="3" column="0">
306        <widget class="QCheckBox" name="OnlyMaths">
307         <property name="toolTip">
308          <string>Restrict search to math environments only</string>
309         </property>
310         <property name="text">
311          <string>Search on&amp;ly in maths</string>
312         </property>
313        </widget>
314       </item>
315      </layout>
316     </item>
317     <item>
318      <spacer name="verticalSpacer_2">
319       <property name="orientation">
320        <enum>Qt::Vertical</enum>
321       </property>
322       <property name="sizeHint" stdset="0">
323        <size>
324         <width>20</width>
325         <height>40</height>
326        </size>
327       </property>
328      </spacer>
329     </item>
330    </layout>
331   </widget>
332  </widget>
333  <customwidgets>
334   <customwidget>
335    <class>lyx::frontend::EmbeddedWorkArea</class>
336    <extends>QWidget</extends>
337    <header>GuiWorkArea.h</header>
338    <container>1</container>
339   </customwidget>
340  </customwidgets>
341  <resources/>
342  <connections/>
343 </ui>