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