]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FindAndReplaceUi.ui
GuiCitation.cpp:
[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="0">
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>Find next occurrence and replace it [Enter]</string>
223                    </property>
224                    <property name="text">
225                     <string>Next</string>
226                    </property>
227                   </widget>
228                  </item>
229                  <item row="2" column="1">
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>Find previous occurrence and replace it [Shift+Enter]</string>
244                    </property>
245                    <property name="text">
246                     <string>Prev</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="text">
264                     <string>Replace &amp;All</string>
265                    </property>
266                   </widget>
267                  </item>
268                  <item row="1" column="0" colspan="2">
269                   <widget class="QCheckBox" name="keepCaseCB">
270                    <property name="sizePolicy">
271                     <sizepolicy>
272                      <hsizetype>7</hsizetype>
273                      <vsizetype>1</vsizetype>
274                      <horstretch>1</horstretch>
275                      <verstretch>0</verstretch>
276                     </sizepolicy>
277                    </property>
278                    <property name="toolTip">
279                     <string>Keep the case of the replacement's first letter as in each matching text first letter</string>
280                    </property>
281                    <property name="text">
282                     <string>&amp;Keep case</string>
283                    </property>
284                   </widget>
285                  </item>
286                  <item row="3" column="1">
287                   <widget class="QPushButton" name="closePB">
288                    <property name="sizePolicy">
289                     <sizepolicy>
290                      <hsizetype>7</hsizetype>
291                      <vsizetype>1</vsizetype>
292                      <horstretch>1</horstretch>
293                      <verstretch>0</verstretch>
294                     </sizepolicy>
295                    </property>
296                    <property name="toolTip">
297                     <string>Close this panel</string>
298                    </property>
299                    <property name="text">
300                     <string>&amp;Close</string>
301                    </property>
302                   </widget>
303                  </item>
304                 </layout>
305                </widget>
306               </item>
307              </layout>
308             </widget>
309            </item>
310            <item row="0" column="0">
311             <widget class="QFrame" name="find_frame">
312              <property name="sizePolicy">
313               <sizepolicy>
314                <hsizetype>7</hsizetype>
315                <vsizetype>7</vsizetype>
316                <horstretch>0</horstretch>
317                <verstretch>0</verstretch>
318               </sizepolicy>
319              </property>
320              <property name="frameShape">
321               <enum>QFrame::Box</enum>
322              </property>
323              <property name="frameShadow">
324               <enum>QFrame::Raised</enum>
325              </property>
326              <layout class="QGridLayout" name="gridLayout_8">
327               <property name="margin">
328                <number>4</number>
329               </property>
330               <item row="0" column="0">
331                <widget class="QGroupBox" name="groupBox">
332                 <property name="sizePolicy">
333                  <sizepolicy>
334                   <hsizetype>7</hsizetype>
335                   <vsizetype>7</vsizetype>
336                   <horstretch>0</horstretch>
337                   <verstretch>0</verstretch>
338                  </sizepolicy>
339                 </property>
340                 <property name="minimumSize">
341                  <size>
342                   <width>0</width>
343                   <height>0</height>
344                  </size>
345                 </property>
346                 <property name="maximumSize">
347                  <size>
348                   <width>16777215</width>
349                   <height>16777215</height>
350                  </size>
351                 </property>
352                 <property name="baseSize">
353                  <size>
354                   <width>0</width>
355                   <height>0</height>
356                  </size>
357                 </property>
358                 <property name="toolTip">
359                  <string>Enter the text to search for in this full-featured LyX editing area</string>
360                 </property>
361                 <property name="title">
362                  <string>&amp;Find...</string>
363                 </property>
364                 <layout class="QGridLayout" name="gridLayout_5">
365                  <property name="margin">
366                   <number>4</number>
367                  </property>
368                  <item row="0" column="0" colspan="2">
369                   <widget class="lyx::frontend::EmbeddedWorkArea" name="find_work_area_">
370                    <property name="minimumSize">
371                     <size>
372                      <width>0</width>
373                      <height>0</height>
374                     </size>
375                    </property>
376                    <property name="baseSize">
377                     <size>
378                      <width>0</width>
379                      <height>0</height>
380                     </size>
381                    </property>
382                    <property name="toolTip">
383                     <string>Enter the text to search for in this full-featured LyX editing area</string>
384                    </property>
385                    <property name="widgetResizable">
386                     <bool>true</bool>
387                    </property>
388                    <widget class="QWidget" name="find_scroll_area_">
389                     <property name="geometry">
390                      <rect>
391                       <x>0</x>
392                       <y>0</y>
393                       <width>221</width>
394                       <height>79</height>
395                      </rect>
396                     </property>
397                     <property name="sizePolicy">
398                      <sizepolicy>
399                       <hsizetype>7</hsizetype>
400                       <vsizetype>7</vsizetype>
401                       <horstretch>0</horstretch>
402                       <verstretch>0</verstretch>
403                      </sizepolicy>
404                     </property>
405                    </widget>
406                   </widget>
407                  </item>
408                  <item row="1" column="0" colspan="2">
409                   <widget class="QCheckBox" name="caseCB">
410                    <property name="sizePolicy">
411                     <sizepolicy>
412                      <hsizetype>7</hsizetype>
413                      <vsizetype>1</vsizetype>
414                      <horstretch>0</horstretch>
415                      <verstretch>0</verstretch>
416                     </sizepolicy>
417                    </property>
418                    <property name="toolTip">
419                     <string>Perform a case-sensitive search</string>
420                    </property>
421                    <property name="text">
422                     <string>Case &amp;sensitive</string>
423                    </property>
424                   </widget>
425                  </item>
426                  <item row="3" column="0" colspan="2">
427                   <widget class="QComboBox" name="regexpInsertCombo">
428                    <property name="enabled">
429                     <bool>true</bool>
430                    </property>
431                    <property name="sizePolicy">
432                     <sizepolicy>
433                      <hsizetype>7</hsizetype>
434                      <vsizetype>1</vsizetype>
435                      <horstretch>0</horstretch>
436                      <verstretch>0</verstretch>
437                     </sizepolicy>
438                    </property>
439                    <property name="toolTip">
440                     <string>Choose one of the pre-arranged regular expressions.</string>
441                    </property>
442                    <item>
443                     <property name="text">
444                      <string>Match...</string>
445                     </property>
446                    </item>
447                    <item>
448                     <property name="text">
449                      <string>Anything</string>
450                     </property>
451                    </item>
452                    <item>
453                     <property name="text">
454                      <string>Any non-empty</string>
455                     </property>
456                    </item>
457                    <item>
458                     <property name="text">
459                      <string>Any word</string>
460                     </property>
461                    </item>
462                    <item>
463                     <property name="text">
464                      <string>Any number</string>
465                     </property>
466                    </item>
467                    <item>
468                     <property name="text">
469                      <string>User-defined</string>
470                     </property>
471                    </item>
472                   </widget>
473                  </item>
474                  <item row="4" column="0">
475                   <widget class="QPushButton" name="findNextPB">
476                    <property name="enabled">
477                     <bool>true</bool>
478                    </property>
479                    <property name="sizePolicy">
480                     <sizepolicy>
481                      <hsizetype>7</hsizetype>
482                      <vsizetype>1</vsizetype>
483                      <horstretch>0</horstretch>
484                      <verstretch>0</verstretch>
485                     </sizepolicy>
486                    </property>
487                    <property name="toolTip">
488                     <string>Find next occurrence [Enter]</string>
489                    </property>
490                    <property name="text">
491                     <string>Next</string>
492                    </property>
493                    <property name="default">
494                     <bool>true</bool>
495                    </property>
496                   </widget>
497                  </item>
498                  <item row="4" column="1">
499                   <widget class="QPushButton" name="findPrevPB">
500                    <property name="enabled">
501                     <bool>true</bool>
502                    </property>
503                    <property name="sizePolicy">
504                     <sizepolicy>
505                      <hsizetype>7</hsizetype>
506                      <vsizetype>1</vsizetype>
507                      <horstretch>0</horstretch>
508                      <verstretch>0</verstretch>
509                     </sizepolicy>
510                    </property>
511                    <property name="toolTip">
512                     <string>Find previous occurrence [Shift+Enter]</string>
513                    </property>
514                    <property name="text">
515                     <string>Prev</string>
516                    </property>
517                    <property name="default">
518                     <bool>true</bool>
519                    </property>
520                   </widget>
521                  </item>
522                  <item row="2" column="0" colspan="2">
523                   <widget class="QCheckBox" name="wordsCB">
524                    <property name="enabled">
525                     <bool>true</bool>
526                    </property>
527                    <property name="sizePolicy">
528                     <sizepolicy>
529                      <hsizetype>7</hsizetype>
530                      <vsizetype>1</vsizetype>
531                      <horstretch>0</horstretch>
532                      <verstretch>0</verstretch>
533                     </sizepolicy>
534                    </property>
535                    <property name="toolTip">
536                     <string>Restrict search to whole words only</string>
537                    </property>
538                    <property name="text">
539                     <string>Whole &amp;words</string>
540                    </property>
541                   </widget>
542                  </item>
543                 </layout>
544                </widget>
545               </item>
546              </layout>
547             </widget>
548            </item>
549           </layout>
550          </widget>
551          <widget class="QWidget" name="AdvancedTab">
552           <property name="sizePolicy">
553            <sizepolicy>
554             <hsizetype>7</hsizetype>
555             <vsizetype>7</vsizetype>
556             <horstretch>0</horstretch>
557             <verstretch>0</verstretch>
558            </sizepolicy>
559           </property>
560           <property name="toolTip">
561            <string/>
562           </property>
563           <property name="statusTip">
564            <string/>
565           </property>
566           <attribute name="title">
567            <string>Ad&amp;vanced</string>
568           </attribute>
569           <layout class="QHBoxLayout" name="horizontalLayout">
570            <item>
571             <layout class="QGridLayout" name="gridLayout_2">
572              <property name="sizeConstraint">
573               <enum>QLayout::SetDefaultConstraint</enum>
574              </property>
575              <item row="0" column="0">
576               <widget class="QGroupBox" name="groupBox_2">
577                <property name="enabled">
578                 <bool>true</bool>
579                </property>
580                <property name="sizePolicy">
581                 <sizepolicy>
582                  <hsizetype>7</hsizetype>
583                  <vsizetype>1</vsizetype>
584                  <horstretch>0</horstretch>
585                  <verstretch>0</verstretch>
586                 </sizepolicy>
587                </property>
588                <property name="minimumSize">
589                 <size>
590                  <width>0</width>
591                  <height>0</height>
592                 </size>
593                </property>
594                <property name="toolTip">
595                 <string>The scope to which the search horizon is restricted</string>
596                </property>
597                <property name="autoFillBackground">
598                 <bool>false</bool>
599                </property>
600                <property name="title">
601                 <string>Sco&amp;pe</string>
602                </property>
603                <property name="flat">
604                 <bool>false</bool>
605                </property>
606                <layout class="QGridLayout" name="gridLayout_4">
607                 <property name="margin">
608                  <number>3</number>
609                 </property>
610                 <property name="spacing">
611                  <number>0</number>
612                 </property>
613                 <item row="0" column="0">
614                  <widget class="QRadioButton" name="CurrentParagraph">
615                   <property name="enabled">
616                    <bool>false</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 paragraph</string>
628                   </property>
629                   <property name="text">
630                    <string>Current &amp;paragraph</string>
631                   </property>
632                   <property name="checked">
633                    <bool>false</bool>
634                   </property>
635                  </widget>
636                 </item>
637                 <item row="1" column="0">
638                  <widget class="QRadioButton" name="CurrentDocument">
639                   <property name="enabled">
640                    <bool>true</bool>
641                   </property>
642                   <property name="sizePolicy">
643                    <sizepolicy>
644                     <hsizetype>1</hsizetype>
645                     <vsizetype>1</vsizetype>
646                     <horstretch>0</horstretch>
647                     <verstretch>0</verstretch>
648                    </sizepolicy>
649                   </property>
650                   <property name="text">
651                    <string>Current &amp;document</string>
652                   </property>
653                   <property name="checked">
654                    <bool>true</bool>
655                   </property>
656                  </widget>
657                 </item>
658                 <item row="2" column="0">
659                  <widget class="QRadioButton" name="MasterDocument">
660                   <property name="enabled">
661                    <bool>true</bool>
662                   </property>
663                   <property name="sizePolicy">
664                    <sizepolicy>
665                     <hsizetype>1</hsizetype>
666                     <vsizetype>1</vsizetype>
667                     <horstretch>0</horstretch>
668                     <verstretch>0</verstretch>
669                    </sizepolicy>
670                   </property>
671                   <property name="toolTip">
672                    <string>Current document and all related documents belonging to the same master document</string>
673                   </property>
674                   <property name="text">
675                    <string>&amp;Master document</string>
676                   </property>
677                  </widget>
678                 </item>
679                 <item row="3" column="0">
680                  <widget class="QRadioButton" name="OpenDocuments">
681                   <property name="enabled">
682                    <bool>true</bool>
683                   </property>
684                   <property name="sizePolicy">
685                    <sizepolicy>
686                     <hsizetype>1</hsizetype>
687                     <vsizetype>1</vsizetype>
688                     <horstretch>0</horstretch>
689                     <verstretch>0</verstretch>
690                    </sizepolicy>
691                   </property>
692                   <property name="toolTip">
693                    <string>All open documents</string>
694                   </property>
695                   <property name="text">
696                    <string>&amp;Open documents</string>
697                   </property>
698                  </widget>
699                 </item>
700                 <item row="4" column="0">
701                  <widget class="QRadioButton" name="AllManualsRB">
702                   <property name="enabled">
703                    <bool>true</bool>
704                   </property>
705                   <property name="sizePolicy">
706                    <sizepolicy>
707                     <hsizetype>1</hsizetype>
708                     <vsizetype>1</vsizetype>
709                     <horstretch>0</horstretch>
710                     <verstretch>0</verstretch>
711                    </sizepolicy>
712                   </property>
713                   <property name="text">
714                    <string>All ma&amp;nuals</string>
715                   </property>
716                  </widget>
717                 </item>
718                </layout>
719               </widget>
720              </item>
721              <item row="2" column="0">
722               <widget class="QCheckBox" name="expandMacrosCB">
723                <property name="enabled">
724                 <bool>false</bool>
725                </property>
726                <property name="sizePolicy">
727                 <sizepolicy>
728                  <hsizetype>7</hsizetype>
729                  <vsizetype>1</vsizetype>
730                  <horstretch>0</horstretch>
731                  <verstretch>0</verstretch>
732                 </sizepolicy>
733                </property>
734                <property name="text">
735                 <string>&amp;Expand macros</string>
736                </property>
737               </widget>
738              </item>
739              <item row="1" column="0">
740               <widget class="QCheckBox" name="ignoreFormatCB">
741                <property name="enabled">
742                 <bool>true</bool>
743                </property>
744                <property name="sizePolicy">
745                 <sizepolicy>
746                  <hsizetype>7</hsizetype>
747                  <vsizetype>1</vsizetype>
748                  <horstretch>0</horstretch>
749                  <verstretch>0</verstretch>
750                 </sizepolicy>
751                </property>
752                <property name="text">
753                 <string>Ignore &amp;format</string>
754                </property>
755                <property name="checked">
756                 <bool>true</bool>
757                </property>
758               </widget>
759              </item>
760              <item row="3" column="0">
761               <spacer name="verticalSpacer">
762                <property name="orientation">
763                 <enum>Qt::Vertical</enum>
764                </property>
765                <property name="sizeHint" stdset="0">
766                 <size>
767                  <width>0</width>
768                  <height>0</height>
769                 </size>
770                </property>
771               </spacer>
772              </item>
773             </layout>
774            </item>
775           </layout>
776          </widget>
777         </widget>
778        </item>
779       </layout>
780      </widget>
781     </widget>
782    </item>
783   </layout>
784  </widget>
785  <customwidgets>
786   <customwidget>
787    <class>lyx::frontend::EmbeddedWorkArea</class>
788    <extends>QScrollArea</extends>
789    <header location="global">GuiWorkArea.h</header>
790    <container>1</container>
791   </customwidget>
792  </customwidgets>
793  <includes>
794   <include location="local">qt_helpers.h</include>
795  </includes>
796  <resources/>
797  <connections/>
798 </ui>