]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/SearchUi.ui
Properly scale some icons for HiDPI (#12695)
[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>103</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    <property name="leftMargin">
27     <number>6</number>
28    </property>
29    <property name="topMargin">
30     <number>3</number>
31    </property>
32    <property name="rightMargin">
33     <number>3</number>
34    </property>
35    <property name="bottomMargin">
36     <number>3</number>
37    </property>
38    <property name="spacing">
39     <number>0</number>
40    </property>
41    <item row="0" column="0">
42     <layout class="QGridLayout" name="gridLayout">
43      <property name="spacing">
44       <number>3</number>
45      </property>
46      <item row="0" column="2">
47       <widget class="QPushButton" name="findPrevPB">
48        <property name="enabled">
49         <bool>false</bool>
50        </property>
51        <property name="toolTip">
52         <string>Find previous occurrence (Shift+Enter)</string>
53        </property>
54        <property name="text">
55         <string>&amp;&lt; Find</string>
56        </property>
57       </widget>
58      </item>
59      <item row="1" column="4">
60       <widget class="QPushButton" name="replaceallPB">
61        <property name="enabled">
62         <bool>false</bool>
63        </property>
64        <property name="toolTip">
65         <string>Replace all occurrences</string>
66        </property>
67        <property name="text">
68         <string>Replace &amp;All</string>
69        </property>
70       </widget>
71      </item>
72      <item row="0" column="1">
73       <widget class="QComboBox" name="findCO">
74        <property name="sizePolicy">
75         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
76          <horstretch>0</horstretch>
77          <verstretch>0</verstretch>
78         </sizepolicy>
79        </property>
80        <property name="focusPolicy">
81         <enum>Qt::StrongFocus</enum>
82        </property>
83        <property name="editable">
84         <bool>true</bool>
85        </property>
86        <property name="maxCount">
87         <number>666</number>
88        </property>
89        <property name="insertPolicy">
90         <enum>QComboBox::InsertAtTop</enum>
91        </property>
92        <property name="duplicatesEnabled">
93         <bool>false</bool>
94        </property>
95       </widget>
96      </item>
97      <item row="0" column="4">
98       <widget class="QPushButton" name="minimizePB">
99        <property name="toolTip">
100         <string>Hide replace and option widgets</string>
101        </property>
102        <property name="text">
103         <string>&amp;Minimize</string>
104        </property>
105       </widget>
106      </item>
107      <item row="1" column="0">
108       <widget class="QLabel" name="replaceLA">
109        <property name="text">
110         <string>Rep&amp;lace with:</string>
111        </property>
112        <property name="buddy">
113         <cstring>replaceCO</cstring>
114        </property>
115       </widget>
116      </item>
117      <item row="0" column="0">
118       <widget class="QLabel" name="findLA">
119        <property name="text">
120         <string>&amp;Search:</string>
121        </property>
122        <property name="buddy">
123         <cstring>findCO</cstring>
124        </property>
125       </widget>
126      </item>
127      <item row="1" column="1">
128       <widget class="QComboBox" name="replaceCO">
129        <property name="sizePolicy">
130         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
131          <horstretch>0</horstretch>
132          <verstretch>0</verstretch>
133         </sizepolicy>
134        </property>
135        <property name="editable">
136         <bool>true</bool>
137        </property>
138        <property name="maxCount">
139         <number>666</number>
140        </property>
141        <property name="insertPolicy">
142         <enum>QComboBox::InsertAtTop</enum>
143        </property>
144        <property name="duplicatesEnabled">
145         <bool>false</bool>
146        </property>
147       </widget>
148      </item>
149      <item row="1" column="3">
150       <widget class="QPushButton" name="replacePB">
151        <property name="enabled">
152         <bool>false</bool>
153        </property>
154        <property name="toolTip">
155         <string>Replace and find next occurrence</string>
156        </property>
157        <property name="layoutDirection">
158         <enum>Qt::LeftToRight</enum>
159        </property>
160        <property name="text">
161         <string>&amp;Replace &gt;</string>
162        </property>
163       </widget>
164      </item>
165      <item row="1" column="2">
166       <widget class="QPushButton" name="replacePrevPB">
167        <property name="enabled">
168         <bool>false</bool>
169        </property>
170        <property name="toolTip">
171         <string>Replace and find previous occurrence</string>
172        </property>
173        <property name="text">
174         <string>&lt; Re&amp;place</string>
175        </property>
176       </widget>
177      </item>
178      <item row="0" column="3">
179       <widget class="QPushButton" name="findPB">
180        <property name="enabled">
181         <bool>false</bool>
182        </property>
183        <property name="toolTip">
184         <string>Find next occurrence (Enter)</string>
185        </property>
186        <property name="layoutDirection">
187         <enum>Qt::LeftToRight</enum>
188        </property>
189        <property name="text">
190         <string>Find &amp;&gt;</string>
191        </property>
192        <property name="default">
193         <bool>true</bool>
194        </property>
195       </widget>
196      </item>
197     </layout>
198    </item>
199    <item row="1" column="0">
200     <widget class="QFrame" name="CBFrame">
201      <layout class="QHBoxLayout" name="CBLayout">
202       <property name="spacing">
203        <number>0</number>
204       </property>
205       <property name="leftMargin">
206        <number>0</number>
207       </property>
208       <property name="topMargin">
209        <number>0</number>
210       </property>
211       <property name="rightMargin">
212        <number>0</number>
213       </property>
214       <property name="bottomMargin">
215        <number>0</number>
216       </property>
217       <item>
218        <layout class="QHBoxLayout" name="horizontalLayout_2">
219         <property name="spacing">
220          <number>6</number>
221         </property>
222         <property name="topMargin">
223          <number>6</number>
224         </property>
225         <item>
226          <widget class="QCheckBox" name="caseCB">
227           <property name="toolTip">
228            <string>Treat uppercase/lowercase writing as distinct</string>
229           </property>
230           <property name="text">
231            <string>&amp;Case sensitive[[search]]</string>
232           </property>
233          </widget>
234         </item>
235         <item>
236          <widget class="QCheckBox" name="wordsCB">
237           <property name="toolTip">
238            <string>Match whole words only</string>
239           </property>
240           <property name="text">
241            <string>Wh&amp;ole words</string>
242           </property>
243          </widget>
244         </item>
245         <item>
246          <widget class="QCheckBox" name="selectionCB">
247           <property name="toolTip">
248            <string>Limit search and replace to selection</string>
249           </property>
250           <property name="text">
251            <string>Selection onl&amp;y</string>
252           </property>
253          </widget>
254         </item>
255         <item>
256          <widget class="QCheckBox" name="instantSearchCB">
257           <property name="toolTip">
258            <string>If this is checked, LyX will search forward immediately</string>
259           </property>
260           <property name="text">
261            <string>Search as yo&amp;u type</string>
262           </property>
263          </widget>
264         </item>
265         <item>
266          <widget class="QCheckBox" name="wrapCB">
267           <property name="toolTip">
268            <string>If the end/start of the document is reached, automatically wrap around</string>
269           </property>
270           <property name="text">
271            <string>&amp;Wrap</string>
272           </property>
273           <property name="checked">
274            <bool>true</bool>
275           </property>
276          </widget>
277         </item>
278         <item>
279          <spacer name="horizontalSpacer">
280           <property name="orientation">
281            <enum>Qt::Horizontal</enum>
282           </property>
283           <property name="sizeHint" stdset="0">
284            <size>
285             <width>40</width>
286             <height>20</height>
287            </size>
288           </property>
289          </spacer>
290         </item>
291        </layout>
292       </item>
293      </layout>
294     </widget>
295    </item>
296   </layout>
297  </widget>
298  <tabstops>
299   <tabstop>replaceCO</tabstop>
300   <tabstop>findPB</tabstop>
301   <tabstop>findPrevPB</tabstop>
302   <tabstop>minimizePB</tabstop>
303   <tabstop>replacePB</tabstop>
304   <tabstop>replacePrevPB</tabstop>
305   <tabstop>replaceallPB</tabstop>
306   <tabstop>caseCB</tabstop>
307   <tabstop>wordsCB</tabstop>
308   <tabstop>selectionCB</tabstop>
309   <tabstop>instantSearchCB</tabstop>
310   <tabstop>wrapCB</tabstop>
311   <tabstop>findCO</tabstop>
312  </tabstops>
313  <includes>
314   <include location="local">qt_i18n.h</include>
315  </includes>
316  <resources/>
317  <connections/>
318 </ui>