]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FindAndReplaceUi.ui
fe7a665918b8613c5a9925fbe099ccf0e3bb38fa
[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>240</width>
9     <height>400</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>3</hsizetype>
15     <vsizetype>7</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="minimumSize" >
21    <size>
22     <width>240</width>
23     <height>400</height>
24    </size>
25   </property>
26   <property name="baseSize" >
27    <size>
28     <width>300</width>
29     <height>400</height>
30    </size>
31   </property>
32   <property name="windowTitle" >
33    <string>Find LyX Text</string>
34   </property>
35   <property name="toolTip" >
36    <string/>
37   </property>
38   <widget class="QTabWidget" name="tabWidget" >
39    <property name="geometry" >
40     <rect>
41      <x>0</x>
42      <y>0</y>
43      <width>231</width>
44      <height>381</height>
45     </rect>
46    </property>
47    <property name="sizePolicy" >
48     <sizepolicy>
49      <hsizetype>7</hsizetype>
50      <vsizetype>7</vsizetype>
51      <horstretch>0</horstretch>
52      <verstretch>0</verstretch>
53     </sizepolicy>
54    </property>
55    <property name="currentIndex" >
56     <number>0</number>
57    </property>
58    <widget class="QWidget" name="tab_3" >
59     <property name="sizePolicy" >
60      <sizepolicy>
61       <hsizetype>5</hsizetype>
62       <vsizetype>7</vsizetype>
63       <horstretch>0</horstretch>
64       <verstretch>0</verstretch>
65      </sizepolicy>
66     </property>
67     <attribute name="title" >
68      <string>Basic</string>
69     </attribute>
70     <widget class="QWidget" name="layoutWidget" >
71      <property name="geometry" >
72       <rect>
73        <x>0</x>
74        <y>0</y>
75        <width>221</width>
76        <height>351</height>
77       </rect>
78      </property>
79      <layout class="QGridLayout" name="gridLayout" >
80       <property name="sizeConstraint" >
81        <enum>QLayout::SetNoConstraint</enum>
82       </property>
83       <item row="0" column="0" colspan="2" >
84        <widget class="lyx::frontend::EmbeddedWorkArea" name="find_work_area_" >
85         <property name="baseSize" >
86          <size>
87           <width>0</width>
88           <height>128</height>
89          </size>
90         </property>
91         <property name="widgetResizable" >
92          <bool>true</bool>
93         </property>
94         <widget class="QWidget" name="scrollAreaWidgetContents" >
95          <property name="geometry" >
96           <rect>
97            <x>0</x>
98            <y>0</y>
99            <width>215</width>
100            <height>89</height>
101           </rect>
102          </property>
103         </widget>
104        </widget>
105       </item>
106       <item row="2" column="0" >
107        <widget class="QCheckBox" name="wordsCB" >
108         <property name="enabled" >
109          <bool>false</bool>
110         </property>
111         <property name="text" >
112          <string>Whole &amp;words</string>
113         </property>
114        </widget>
115       </item>
116       <item row="3" column="0" >
117        <widget class="QPushButton" name="findNextPB" >
118         <property name="enabled" >
119          <bool>true</bool>
120         </property>
121         <property name="text" >
122          <string>Find &amp;Next</string>
123         </property>
124         <property name="default" >
125          <bool>true</bool>
126         </property>
127        </widget>
128       </item>
129       <item row="5" column="0" >
130        <widget class="QPushButton" name="replaceNextPB" >
131         <property name="enabled" >
132          <bool>true</bool>
133         </property>
134         <property name="text" >
135          <string>Replace Ne&amp;xt</string>
136         </property>
137        </widget>
138       </item>
139       <item row="6" column="0" >
140        <widget class="QPushButton" name="replaceallPB" >
141         <property name="enabled" >
142          <bool>false</bool>
143         </property>
144         <property name="text" >
145          <string>Replace &amp;All</string>
146         </property>
147        </widget>
148       </item>
149       <item row="6" column="1" >
150        <widget class="QPushButton" name="closePB" >
151         <property name="text" >
152          <string>&amp;Close</string>
153         </property>
154        </widget>
155       </item>
156       <item row="4" column="0" colspan="2" >
157        <widget class="lyx::frontend::EmbeddedWorkArea" name="replace_work_area_" >
158         <property name="baseSize" >
159          <size>
160           <width>0</width>
161           <height>128</height>
162          </size>
163         </property>
164         <property name="widgetResizable" >
165          <bool>true</bool>
166         </property>
167         <widget class="QWidget" name="scrollAreaWidgetContents_2" >
168          <property name="geometry" >
169           <rect>
170            <x>0</x>
171            <y>0</y>
172            <width>215</width>
173            <height>89</height>
174           </rect>
175          </property>
176         </widget>
177        </widget>
178       </item>
179       <item row="3" column="1" >
180        <widget class="QPushButton" name="findPrevPB" >
181         <property name="enabled" >
182          <bool>true</bool>
183         </property>
184         <property name="text" >
185          <string>Find &amp;Prev</string>
186         </property>
187         <property name="default" >
188          <bool>true</bool>
189         </property>
190        </widget>
191       </item>
192       <item row="5" column="1" >
193        <widget class="QPushButton" name="replacePrevPB" >
194         <property name="enabled" >
195          <bool>true</bool>
196         </property>
197         <property name="text" >
198          <string>Replace P&amp;rev</string>
199         </property>
200        </widget>
201       </item>
202       <item row="1" column="0" >
203        <widget class="QCheckBox" name="caseCB" >
204         <property name="text" >
205          <string>Case &amp;sensitive</string>
206         </property>
207        </widget>
208       </item>
209       <item row="1" column="1" >
210        <widget class="QCheckBox" name="ignoreFormatCB" >
211         <property name="enabled" >
212          <bool>true</bool>
213         </property>
214         <property name="text" >
215          <string>Ignore For&amp;mat</string>
216         </property>
217         <property name="checked" >
218          <bool>true</bool>
219         </property>
220        </widget>
221       </item>
222       <item row="2" column="1" >
223        <widget class="QComboBox" name="regexpInsertCombo" >
224         <property name="enabled" >
225          <bool>true</bool>
226         </property>
227         <property name="sizePolicy" >
228          <sizepolicy>
229           <hsizetype>1</hsizetype>
230           <vsizetype>0</vsizetype>
231           <horstretch>0</horstretch>
232           <verstretch>0</verstretch>
233          </sizepolicy>
234         </property>
235         <item>
236          <property name="text" >
237           <string>Match...</string>
238          </property>
239         </item>
240         <item>
241          <property name="text" >
242           <string>Anything</string>
243          </property>
244         </item>
245         <item>
246          <property name="text" >
247           <string>Any non-empty</string>
248          </property>
249         </item>
250         <item>
251          <property name="text" >
252           <string>Any word</string>
253          </property>
254         </item>
255         <item>
256          <property name="text" >
257           <string>Any number</string>
258          </property>
259         </item>
260        </widget>
261       </item>
262      </layout>
263     </widget>
264    </widget>
265    <widget class="QWidget" name="tab_4" >
266     <property name="sizePolicy" >
267      <sizepolicy>
268       <hsizetype>5</hsizetype>
269       <vsizetype>7</vsizetype>
270       <horstretch>0</horstretch>
271       <verstretch>0</verstretch>
272      </sizepolicy>
273     </property>
274     <attribute name="title" >
275      <string>Advanced</string>
276     </attribute>
277     <widget class="QWidget" name="gridLayoutWidget" >
278      <property name="geometry" >
279       <rect>
280        <x>0</x>
281        <y>0</y>
282        <width>221</width>
283        <height>143</height>
284       </rect>
285      </property>
286      <layout class="QGridLayout" name="gridLayout_2" >
287       <item row="0" column="0" >
288        <widget class="QGroupBox" name="groupBox_2" >
289         <property name="enabled" >
290          <bool>false</bool>
291         </property>
292         <property name="sizePolicy" >
293          <sizepolicy>
294           <hsizetype>5</hsizetype>
295           <vsizetype>1</vsizetype>
296           <horstretch>0</horstretch>
297           <verstretch>0</verstretch>
298          </sizepolicy>
299         </property>
300         <property name="minimumSize" >
301          <size>
302           <width>0</width>
303           <height>111</height>
304          </size>
305         </property>
306         <property name="title" >
307          <string>Sco&amp;pe</string>
308         </property>
309         <widget class="QRadioButton" name="scopeRB" >
310          <property name="geometry" >
311           <rect>
312            <x>10</x>
313            <y>40</y>
314            <width>121</width>
315            <height>23</height>
316           </rect>
317          </property>
318          <property name="toolTip" >
319           <string>Current buffer only</string>
320          </property>
321          <property name="text" >
322           <string>Buffer</string>
323          </property>
324          <property name="checked" >
325           <bool>true</bool>
326          </property>
327         </widget>
328         <widget class="QRadioButton" name="scopeRB_3" >
329          <property name="geometry" >
330           <rect>
331            <x>10</x>
332            <y>60</y>
333            <width>121</width>
334            <height>23</height>
335           </rect>
336          </property>
337          <property name="toolTip" >
338           <string>Current file and all included files</string>
339          </property>
340          <property name="text" >
341           <string>Document</string>
342          </property>
343         </widget>
344         <widget class="QRadioButton" name="scopeRB_2" >
345          <property name="geometry" >
346           <rect>
347            <x>10</x>
348            <y>20</y>
349            <width>121</width>
350            <height>23</height>
351           </rect>
352          </property>
353          <property name="toolTip" >
354           <string>Current paragraph only</string>
355          </property>
356          <property name="text" >
357           <string>Paragraph</string>
358          </property>
359          <property name="checked" >
360           <bool>false</bool>
361          </property>
362         </widget>
363         <widget class="QRadioButton" name="scopeRB_4" >
364          <property name="geometry" >
365           <rect>
366            <x>10</x>
367            <y>80</y>
368            <width>121</width>
369            <height>23</height>
370           </rect>
371          </property>
372          <property name="toolTip" >
373           <string>All open buffers</string>
374          </property>
375          <property name="text" >
376           <string>Open buffers</string>
377          </property>
378         </widget>
379        </widget>
380       </item>
381       <item row="1" column="0" >
382        <widget class="QCheckBox" name="expandMacrosCB" >
383         <property name="enabled" >
384          <bool>false</bool>
385         </property>
386         <property name="text" >
387          <string>&amp;Expand macros</string>
388         </property>
389        </widget>
390       </item>
391      </layout>
392     </widget>
393    </widget>
394   </widget>
395  </widget>
396  <customwidgets>
397   <customwidget>
398    <class>lyx::frontend::EmbeddedWorkArea</class>
399    <extends>QScrollArea</extends>
400    <header location="global" >GuiWorkArea.h</header>
401    <container>1</container>
402   </customwidget>
403  </customwidgets>
404  <includes>
405   <include location="local" >qt_helpers.h</include>
406  </includes>
407  <resources/>
408  <connections/>
409 </ui>