]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FindAndReplaceUi.ui
Kill disabled items of advanced search, they won't be implemented any time soon.
[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>279</width>
9     <height>300</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" native="1" name="find_work_area_" >
35       <property name="sizePolicy" >
36        <sizepolicy vsizetype="MinimumExpanding" hsizetype="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" native="1" name="replace_work_area_" >
55       <property name="sizePolicy" >
56        <sizepolicy vsizetype="MinimumExpanding" hsizetype="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 vsizetype="Fixed" hsizetype="Expanding" >
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="sizePolicy" >
85        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
86         <horstretch>100</horstretch>
87         <verstretch>32</verstretch>
88        </sizepolicy>
89       </property>
90       <property name="toolTip" >
91        <string>Find next occurrence [Enter]</string>
92       </property>
93       <property name="text" >
94        <string>Find &amp;Next</string>
95       </property>
96       <property name="default" >
97        <bool>true</bool>
98       </property>
99      </widget>
100     </item>
101     <item row="5" column="0" >
102      <widget class="QCheckBox" name="wordsCB" >
103       <property name="enabled" >
104        <bool>true</bool>
105       </property>
106       <property name="toolTip" >
107        <string>Restrict search to whole words only</string>
108       </property>
109       <property name="text" >
110        <string>W&amp;hole words</string>
111       </property>
112      </widget>
113     </item>
114     <item row="5" column="1" >
115      <widget class="QPushButton" name="replacePB" >
116       <property name="enabled" >
117        <bool>true</bool>
118       </property>
119       <property name="sizePolicy" >
120        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
121         <horstretch>100</horstretch>
122         <verstretch>32</verstretch>
123        </sizepolicy>
124       </property>
125       <property name="toolTip" >
126        <string>Replace and find next occurrence [Enter]</string>
127       </property>
128       <property name="text" >
129        <string>&amp;Replace</string>
130       </property>
131      </widget>
132     </item>
133     <item row="6" column="0" >
134      <widget class="QCheckBox" name="searchbackCB" >
135       <property name="text" >
136        <string>Search &amp;backwards</string>
137       </property>
138      </widget>
139     </item>
140     <item row="6" column="1" >
141      <widget class="QPushButton" name="replaceallPB" >
142       <property name="enabled" >
143        <bool>false</bool>
144       </property>
145       <property name="sizePolicy" >
146        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
147         <horstretch>100</horstretch>
148         <verstretch>32</verstretch>
149        </sizepolicy>
150       </property>
151       <property name="toolTip" >
152        <string>Replace all occurences at once</string>
153       </property>
154       <property name="text" >
155        <string>Replace &amp;All</string>
156       </property>
157      </widget>
158     </item>
159    </layout>
160   </widget>
161   <widget class="QWidget" name="advancedTab" >
162    <attribute name="title" >
163     <string>Ad&amp;vanced</string>
164    </attribute>
165    <layout class="QGridLayout" name="gridLayout_2" >
166     <item row="0" column="0" colspan="2" >
167      <widget class="QGroupBox" name="groupBox_2" >
168       <property name="enabled" >
169        <bool>true</bool>
170       </property>
171       <property name="minimumSize" >
172        <size>
173         <width>0</width>
174         <height>0</height>
175        </size>
176       </property>
177       <property name="toolTip" >
178        <string>The scope to which the search horizon is restricted</string>
179       </property>
180       <property name="autoFillBackground" >
181        <bool>false</bool>
182       </property>
183       <property name="title" >
184        <string>Sco&amp;pe</string>
185       </property>
186       <property name="flat" >
187        <bool>false</bool>
188       </property>
189       <layout class="QVBoxLayout" name="verticalLayout" >
190        <item>
191         <widget class="QRadioButton" name="CurrentDocument" >
192          <property name="enabled" >
193           <bool>true</bool>
194          </property>
195          <property name="text" >
196           <string>Current &amp;document</string>
197          </property>
198          <property name="checked" >
199           <bool>true</bool>
200          </property>
201         </widget>
202        </item>
203        <item>
204         <widget class="QRadioButton" name="MasterDocument" >
205          <property name="enabled" >
206           <bool>true</bool>
207          </property>
208          <property name="sizePolicy" >
209           <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
210            <horstretch>0</horstretch>
211            <verstretch>0</verstretch>
212           </sizepolicy>
213          </property>
214          <property name="toolTip" >
215           <string>Current document and all related documents belonging to the same master document</string>
216          </property>
217          <property name="text" >
218           <string>&amp;Master document</string>
219          </property>
220         </widget>
221        </item>
222        <item>
223         <widget class="QRadioButton" name="OpenDocuments" >
224          <property name="enabled" >
225           <bool>true</bool>
226          </property>
227          <property name="toolTip" >
228           <string>All open documents</string>
229          </property>
230          <property name="text" >
231           <string>&amp;Open documents</string>
232          </property>
233         </widget>
234        </item>
235        <item>
236         <widget class="QRadioButton" name="AllManualsRB" >
237          <property name="enabled" >
238           <bool>true</bool>
239          </property>
240          <property name="text" >
241           <string>All ma&amp;nuals</string>
242          </property>
243         </widget>
244        </item>
245       </layout>
246      </widget>
247     </item>
248     <item row="1" column="0" >
249      <widget class="QCheckBox" name="ignoreFormatCB" >
250       <property name="enabled" >
251        <bool>true</bool>
252       </property>
253       <property name="toolTip" >
254        <string>If unchecked, the search will be limited to occurrences of the selected text and paragraph style</string>
255       </property>
256       <property name="text" >
257        <string>Ignore &amp;format</string>
258       </property>
259       <property name="checked" >
260        <bool>true</bool>
261       </property>
262      </widget>
263     </item>
264     <item row="2" column="0" colspan="2" >
265      <widget class="QCheckBox" name="keepCaseCB" >
266       <property name="toolTip" >
267        <string>Keep the case of the replacement's first letter as in each matching text first letter</string>
268       </property>
269       <property name="text" >
270        <string>&amp;Preserve first case on replace</string>
271       </property>
272      </widget>
273     </item>
274     <item row="3" column="1" >
275      <spacer name="verticalSpacer" >
276       <property name="orientation" >
277        <enum>Qt::Vertical</enum>
278       </property>
279       <property name="sizeHint" stdset="0" >
280        <size>
281         <width>105</width>
282         <height>2</height>
283        </size>
284       </property>
285      </spacer>
286     </item>
287    </layout>
288   </widget>
289  </widget>
290  <customwidgets>
291   <customwidget>
292    <class>lyx::frontend::EmbeddedWorkArea</class>
293    <extends>QWidget</extends>
294    <header>GuiWorkArea.h</header>
295    <container>1</container>
296   </customwidget>
297  </customwidgets>
298  <resources/>
299  <connections/>
300 </ui>