]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FindAndReplaceUi.ui
FindAndReplace: more simplification and add a WorkArea for replace (not used yet).
[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>240</width>
9     <height>432</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="minimumSize" >
19    <size>
20     <width>240</width>
21     <height>400</height>
22    </size>
23   </property>
24   <property name="baseSize" >
25    <size>
26     <width>300</width>
27     <height>400</height>
28    </size>
29   </property>
30   <property name="windowTitle" >
31    <string>Find LyX Text</string>
32   </property>
33   <property name="toolTip" >
34    <string/>
35   </property>
36   <widget class="QWidget" name="" >
37    <property name="geometry" >
38     <rect>
39      <x>20</x>
40      <y>20</y>
41      <width>212</width>
42      <height>404</height>
43     </rect>
44    </property>
45    <layout class="QGridLayout" name="gridLayout" >
46     <item row="0" column="0" colspan="3" >
47      <widget class="lyx::frontend::EmbeddedWorkArea" name="find_work_area_" >
48       <property name="widgetResizable" >
49        <bool>true</bool>
50       </property>
51       <widget class="QWidget" name="scrollAreaWidgetContents" >
52        <property name="geometry" >
53         <rect>
54          <x>0</x>
55          <y>0</y>
56          <width>208</width>
57          <height>69</height>
58         </rect>
59        </property>
60       </widget>
61      </widget>
62     </item>
63     <item row="1" column="0" colspan="2" >
64      <widget class="QCheckBox" name="expandMacrosCB" >
65       <property name="enabled" >
66        <bool>false</bool>
67       </property>
68       <property name="text" >
69        <string>&amp;Expand macros</string>
70       </property>
71      </widget>
72     </item>
73     <item row="1" column="2" >
74      <widget class="QCheckBox" name="caseCB" >
75       <property name="text" >
76        <string>Case &amp;sensitive</string>
77       </property>
78      </widget>
79     </item>
80     <item row="2" column="0" colspan="2" >
81      <widget class="QCheckBox" name="wordsCB" >
82       <property name="enabled" >
83        <bool>false</bool>
84       </property>
85       <property name="text" >
86        <string>Whole words onl&amp;y</string>
87       </property>
88      </widget>
89     </item>
90     <item row="2" column="2" >
91      <widget class="QCheckBox" name="ignoreFormatCB" >
92       <property name="enabled" >
93        <bool>true</bool>
94       </property>
95       <property name="text" >
96        <string>Ignore For&amp;mat</string>
97       </property>
98       <property name="checked" >
99        <bool>true</bool>
100       </property>
101      </widget>
102     </item>
103     <item row="3" column="0" colspan="2" >
104      <widget class="QPushButton" name="findNextPB" >
105       <property name="enabled" >
106        <bool>true</bool>
107       </property>
108       <property name="text" >
109        <string>Find &amp;Next</string>
110       </property>
111       <property name="default" >
112        <bool>true</bool>
113       </property>
114      </widget>
115     </item>
116     <item row="3" column="2" >
117      <widget class="QPushButton" name="findPrevPB" >
118       <property name="enabled" >
119        <bool>true</bool>
120       </property>
121       <property name="text" >
122        <string>Find &amp;Prev</string>
123       </property>
124       <property name="default" >
125        <bool>true</bool>
126       </property>
127      </widget>
128     </item>
129     <item row="5" column="0" >
130      <widget class="QPushButton" name="replacePB" >
131       <property name="enabled" >
132        <bool>false</bool>
133       </property>
134       <property name="text" >
135        <string>&amp;Replace</string>
136       </property>
137      </widget>
138     </item>
139     <item row="6" column="0" >
140      <widget class="QPushButton" name="replaceallPB" >
141       <property name="enabled" >
142        <bool>false</bool>
143       </property>
144       <property name="text" >
145        <string>Replace &amp;All</string>
146       </property>
147      </widget>
148     </item>
149     <item row="6" column="1" colspan="2" >
150      <widget class="QPushButton" name="closePB" >
151       <property name="text" >
152        <string>&amp;Close</string>
153       </property>
154      </widget>
155     </item>
156     <item row="7" column="0" >
157      <widget class="QGroupBox" name="groupBox_2" >
158       <property name="enabled" >
159        <bool>false</bool>
160       </property>
161       <property name="sizePolicy" >
162        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
163         <horstretch>0</horstretch>
164         <verstretch>0</verstretch>
165        </sizepolicy>
166       </property>
167       <property name="minimumSize" >
168        <size>
169         <width>0</width>
170         <height>111</height>
171        </size>
172       </property>
173       <property name="title" >
174        <string>Sco&amp;pe</string>
175       </property>
176       <widget class="QRadioButton" name="scopeRB" >
177        <property name="geometry" >
178         <rect>
179          <x>10</x>
180          <y>40</y>
181          <width>121</width>
182          <height>23</height>
183         </rect>
184        </property>
185        <property name="toolTip" >
186         <string>Current buffer only</string>
187        </property>
188        <property name="text" >
189         <string>Buffer</string>
190        </property>
191        <property name="checked" >
192         <bool>true</bool>
193        </property>
194       </widget>
195       <widget class="QRadioButton" name="scopeRB_3" >
196        <property name="geometry" >
197         <rect>
198          <x>10</x>
199          <y>60</y>
200          <width>121</width>
201          <height>23</height>
202         </rect>
203        </property>
204        <property name="toolTip" >
205         <string>Current file and all included files</string>
206        </property>
207        <property name="text" >
208         <string>Document</string>
209        </property>
210       </widget>
211       <widget class="QRadioButton" name="scopeRB_2" >
212        <property name="geometry" >
213         <rect>
214          <x>10</x>
215          <y>20</y>
216          <width>121</width>
217          <height>23</height>
218         </rect>
219        </property>
220        <property name="toolTip" >
221         <string>Current paragraph only</string>
222        </property>
223        <property name="text" >
224         <string>Paragraph</string>
225        </property>
226        <property name="checked" >
227         <bool>false</bool>
228        </property>
229       </widget>
230       <widget class="QRadioButton" name="scopeRB_4" >
231        <property name="geometry" >
232         <rect>
233          <x>10</x>
234          <y>80</y>
235          <width>121</width>
236          <height>23</height>
237         </rect>
238        </property>
239        <property name="toolTip" >
240         <string>All open buffers</string>
241        </property>
242        <property name="text" >
243         <string>Open buffers</string>
244        </property>
245       </widget>
246      </widget>
247     </item>
248     <item row="7" column="1" colspan="2" >
249      <widget class="QGroupBox" name="groupBox_3" >
250       <property name="enabled" >
251        <bool>true</bool>
252       </property>
253       <property name="sizePolicy" >
254        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
255         <horstretch>0</horstretch>
256         <verstretch>0</verstretch>
257        </sizepolicy>
258       </property>
259       <property name="minimumSize" >
260        <size>
261         <width>0</width>
262         <height>111</height>
263        </size>
264       </property>
265       <property name="title" >
266        <string>RegExp</string>
267       </property>
268       <widget class="QComboBox" name="regexpInsertCombo" >
269        <property name="enabled" >
270         <bool>true</bool>
271        </property>
272        <property name="geometry" >
273         <rect>
274          <x>10</x>
275          <y>52</y>
276          <width>101</width>
277          <height>20</height>
278         </rect>
279        </property>
280        <property name="sizePolicy" >
281         <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
282          <horstretch>0</horstretch>
283          <verstretch>0</verstretch>
284         </sizepolicy>
285        </property>
286        <item>
287         <property name="text" >
288          <string>Match...</string>
289         </property>
290        </item>
291        <item>
292         <property name="text" >
293          <string>Anything</string>
294         </property>
295        </item>
296        <item>
297         <property name="text" >
298          <string>Any non-empty</string>
299         </property>
300        </item>
301        <item>
302         <property name="text" >
303          <string>Any word</string>
304         </property>
305        </item>
306        <item>
307         <property name="text" >
308          <string>Any number</string>
309         </property>
310        </item>
311       </widget>
312      </widget>
313     </item>
314     <item row="4" column="0" colspan="3" >
315      <widget class="lyx::frontend::EmbeddedWorkArea" name="replace_work_area_" >
316       <property name="widgetResizable" >
317        <bool>true</bool>
318       </property>
319       <widget class="QWidget" name="scrollAreaWidgetContents_2" >
320        <property name="geometry" >
321         <rect>
322          <x>0</x>
323          <y>0</y>
324          <width>208</width>
325          <height>69</height>
326         </rect>
327        </property>
328       </widget>
329      </widget>
330     </item>
331    </layout>
332    <zorder>replace_work_area_</zorder>
333   </widget>
334   <zorder>layoutWidget</zorder>
335   <zorder>replace_work_area_</zorder>
336   <zorder>groupBox_3</zorder>
337  </widget>
338  <customwidgets>
339   <customwidget>
340    <class>lyx::frontend::EmbeddedWorkArea</class>
341    <extends>QScrollArea</extends>
342    <header location="global" >GuiWorkArea.h</header>
343    <container>1</container>
344   </customwidget>
345  </customwidgets>
346  <includes>
347   <include location="local" >qt_helpers.h</include>
348  </includes>
349  <resources/>
350  <connections/>
351 </ui>