]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FindAndReplaceUi.ui
Added shortcuts for Basic/Advanced panes.
[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="QWidget" name="FindAndReplaceUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>303</width>
10     <height>496</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>0</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="maximumSize">
26    <size>
27     <width>16777215</width>
28     <height>496</height>
29    </size>
30   </property>
31   <property name="baseSize">
32    <size>
33     <width>0</width>
34     <height>0</height>
35    </size>
36   </property>
37   <property name="windowTitle">
38    <string>Find LyX Text</string>
39   </property>
40   <property name="toolTip">
41    <string/>
42   </property>
43   <layout class="QVBoxLayout" name="verticalLayout">
44    <item>
45     <widget class="QTabWidget" name="tabWidget">
46      <property name="sizePolicy">
47       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
48        <horstretch>0</horstretch>
49        <verstretch>0</verstretch>
50       </sizepolicy>
51      </property>
52      <property name="toolTip">
53       <string/>
54      </property>
55      <property name="statusTip">
56       <string/>
57      </property>
58      <property name="autoFillBackground">
59       <bool>false</bool>
60      </property>
61      <property name="currentIndex">
62       <number>0</number>
63      </property>
64      <widget class="QWidget" name="tab_3">
65       <property name="sizePolicy">
66        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
67         <horstretch>0</horstretch>
68         <verstretch>0</verstretch>
69        </sizepolicy>
70       </property>
71       <property name="toolTip">
72        <string/>
73       </property>
74       <property name="statusTip">
75        <string/>
76       </property>
77       <attribute name="title">
78        <string>&amp;Basic</string>
79       </attribute>
80       <layout class="QGridLayout" name="gridLayout_3">
81        <item row="2" column="0">
82         <widget class="QFrame" name="replace_frame">
83          <property name="sizePolicy">
84           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
85            <horstretch>0</horstretch>
86            <verstretch>0</verstretch>
87           </sizepolicy>
88          </property>
89          <property name="accessibleName">
90           <string/>
91          </property>
92          <property name="frameShape">
93           <enum>QFrame::Box</enum>
94          </property>
95          <property name="frameShadow">
96           <enum>QFrame::Raised</enum>
97          </property>
98          <layout class="QGridLayout" name="gridLayout_7">
99           <property name="leftMargin">
100            <number>4</number>
101           </property>
102           <property name="topMargin">
103            <number>0</number>
104           </property>
105           <property name="rightMargin">
106            <number>4</number>
107           </property>
108           <property name="bottomMargin">
109            <number>4</number>
110           </property>
111           <property name="spacing">
112            <number>0</number>
113           </property>
114           <item row="1" column="0">
115            <widget class="QGroupBox" name="groupBox_3">
116             <property name="sizePolicy">
117              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
118               <horstretch>0</horstretch>
119               <verstretch>0</verstretch>
120              </sizepolicy>
121             </property>
122             <property name="minimumSize">
123              <size>
124               <width>0</width>
125               <height>0</height>
126              </size>
127             </property>
128             <property name="maximumSize">
129              <size>
130               <width>16777215</width>
131               <height>16777215</height>
132              </size>
133             </property>
134             <property name="toolTip">
135              <string>Enter the text to replace in this full-featured LyX editing area</string>
136             </property>
137             <property name="title">
138              <string>&amp;Replace with...</string>
139             </property>
140             <layout class="QGridLayout" name="gridLayout_6">
141              <property name="leftMargin">
142               <number>0</number>
143              </property>
144              <property name="topMargin">
145               <number>4</number>
146              </property>
147              <property name="rightMargin">
148               <number>4</number>
149              </property>
150              <property name="bottomMargin">
151               <number>0</number>
152              </property>
153              <item row="0" column="0" colspan="2">
154               <widget class="lyx::frontend::EmbeddedWorkArea" name="replace_work_area_">
155                <property name="minimumSize">
156                 <size>
157                  <width>0</width>
158                  <height>0</height>
159                 </size>
160                </property>
161                <property name="baseSize">
162                 <size>
163                  <width>0</width>
164                  <height>0</height>
165                 </size>
166                </property>
167                <property name="toolTip">
168                 <string>Enter the text to replace in this full-featured LyX editing area</string>
169                </property>
170                <property name="widgetResizable">
171                 <bool>true</bool>
172                </property>
173                <widget class="QWidget" name="replace_scroll_area_">
174                 <property name="geometry">
175                  <rect>
176                   <x>0</x>
177                   <y>0</y>
178                   <width>237</width>
179                   <height>79</height>
180                  </rect>
181                 </property>
182                 <property name="sizePolicy">
183                  <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
184                   <horstretch>0</horstretch>
185                   <verstretch>0</verstretch>
186                  </sizepolicy>
187                 </property>
188                </widget>
189               </widget>
190              </item>
191              <item row="1" column="0">
192               <widget class="QPushButton" name="replaceNextPB">
193                <property name="enabled">
194                 <bool>true</bool>
195                </property>
196                <property name="sizePolicy">
197                 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
198                  <horstretch>1</horstretch>
199                  <verstretch>0</verstretch>
200                 </sizepolicy>
201                </property>
202                <property name="toolTip">
203                 <string>Find next occurrence and replace it [Enter]</string>
204                </property>
205                <property name="text">
206                 <string>Next</string>
207                </property>
208               </widget>
209              </item>
210              <item row="1" column="1">
211               <widget class="QPushButton" name="replacePrevPB">
212                <property name="enabled">
213                 <bool>true</bool>
214                </property>
215                <property name="sizePolicy">
216                 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
217                  <horstretch>1</horstretch>
218                  <verstretch>0</verstretch>
219                 </sizepolicy>
220                </property>
221                <property name="toolTip">
222                 <string>Find previous occurrence and replace it [Enter]</string>
223                </property>
224                <property name="text">
225                 <string>Prev</string>
226                </property>
227               </widget>
228              </item>
229              <item row="2" column="0" colspan="2">
230               <widget class="QPushButton" name="replaceallPB">
231                <property name="enabled">
232                 <bool>false</bool>
233                </property>
234                <property name="sizePolicy">
235                 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
236                  <horstretch>0</horstretch>
237                  <verstretch>0</verstretch>
238                 </sizepolicy>
239                </property>
240                <property name="text">
241                 <string>Replace &amp;All</string>
242                </property>
243               </widget>
244              </item>
245              <item row="3" column="0">
246               <widget class="QCheckBox" name="keepCaseCB">
247                <property name="sizePolicy">
248                 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
249                  <horstretch>1</horstretch>
250                  <verstretch>0</verstretch>
251                 </sizepolicy>
252                </property>
253                <property name="toolTip">
254                 <string>Keep the case of the replacement first letter as in each matching text first letter</string>
255                </property>
256                <property name="text">
257                 <string>&amp;Keep case</string>
258                </property>
259               </widget>
260              </item>
261              <item row="3" column="1">
262               <widget class="QPushButton" name="closePB">
263                <property name="sizePolicy">
264                 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
265                  <horstretch>1</horstretch>
266                  <verstretch>0</verstretch>
267                 </sizepolicy>
268                </property>
269                <property name="toolTip">
270                 <string>Close this panel</string>
271                </property>
272                <property name="text">
273                 <string>&amp;Close</string>
274                </property>
275               </widget>
276              </item>
277             </layout>
278            </widget>
279           </item>
280          </layout>
281         </widget>
282        </item>
283        <item row="0" column="0">
284         <widget class="QFrame" name="find_frame">
285          <property name="sizePolicy">
286           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
287            <horstretch>0</horstretch>
288            <verstretch>0</verstretch>
289           </sizepolicy>
290          </property>
291          <property name="frameShape">
292           <enum>QFrame::Box</enum>
293          </property>
294          <property name="frameShadow">
295           <enum>QFrame::Raised</enum>
296          </property>
297          <layout class="QGridLayout" name="gridLayout_8">
298           <property name="leftMargin">
299            <number>4</number>
300           </property>
301           <property name="topMargin">
302            <number>0</number>
303           </property>
304           <property name="rightMargin">
305            <number>4</number>
306           </property>
307           <property name="bottomMargin">
308            <number>4</number>
309           </property>
310           <item row="0" column="0">
311            <widget class="QGroupBox" name="groupBox">
312             <property name="sizePolicy">
313              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
314               <horstretch>0</horstretch>
315               <verstretch>0</verstretch>
316              </sizepolicy>
317             </property>
318             <property name="minimumSize">
319              <size>
320               <width>0</width>
321               <height>0</height>
322              </size>
323             </property>
324             <property name="maximumSize">
325              <size>
326               <width>16777215</width>
327               <height>16777215</height>
328              </size>
329             </property>
330             <property name="baseSize">
331              <size>
332               <width>0</width>
333               <height>0</height>
334              </size>
335             </property>
336             <property name="toolTip">
337              <string>Enter the text to search for in this full-featured LyX editing area</string>
338             </property>
339             <property name="title">
340              <string>&amp;Find...</string>
341             </property>
342             <layout class="QGridLayout" name="gridLayout_5">
343              <property name="leftMargin">
344               <number>0</number>
345              </property>
346              <property name="topMargin">
347               <number>4</number>
348              </property>
349              <property name="rightMargin">
350               <number>4</number>
351              </property>
352              <property name="bottomMargin">
353               <number>0</number>
354              </property>
355              <item row="0" column="0" colspan="2">
356               <widget class="lyx::frontend::EmbeddedWorkArea" name="find_work_area_">
357                <property name="minimumSize">
358                 <size>
359                  <width>0</width>
360                  <height>0</height>
361                 </size>
362                </property>
363                <property name="baseSize">
364                 <size>
365                  <width>0</width>
366                  <height>0</height>
367                 </size>
368                </property>
369                <property name="toolTip">
370                 <string>Enter the text to search for in this full-featured LyX editing area</string>
371                </property>
372                <property name="widgetResizable">
373                 <bool>true</bool>
374                </property>
375                <widget class="QWidget" name="find_scroll_area_">
376                 <property name="geometry">
377                  <rect>
378                   <x>0</x>
379                   <y>0</y>
380                   <width>237</width>
381                   <height>80</height>
382                  </rect>
383                 </property>
384                 <property name="sizePolicy">
385                  <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
386                   <horstretch>0</horstretch>
387                   <verstretch>0</verstretch>
388                  </sizepolicy>
389                 </property>
390                </widget>
391               </widget>
392              </item>
393              <item row="1" column="0">
394               <widget class="QCheckBox" name="caseCB">
395                <property name="sizePolicy">
396                 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
397                  <horstretch>0</horstretch>
398                  <verstretch>0</verstretch>
399                 </sizepolicy>
400                </property>
401                <property name="toolTip">
402                 <string>Perform a case-sensitive search</string>
403                </property>
404                <property name="text">
405                 <string>Case &amp;sensitive</string>
406                </property>
407               </widget>
408              </item>
409              <item row="2" column="0" colspan="2">
410               <widget class="QComboBox" name="regexpInsertCombo">
411                <property name="enabled">
412                 <bool>true</bool>
413                </property>
414                <property name="sizePolicy">
415                 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
416                  <horstretch>0</horstretch>
417                  <verstretch>0</verstretch>
418                 </sizepolicy>
419                </property>
420                <property name="toolTip">
421                 <string>Choose one of the pre-arranged regular expressions.</string>
422                </property>
423                <item>
424                 <property name="text">
425                  <string>Match...</string>
426                 </property>
427                </item>
428                <item>
429                 <property name="text">
430                  <string>Anything</string>
431                 </property>
432                </item>
433                <item>
434                 <property name="text">
435                  <string>Any non-empty</string>
436                 </property>
437                </item>
438                <item>
439                 <property name="text">
440                  <string>Any word</string>
441                 </property>
442                </item>
443                <item>
444                 <property name="text">
445                  <string>Any number</string>
446                 </property>
447                </item>
448               </widget>
449              </item>
450              <item row="3" column="0">
451               <widget class="QPushButton" name="findNextPB">
452                <property name="enabled">
453                 <bool>true</bool>
454                </property>
455                <property name="sizePolicy">
456                 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
457                  <horstretch>0</horstretch>
458                  <verstretch>0</verstretch>
459                 </sizepolicy>
460                </property>
461                <property name="toolTip">
462                 <string>Find next occurrence [Enter]</string>
463                </property>
464                <property name="text">
465                 <string>Next</string>
466                </property>
467                <property name="default">
468                 <bool>true</bool>
469                </property>
470               </widget>
471              </item>
472              <item row="3" column="1">
473               <widget class="QPushButton" name="findPrevPB">
474                <property name="enabled">
475                 <bool>true</bool>
476                </property>
477                <property name="sizePolicy">
478                 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
479                  <horstretch>0</horstretch>
480                  <verstretch>0</verstretch>
481                 </sizepolicy>
482                </property>
483                <property name="toolTip">
484                 <string>Find previous occurrence [Shift+Enter]</string>
485                </property>
486                <property name="text">
487                 <string>Prev</string>
488                </property>
489                <property name="default">
490                 <bool>true</bool>
491                </property>
492               </widget>
493              </item>
494              <item row="1" column="1">
495               <widget class="QCheckBox" name="wordsCB">
496                <property name="enabled">
497                 <bool>false</bool>
498                </property>
499                <property name="sizePolicy">
500                 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
501                  <horstretch>0</horstretch>
502                  <verstretch>0</verstretch>
503                 </sizepolicy>
504                </property>
505                <property name="toolTip">
506                 <string>Restrict search to whole words only</string>
507                </property>
508                <property name="text">
509                 <string>Whole &amp;words</string>
510                </property>
511               </widget>
512              </item>
513             </layout>
514            </widget>
515           </item>
516          </layout>
517         </widget>
518        </item>
519       </layout>
520      </widget>
521      <widget class="QWidget" name="tab_4">
522       <property name="sizePolicy">
523        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
524         <horstretch>0</horstretch>
525         <verstretch>0</verstretch>
526        </sizepolicy>
527       </property>
528       <property name="toolTip">
529        <string/>
530       </property>
531       <property name="statusTip">
532        <string/>
533       </property>
534       <attribute name="title">
535        <string>Ad&amp;vanced</string>
536       </attribute>
537       <layout class="QHBoxLayout" name="horizontalLayout">
538        <item>
539         <layout class="QGridLayout" name="gridLayout_2">
540          <property name="sizeConstraint">
541           <enum>QLayout::SetDefaultConstraint</enum>
542          </property>
543          <item row="0" column="0">
544           <widget class="QGroupBox" name="groupBox_2">
545            <property name="enabled">
546             <bool>true</bool>
547            </property>
548            <property name="sizePolicy">
549             <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
550              <horstretch>0</horstretch>
551              <verstretch>0</verstretch>
552             </sizepolicy>
553            </property>
554            <property name="minimumSize">
555             <size>
556              <width>0</width>
557              <height>0</height>
558             </size>
559            </property>
560            <property name="toolTip">
561             <string>Restrict the search horizon to:</string>
562            </property>
563            <property name="autoFillBackground">
564             <bool>false</bool>
565            </property>
566            <property name="title">
567             <string>Sco&amp;pe</string>
568            </property>
569            <property name="flat">
570             <bool>false</bool>
571            </property>
572            <layout class="QGridLayout" name="gridLayout_4">
573             <property name="margin">
574              <number>3</number>
575             </property>
576             <property name="spacing">
577              <number>0</number>
578             </property>
579             <item row="0" column="0">
580              <widget class="QRadioButton" name="CurrentParagraph">
581               <property name="enabled">
582                <bool>false</bool>
583               </property>
584               <property name="sizePolicy">
585                <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
586                 <horstretch>0</horstretch>
587                 <verstretch>0</verstretch>
588                </sizepolicy>
589               </property>
590               <property name="toolTip">
591                <string>Current paragraph</string>
592               </property>
593               <property name="text">
594                <string>Current &amp;Paragraph</string>
595               </property>
596               <property name="checked">
597                <bool>false</bool>
598               </property>
599              </widget>
600             </item>
601             <item row="1" column="0">
602              <widget class="QRadioButton" name="CurrentDocument">
603               <property name="enabled">
604                <bool>true</bool>
605               </property>
606               <property name="sizePolicy">
607                <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
608                 <horstretch>0</horstretch>
609                 <verstretch>0</verstretch>
610                </sizepolicy>
611               </property>
612               <property name="toolTip">
613                <string>Document in current file</string>
614               </property>
615               <property name="text">
616                <string>Current &amp;Document</string>
617               </property>
618               <property name="checked">
619                <bool>true</bool>
620               </property>
621              </widget>
622             </item>
623             <item row="2" column="0">
624              <widget class="QRadioButton" name="MasterDocument">
625               <property name="enabled">
626                <bool>true</bool>
627               </property>
628               <property name="sizePolicy">
629                <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
630                 <horstretch>0</horstretch>
631                 <verstretch>0</verstretch>
632                </sizepolicy>
633               </property>
634               <property name="toolTip">
635                <string>Current file and all other files belonging to the same Master Document</string>
636               </property>
637               <property name="text">
638                <string>&amp;Master Document</string>
639               </property>
640              </widget>
641             </item>
642             <item row="3" column="0">
643              <widget class="QRadioButton" name="OpenDocuments">
644               <property name="enabled">
645                <bool>false</bool>
646               </property>
647               <property name="sizePolicy">
648                <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
649                 <horstretch>0</horstretch>
650                 <verstretch>0</verstretch>
651                </sizepolicy>
652               </property>
653               <property name="toolTip">
654                <string>All open documents</string>
655               </property>
656               <property name="text">
657                <string>&amp;Open Documents</string>
658               </property>
659              </widget>
660             </item>
661             <item row="4" column="0">
662              <widget class="QRadioButton" name="AllManualsRB">
663               <property name="enabled">
664                <bool>false</bool>
665               </property>
666               <property name="sizePolicy">
667                <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
668                 <horstretch>0</horstretch>
669                 <verstretch>0</verstretch>
670                </sizepolicy>
671               </property>
672               <property name="text">
673                <string>All Ma&amp;nuals</string>
674               </property>
675              </widget>
676             </item>
677            </layout>
678           </widget>
679          </item>
680          <item row="2" column="0">
681           <widget class="QCheckBox" name="expandMacrosCB">
682            <property name="enabled">
683             <bool>false</bool>
684            </property>
685            <property name="sizePolicy">
686             <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
687              <horstretch>0</horstretch>
688              <verstretch>0</verstretch>
689             </sizepolicy>
690            </property>
691            <property name="text">
692             <string>&amp;Expand macros</string>
693            </property>
694           </widget>
695          </item>
696          <item row="1" column="0">
697           <widget class="QCheckBox" name="ignoreFormatCB">
698            <property name="enabled">
699             <bool>true</bool>
700            </property>
701            <property name="sizePolicy">
702             <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
703              <horstretch>0</horstretch>
704              <verstretch>0</verstretch>
705             </sizepolicy>
706            </property>
707            <property name="text">
708             <string>Ignore &amp;Format</string>
709            </property>
710            <property name="checked">
711             <bool>true</bool>
712            </property>
713           </widget>
714          </item>
715          <item row="3" column="0">
716           <spacer name="verticalSpacer">
717            <property name="orientation">
718             <enum>Qt::Vertical</enum>
719            </property>
720            <property name="sizeHint" stdset="0">
721             <size>
722              <width>0</width>
723              <height>0</height>
724             </size>
725            </property>
726           </spacer>
727          </item>
728         </layout>
729        </item>
730       </layout>
731      </widget>
732     </widget>
733    </item>
734   </layout>
735  </widget>
736  <customwidgets>
737   <customwidget>
738    <class>lyx::frontend::EmbeddedWorkArea</class>
739    <extends>QScrollArea</extends>
740    <header location="global">GuiWorkArea.h</header>
741    <container>1</container>
742   </customwidget>
743  </customwidgets>
744  <includes>
745   <include location="local">qt_helpers.h</include>
746  </includes>
747  <resources/>
748  <connections/>
749 </ui>