]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FindAndReplaceUi.ui
hopefully fix the (re)sizing of the adv search/replace
[lyx.git] / src / frontends / qt4 / ui / FindAndReplaceUi.ui
1 <ui version="4.0">
2  <class>FindAndReplaceUi</class>
3  <widget class="QTabWidget" name="FindAndReplaceUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>234</width>
9     <height>262</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string>TabWidget</string>
14   </property>
15   <property name="currentIndex">
16    <number>0</number>
17   </property>
18   <widget class="QWidget" name="basicTab">
19    <attribute name="title">
20     <string>Basi&amp;c</string>
21    </attribute>
22    <layout class="QGridLayout" name="gridLayout">
23     <item row="0" column="0">
24      <widget class="QLabel" name="label">
25       <property name="text">
26        <string>&amp;Find:</string>
27       </property>
28       <property name="buddy">
29        <cstring>find_work_area_</cstring>
30       </property>
31      </widget>
32     </item>
33     <item row="1" column="0" colspan="2">
34      <widget class="lyx::frontend::EmbeddedWorkArea" name="find_work_area_" native="true">
35       <property name="sizePolicy">
36        <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
37         <horstretch>0</horstretch>
38         <verstretch>0</verstretch>
39        </sizepolicy>
40       </property>
41      </widget>
42     </item>
43     <item row="2" column="0">
44      <widget class="QLabel" name="label_2">
45       <property name="text">
46        <string>Replace &amp;with:</string>
47       </property>
48       <property name="buddy">
49        <cstring>replace_work_area_</cstring>
50       </property>
51      </widget>
52     </item>
53     <item row="3" column="0" colspan="2">
54      <widget class="lyx::frontend::EmbeddedWorkArea" name="replace_work_area_" native="true">
55       <property name="sizePolicy">
56        <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
57         <horstretch>0</horstretch>
58         <verstretch>0</verstretch>
59        </sizepolicy>
60       </property>
61      </widget>
62     </item>
63     <item row="4" column="0">
64      <widget class="QCheckBox" name="caseCB">
65       <property name="sizePolicy">
66        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
67         <horstretch>0</horstretch>
68         <verstretch>0</verstretch>
69        </sizepolicy>
70       </property>
71       <property name="toolTip">
72        <string>Perform a case-sensitive search</string>
73       </property>
74       <property name="text">
75        <string>Case &amp;sensitive</string>
76       </property>
77      </widget>
78     </item>
79     <item row="4" column="1">
80      <widget class="QPushButton" name="findNextPB">
81       <property name="enabled">
82        <bool>true</bool>
83       </property>
84       <property name="toolTip">
85        <string>Find next occurrence [Enter]</string>
86       </property>
87       <property name="text">
88        <string>Find &amp;Next</string>
89       </property>
90       <property name="default">
91        <bool>true</bool>
92       </property>
93      </widget>
94     </item>
95     <item row="5" column="0">
96      <widget class="QCheckBox" name="wordsCB">
97       <property name="enabled">
98        <bool>true</bool>
99       </property>
100       <property name="toolTip">
101        <string>Restrict search to whole words only</string>
102       </property>
103       <property name="text">
104        <string>W&amp;hole words</string>
105       </property>
106      </widget>
107     </item>
108     <item row="5" column="1">
109      <widget class="QPushButton" name="replacePB">
110       <property name="enabled">
111        <bool>true</bool>
112       </property>
113       <property name="toolTip">
114        <string>Replace and find next occurrence [Enter]</string>
115       </property>
116       <property name="text">
117        <string>&amp;Replace</string>
118       </property>
119      </widget>
120     </item>
121     <item row="6" column="0">
122      <widget class="QCheckBox" name="searchbackCB">
123       <property name="text">
124        <string>Search &amp;backwards</string>
125       </property>
126      </widget>
127     </item>
128     <item row="6" column="1">
129      <widget class="QPushButton" name="replaceallPB">
130       <property name="enabled">
131        <bool>false</bool>
132       </property>
133       <property name="toolTip">
134        <string>Replace all occurences at once</string>
135       </property>
136       <property name="text">
137        <string>Replace &amp;All</string>
138       </property>
139      </widget>
140     </item>
141    </layout>
142   </widget>
143   <widget class="QWidget" name="advancedTab">
144    <attribute name="title">
145     <string>Ad&amp;vanced</string>
146    </attribute>
147    <layout class="QGridLayout" name="gridLayout_2">
148     <item row="0" column="0" colspan="2">
149      <widget class="QGroupBox" name="groupBox_2">
150       <property name="enabled">
151        <bool>true</bool>
152       </property>
153       <property name="minimumSize">
154        <size>
155         <width>0</width>
156         <height>0</height>
157        </size>
158       </property>
159       <property name="toolTip">
160        <string>The scope to which the search horizon is restricted</string>
161       </property>
162       <property name="autoFillBackground">
163        <bool>false</bool>
164       </property>
165       <property name="title">
166        <string>Sco&amp;pe</string>
167       </property>
168       <property name="flat">
169        <bool>false</bool>
170       </property>
171       <layout class="QVBoxLayout" name="verticalLayout">
172        <item>
173         <widget class="QRadioButton" name="CurrentParagraph">
174          <property name="enabled">
175           <bool>false</bool>
176          </property>
177          <property name="toolTip">
178           <string>Current paragraph</string>
179          </property>
180          <property name="text">
181           <string>Current &amp;paragraph</string>
182          </property>
183          <property name="checked">
184           <bool>false</bool>
185          </property>
186         </widget>
187        </item>
188        <item>
189         <widget class="QRadioButton" name="CurrentDocument">
190          <property name="enabled">
191           <bool>true</bool>
192          </property>
193          <property name="text">
194           <string>Current &amp;document</string>
195          </property>
196          <property name="checked">
197           <bool>true</bool>
198          </property>
199         </widget>
200        </item>
201        <item>
202         <widget class="QRadioButton" name="MasterDocument">
203          <property name="enabled">
204           <bool>true</bool>
205          </property>
206          <property name="sizePolicy">
207           <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
208            <horstretch>0</horstretch>
209            <verstretch>0</verstretch>
210           </sizepolicy>
211          </property>
212          <property name="toolTip">
213           <string>Current document and all related documents belonging to the same master document</string>
214          </property>
215          <property name="text">
216           <string>&amp;Master document</string>
217          </property>
218         </widget>
219        </item>
220        <item>
221         <widget class="QRadioButton" name="OpenDocuments">
222          <property name="enabled">
223           <bool>true</bool>
224          </property>
225          <property name="toolTip">
226           <string>All open documents</string>
227          </property>
228          <property name="text">
229           <string>&amp;Open documents</string>
230          </property>
231         </widget>
232        </item>
233        <item>
234         <widget class="QRadioButton" name="AllManualsRB">
235          <property name="enabled">
236           <bool>true</bool>
237          </property>
238          <property name="text">
239           <string>All ma&amp;nuals</string>
240          </property>
241         </widget>
242        </item>
243       </layout>
244      </widget>
245     </item>
246     <item row="1" column="0">
247      <widget class="QCheckBox" name="ignoreFormatCB">
248       <property name="enabled">
249        <bool>true</bool>
250       </property>
251       <property name="toolTip">
252        <string>If unchecked, the search will be limited to occurrences of the selected text and paragraph style</string>
253       </property>
254       <property name="text">
255        <string>Ignore &amp;format</string>
256       </property>
257       <property name="checked">
258        <bool>true</bool>
259       </property>
260      </widget>
261     </item>
262     <item row="2" column="0" colspan="2">
263      <widget class="QCheckBox" name="keepCaseCB">
264       <property name="toolTip">
265        <string>Keep the case of the replacement's first letter as in each matching text first letter</string>
266       </property>
267       <property name="text">
268        <string>&amp;Preserve first case on replace</string>
269       </property>
270      </widget>
271     </item>
272     <item row="3" column="0">
273      <widget class="QCheckBox" name="expandMacrosCB">
274       <property name="enabled">
275        <bool>false</bool>
276       </property>
277       <property name="text">
278        <string>&amp;Expand macros</string>
279       </property>
280      </widget>
281     </item>
282     <item row="4" column="1">
283      <spacer name="verticalSpacer">
284       <property name="orientation">
285        <enum>Qt::Vertical</enum>
286       </property>
287       <property name="sizeHint" stdset="0">
288        <size>
289         <width>105</width>
290         <height>2</height>
291        </size>
292       </property>
293      </spacer>
294     </item>
295    </layout>
296   </widget>
297  </widget>
298  <customwidgets>
299   <customwidget>
300    <class>lyx::frontend::EmbeddedWorkArea</class>
301    <extends>QWidget</extends>
302    <header>GuiWorkArea.h</header>
303    <container>1</container>
304   </customwidget>
305  </customwidgets>
306  <resources/>
307  <connections/>
308 </ui>