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