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