]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FindAndReplaceUi.ui
FindAndReplaceUi.ui: Use groupboxes to tell the user where to insert what, patch...
[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>266</width>
9     <height>494</height>
10    </rect>
11   </property>
12   <property name="sizePolicy">
13    <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="minimumSize">
19    <size>
20     <width>220</width>
21     <height>360</height>
22    </size>
23   </property>
24   <property name="maximumSize">
25    <size>
26     <width>16777215</width>
27     <height>500</height>
28    </size>
29   </property>
30   <property name="baseSize">
31    <size>
32     <width>300</width>
33     <height>400</height>
34    </size>
35   </property>
36   <property name="windowTitle">
37    <string>Find LyX Text</string>
38   </property>
39   <property name="toolTip">
40    <string/>
41   </property>
42   <layout class="QVBoxLayout" name="verticalLayout">
43    <item>
44     <widget class="QTabWidget" name="tabWidget">
45      <property name="sizePolicy">
46       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
47        <horstretch>0</horstretch>
48        <verstretch>0</verstretch>
49       </sizepolicy>
50      </property>
51      <property name="currentIndex">
52       <number>0</number>
53      </property>
54      <widget class="QWidget" name="tab_3">
55       <property name="sizePolicy">
56        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
57         <horstretch>0</horstretch>
58         <verstretch>0</verstretch>
59        </sizepolicy>
60       </property>
61       <attribute name="title">
62        <string>Basic</string>
63       </attribute>
64       <layout class="QGridLayout" name="gridLayout_3">
65        <item row="0" column="0">
66         <layout class="QGridLayout" name="gridLayout">
67          <property name="sizeConstraint">
68           <enum>QLayout::SetNoConstraint</enum>
69          </property>
70          <item row="2" column="0">
71           <widget class="QCheckBox" name="wordsCB">
72            <property name="enabled">
73             <bool>false</bool>
74            </property>
75            <property name="sizePolicy">
76             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
77              <horstretch>0</horstretch>
78              <verstretch>0</verstretch>
79             </sizepolicy>
80            </property>
81            <property name="text">
82             <string>Whole &amp;words</string>
83            </property>
84           </widget>
85          </item>
86          <item row="3" column="0">
87           <widget class="QPushButton" name="findNextPB">
88            <property name="enabled">
89             <bool>true</bool>
90            </property>
91            <property name="sizePolicy">
92             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
93              <horstretch>0</horstretch>
94              <verstretch>0</verstretch>
95             </sizepolicy>
96            </property>
97            <property name="text">
98             <string>Find &amp;Next</string>
99            </property>
100            <property name="default">
101             <bool>true</bool>
102            </property>
103           </widget>
104          </item>
105          <item row="6" column="0">
106           <widget class="QPushButton" name="replaceNextPB">
107            <property name="enabled">
108             <bool>true</bool>
109            </property>
110            <property name="sizePolicy">
111             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
112              <horstretch>0</horstretch>
113              <verstretch>0</verstretch>
114             </sizepolicy>
115            </property>
116            <property name="text">
117             <string>Replace Ne&amp;xt</string>
118            </property>
119           </widget>
120          </item>
121          <item row="7" column="0">
122           <widget class="QPushButton" name="replaceallPB">
123            <property name="enabled">
124             <bool>false</bool>
125            </property>
126            <property name="sizePolicy">
127             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
128              <horstretch>0</horstretch>
129              <verstretch>0</verstretch>
130             </sizepolicy>
131            </property>
132            <property name="text">
133             <string>Replace &amp;All</string>
134            </property>
135           </widget>
136          </item>
137          <item row="7" column="1">
138           <widget class="QPushButton" name="closePB">
139            <property name="sizePolicy">
140             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
141              <horstretch>0</horstretch>
142              <verstretch>0</verstretch>
143             </sizepolicy>
144            </property>
145            <property name="text">
146             <string>&amp;Close</string>
147            </property>
148           </widget>
149          </item>
150          <item row="3" column="1">
151           <widget class="QPushButton" name="findPrevPB">
152            <property name="enabled">
153             <bool>true</bool>
154            </property>
155            <property name="sizePolicy">
156             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
157              <horstretch>0</horstretch>
158              <verstretch>0</verstretch>
159             </sizepolicy>
160            </property>
161            <property name="text">
162             <string>Find &amp;Prev</string>
163            </property>
164            <property name="default">
165             <bool>true</bool>
166            </property>
167           </widget>
168          </item>
169          <item row="6" column="1">
170           <widget class="QPushButton" name="replacePrevPB">
171            <property name="enabled">
172             <bool>true</bool>
173            </property>
174            <property name="sizePolicy">
175             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
176              <horstretch>0</horstretch>
177              <verstretch>0</verstretch>
178             </sizepolicy>
179            </property>
180            <property name="text">
181             <string>Replace P&amp;rev</string>
182            </property>
183           </widget>
184          </item>
185          <item row="1" column="0">
186           <widget class="QCheckBox" name="caseCB">
187            <property name="sizePolicy">
188             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
189              <horstretch>0</horstretch>
190              <verstretch>0</verstretch>
191             </sizepolicy>
192            </property>
193            <property name="text">
194             <string>Case &amp;sensitive</string>
195            </property>
196           </widget>
197          </item>
198          <item row="1" column="1">
199           <widget class="QCheckBox" name="ignoreFormatCB">
200            <property name="enabled">
201             <bool>true</bool>
202            </property>
203            <property name="sizePolicy">
204             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
205              <horstretch>0</horstretch>
206              <verstretch>0</verstretch>
207             </sizepolicy>
208            </property>
209            <property name="text">
210             <string>Ignore For&amp;mat</string>
211            </property>
212            <property name="checked">
213             <bool>true</bool>
214            </property>
215           </widget>
216          </item>
217          <item row="2" column="1">
218           <widget class="QComboBox" name="regexpInsertCombo">
219            <property name="enabled">
220             <bool>true</bool>
221            </property>
222            <property name="sizePolicy">
223             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
224              <horstretch>0</horstretch>
225              <verstretch>0</verstretch>
226             </sizepolicy>
227            </property>
228            <item>
229             <property name="text">
230              <string>Match...</string>
231             </property>
232            </item>
233            <item>
234             <property name="text">
235              <string>Anything</string>
236             </property>
237            </item>
238            <item>
239             <property name="text">
240              <string>Any non-empty</string>
241             </property>
242            </item>
243            <item>
244             <property name="text">
245              <string>Any word</string>
246             </property>
247            </item>
248            <item>
249             <property name="text">
250              <string>Any number</string>
251             </property>
252            </item>
253           </widget>
254          </item>
255          <item row="0" column="0" colspan="2">
256           <widget class="QGroupBox" name="groupBox">
257            <property name="sizePolicy">
258             <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
259              <horstretch>0</horstretch>
260              <verstretch>0</verstretch>
261             </sizepolicy>
262            </property>
263            <property name="minimumSize">
264             <size>
265              <width>0</width>
266              <height>60</height>
267             </size>
268            </property>
269            <property name="maximumSize">
270             <size>
271              <width>16777215</width>
272              <height>16777215</height>
273             </size>
274            </property>
275            <property name="baseSize">
276             <size>
277              <width>0</width>
278              <height>128</height>
279             </size>
280            </property>
281            <property name="toolTip">
282             <string>Enter the text to search for in this full-featured LyX editing area</string>
283            </property>
284            <property name="title">
285             <string>Search for...</string>
286            </property>
287            <layout class="QGridLayout" name="gridLayout_4">
288             <property name="leftMargin">
289              <number>0</number>
290             </property>
291             <property name="topMargin">
292              <number>4</number>
293             </property>
294             <property name="rightMargin">
295              <number>4</number>
296             </property>
297             <property name="bottomMargin">
298              <number>4</number>
299             </property>
300             <item row="1" column="0">
301              <widget class="lyx::frontend::EmbeddedWorkArea" name="find_work_area_">
302               <property name="minimumSize">
303                <size>
304                 <width>0</width>
305                 <height>0</height>
306                </size>
307               </property>
308               <property name="baseSize">
309                <size>
310                 <width>0</width>
311                 <height>48</height>
312                </size>
313               </property>
314               <property name="toolTip">
315                <string>Enter the text to search for in this full-featured LyX editing area</string>
316               </property>
317               <property name="widgetResizable">
318                <bool>true</bool>
319               </property>
320               <widget class="QWidget" name="scrollAreaWidgetContents">
321                <property name="geometry">
322                 <rect>
323                  <x>0</x>
324                  <y>0</y>
325                  <width>208</width>
326                  <height>97</height>
327                 </rect>
328                </property>
329                <property name="sizePolicy">
330                 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
331                  <horstretch>0</horstretch>
332                  <verstretch>0</verstretch>
333                 </sizepolicy>
334                </property>
335               </widget>
336              </widget>
337             </item>
338            </layout>
339           </widget>
340          </item>
341          <item row="4" column="0" colspan="2">
342           <widget class="QGroupBox" name="groupBox_3">
343            <property name="sizePolicy">
344             <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
345              <horstretch>0</horstretch>
346              <verstretch>0</verstretch>
347             </sizepolicy>
348            </property>
349            <property name="minimumSize">
350             <size>
351              <width>0</width>
352              <height>60</height>
353             </size>
354            </property>
355            <property name="maximumSize">
356             <size>
357              <width>16777215</width>
358              <height>16777215</height>
359             </size>
360            </property>
361            <property name="toolTip">
362             <string>Enter the text to replace in this full-featured LyX editing area</string>
363            </property>
364            <property name="title">
365             <string>Replace with...</string>
366            </property>
367            <layout class="QGridLayout" name="gridLayout_5">
368             <property name="leftMargin">
369              <number>0</number>
370             </property>
371             <property name="topMargin">
372              <number>4</number>
373             </property>
374             <property name="rightMargin">
375              <number>4</number>
376             </property>
377             <property name="bottomMargin">
378              <number>4</number>
379             </property>
380             <item row="0" column="0">
381              <widget class="lyx::frontend::EmbeddedWorkArea" name="replace_work_area_">
382               <property name="minimumSize">
383                <size>
384                 <width>0</width>
385                 <height>0</height>
386                </size>
387               </property>
388               <property name="baseSize">
389                <size>
390                 <width>0</width>
391                 <height>48</height>
392                </size>
393               </property>
394               <property name="toolTip">
395                <string>Enter the text to replace in this full-featured LyX editing area</string>
396               </property>
397               <property name="widgetResizable">
398                <bool>true</bool>
399               </property>
400               <widget class="QWidget" name="scrollAreaWidgetContents_2">
401                <property name="geometry">
402                 <rect>
403                  <x>0</x>
404                  <y>0</y>
405                  <width>208</width>
406                  <height>96</height>
407                 </rect>
408                </property>
409                <property name="sizePolicy">
410                 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
411                  <horstretch>0</horstretch>
412                  <verstretch>0</verstretch>
413                 </sizepolicy>
414                </property>
415               </widget>
416              </widget>
417             </item>
418            </layout>
419           </widget>
420          </item>
421         </layout>
422        </item>
423       </layout>
424      </widget>
425      <widget class="QWidget" name="tab_4">
426       <property name="sizePolicy">
427        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
428         <horstretch>0</horstretch>
429         <verstretch>0</verstretch>
430        </sizepolicy>
431       </property>
432       <attribute name="title">
433        <string>Advanced</string>
434       </attribute>
435       <widget class="QWidget" name="gridLayoutWidget">
436        <property name="geometry">
437         <rect>
438          <x>0</x>
439          <y>0</y>
440          <width>221</width>
441          <height>143</height>
442         </rect>
443        </property>
444        <layout class="QGridLayout" name="gridLayout_2">
445         <item row="0" column="0">
446          <widget class="QGroupBox" name="groupBox_2">
447           <property name="enabled">
448            <bool>false</bool>
449           </property>
450           <property name="sizePolicy">
451            <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
452             <horstretch>0</horstretch>
453             <verstretch>0</verstretch>
454            </sizepolicy>
455           </property>
456           <property name="minimumSize">
457            <size>
458             <width>0</width>
459             <height>111</height>
460            </size>
461           </property>
462           <property name="title">
463            <string>Sco&amp;pe</string>
464           </property>
465           <widget class="QRadioButton" name="scopeRB">
466            <property name="geometry">
467             <rect>
468              <x>10</x>
469              <y>40</y>
470              <width>121</width>
471              <height>23</height>
472             </rect>
473            </property>
474            <property name="toolTip">
475             <string>Current buffer only</string>
476            </property>
477            <property name="text">
478             <string>Buffer</string>
479            </property>
480            <property name="checked">
481             <bool>true</bool>
482            </property>
483           </widget>
484           <widget class="QRadioButton" name="scopeRB_3">
485            <property name="geometry">
486             <rect>
487              <x>10</x>
488              <y>60</y>
489              <width>121</width>
490              <height>23</height>
491             </rect>
492            </property>
493            <property name="toolTip">
494             <string>Current file and all included files</string>
495            </property>
496            <property name="text">
497             <string>Document</string>
498            </property>
499           </widget>
500           <widget class="QRadioButton" name="scopeRB_2">
501            <property name="geometry">
502             <rect>
503              <x>10</x>
504              <y>20</y>
505              <width>121</width>
506              <height>23</height>
507             </rect>
508            </property>
509            <property name="toolTip">
510             <string>Current paragraph only</string>
511            </property>
512            <property name="text">
513             <string>Paragraph</string>
514            </property>
515            <property name="checked">
516             <bool>false</bool>
517            </property>
518           </widget>
519           <widget class="QRadioButton" name="scopeRB_4">
520            <property name="geometry">
521             <rect>
522              <x>10</x>
523              <y>80</y>
524              <width>121</width>
525              <height>23</height>
526             </rect>
527            </property>
528            <property name="toolTip">
529             <string>All open buffers</string>
530            </property>
531            <property name="text">
532             <string>Open buffers</string>
533            </property>
534           </widget>
535          </widget>
536         </item>
537         <item row="1" column="0">
538          <widget class="QCheckBox" name="expandMacrosCB">
539           <property name="enabled">
540            <bool>false</bool>
541           </property>
542           <property name="text">
543            <string>&amp;Expand macros</string>
544           </property>
545          </widget>
546         </item>
547        </layout>
548       </widget>
549      </widget>
550     </widget>
551    </item>
552   </layout>
553  </widget>
554  <customwidgets>
555   <customwidget>
556    <class>lyx::frontend::EmbeddedWorkArea</class>
557    <extends>QScrollArea</extends>
558    <header location="global">GuiWorkArea.h</header>
559    <container>1</container>
560   </customwidget>
561  </customwidgets>
562  <includes>
563   <include location="local">qt_helpers.h</include>
564  </includes>
565  <resources/>
566  <connections/>
567 </ui>