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