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