]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/SearchUi.ui
Amend 2baa3a46a6ad.
[lyx.git] / src / frontends / qt / ui / SearchUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SearchUi</class>
4  <widget class="QWidget" name="SearchUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>706</width>
10     <height>121</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string/>
21   </property>
22   <property name="sizeGripEnabled" stdset="0">
23    <bool>false</bool>
24   </property>
25   <layout class="QGridLayout" name="gridLayout_2">
26    <item row="0" column="0">
27     <layout class="QGridLayout" name="gridLayout">
28      <item row="0" column="2">
29       <widget class="QPushButton" name="findPrevPB">
30        <property name="enabled">
31         <bool>false</bool>
32        </property>
33        <property name="toolTip">
34         <string>Find previous occurrence (Shift+Enter)</string>
35        </property>
36        <property name="text">
37         <string>Find[[Previous]]</string>
38        </property>
39        <property name="icon">
40         <iconset theme="go-previous">
41          <normaloff>.</normaloff>.</iconset>
42        </property>
43       </widget>
44      </item>
45      <item row="1" column="4">
46       <widget class="QPushButton" name="replaceallPB">
47        <property name="enabled">
48         <bool>false</bool>
49        </property>
50        <property name="toolTip">
51         <string>Replace all occurrences</string>
52        </property>
53        <property name="text">
54         <string>Replace &amp;All</string>
55        </property>
56       </widget>
57      </item>
58      <item row="0" column="1">
59       <widget class="QComboBox" name="findCO">
60        <property name="sizePolicy">
61         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
62          <horstretch>0</horstretch>
63          <verstretch>0</verstretch>
64         </sizepolicy>
65        </property>
66        <property name="focusPolicy">
67         <enum>Qt::StrongFocus</enum>
68        </property>
69        <property name="editable">
70         <bool>true</bool>
71        </property>
72        <property name="maxCount">
73         <number>666</number>
74        </property>
75        <property name="insertPolicy">
76         <enum>QComboBox::InsertAtTop</enum>
77        </property>
78        <property name="duplicatesEnabled">
79         <bool>false</bool>
80        </property>
81       </widget>
82      </item>
83      <item row="0" column="4">
84       <widget class="QPushButton" name="minimizePB">
85        <property name="toolTip">
86         <string>Hide replace and option widgets</string>
87        </property>
88        <property name="text">
89         <string>&amp;Minimize</string>
90        </property>
91       </widget>
92      </item>
93      <item row="1" column="0">
94       <widget class="QLabel" name="replaceLA">
95        <property name="text">
96         <string>Rep&amp;lace with:</string>
97        </property>
98        <property name="buddy">
99         <cstring>replaceCO</cstring>
100        </property>
101       </widget>
102      </item>
103      <item row="0" column="0">
104       <widget class="QLabel" name="findLA">
105        <property name="text">
106         <string>&amp;Search:</string>
107        </property>
108        <property name="buddy">
109         <cstring>findCO</cstring>
110        </property>
111       </widget>
112      </item>
113      <item row="1" column="1">
114       <widget class="QComboBox" name="replaceCO">
115        <property name="sizePolicy">
116         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
117          <horstretch>0</horstretch>
118          <verstretch>0</verstretch>
119         </sizepolicy>
120        </property>
121        <property name="editable">
122         <bool>true</bool>
123        </property>
124        <property name="maxCount">
125         <number>666</number>
126        </property>
127        <property name="insertPolicy">
128         <enum>QComboBox::InsertAtTop</enum>
129        </property>
130        <property name="duplicatesEnabled">
131         <bool>false</bool>
132        </property>
133       </widget>
134      </item>
135      <item row="1" column="3">
136       <widget class="QPushButton" name="replacePB">
137        <property name="enabled">
138         <bool>false</bool>
139        </property>
140        <property name="toolTip">
141         <string>Replace and find next occurrence</string>
142        </property>
143        <property name="layoutDirection">
144         <enum>Qt::RightToLeft</enum>
145        </property>
146        <property name="text">
147         <string>&amp;Replace[[Next]]</string>
148        </property>
149        <property name="icon">
150         <iconset theme="go-next">
151          <normaloff>.</normaloff>.</iconset>
152        </property>
153       </widget>
154      </item>
155      <item row="1" column="2">
156       <widget class="QPushButton" name="replacePrevPB">
157        <property name="enabled">
158         <bool>false</bool>
159        </property>
160        <property name="toolTip">
161         <string>Replace and find previous occurrence</string>
162        </property>
163        <property name="text">
164         <string>Re&amp;place[[Previous]]</string>
165        </property>
166        <property name="icon">
167         <iconset theme="go-previous">
168          <normaloff>.</normaloff>.</iconset>
169        </property>
170       </widget>
171      </item>
172      <item row="0" column="3">
173       <widget class="QPushButton" name="findPB">
174        <property name="enabled">
175         <bool>false</bool>
176        </property>
177        <property name="toolTip">
178         <string>Find next occurrence (Enter)</string>
179        </property>
180        <property name="layoutDirection">
181         <enum>Qt::RightToLeft</enum>
182        </property>
183        <property name="text">
184         <string>Find[[Next]]</string>
185        </property>
186        <property name="icon">
187         <iconset theme="go-next">
188          <normaloff>.</normaloff>.</iconset>
189        </property>
190        <property name="default">
191         <bool>true</bool>
192        </property>
193       </widget>
194      </item>
195     </layout>
196    </item>
197    <item row="2" column="0">
198     <spacer name="verticalSpacer">
199      <property name="orientation">
200       <enum>Qt::Vertical</enum>
201      </property>
202      <property name="sizeType">
203       <enum>QSizePolicy::MinimumExpanding</enum>
204      </property>
205      <property name="sizeHint" stdset="0">
206       <size>
207        <width>89</width>
208        <height>0</height>
209       </size>
210      </property>
211     </spacer>
212    </item>
213    <item row="1" column="0">
214     <widget class="QGroupBox" name="CBGroupBox">
215      <layout class="QHBoxLayout" name="CBLayout">
216       <item>
217        <widget class="QCheckBox" name="caseCB">
218         <property name="text">
219          <string>&amp;Case sensitive[[search]]</string>
220         </property>
221        </widget>
222       </item>
223       <item>
224        <widget class="QCheckBox" name="wordsCB">
225         <property name="text">
226          <string>Match &amp;whole words only</string>
227         </property>
228        </widget>
229       </item>
230       <item>
231        <spacer name="horizontalSpacer">
232         <property name="orientation">
233          <enum>Qt::Horizontal</enum>
234         </property>
235         <property name="sizeHint" stdset="0">
236          <size>
237           <width>40</width>
238           <height>20</height>
239          </size>
240         </property>
241        </spacer>
242       </item>
243      </layout>
244     </widget>
245    </item>
246   </layout>
247  </widget>
248  <includes>
249   <include location="local">qt_i18n.h</include>
250  </includes>
251  <resources/>
252  <connections/>
253 </ui>