]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefCompletionUi.ui
Clean up the crossrefs dialog.
[lyx.git] / src / frontends / qt4 / ui / PrefCompletionUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefCompletionUi</class>
4  <widget class="QWidget" name="PrefCompletionUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>404</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout">
17    <property name="margin">
18     <number>9</number>
19    </property>
20    <property name="spacing">
21     <number>6</number>
22    </property>
23    <item row="1" column="0">
24     <widget class="QGroupBox" name="groupBox_3">
25      <property name="title">
26       <string>In Math</string>
27      </property>
28      <property name="flat">
29       <bool>true</bool>
30      </property>
31      <layout class="QVBoxLayout">
32       <property name="spacing">
33        <number>6</number>
34       </property>
35       <property name="margin">
36        <number>9</number>
37       </property>
38       <item>
39        <widget class="QCheckBox" name="inlineMathCB">
40         <property name="toolTip">
41          <string>Show the grey inline completion behind the cursor in math mode after the delay.</string>
42         </property>
43         <property name="text">
44          <string>Automatic in&amp;line completion</string>
45         </property>
46        </widget>
47       </item>
48       <item>
49        <widget class="QCheckBox" name="popupMathCB">
50         <property name="toolTip">
51          <string>Show the popup in math mode after the delay.</string>
52         </property>
53         <property name="text">
54          <string>Automatic p&amp;opup</string>
55         </property>
56        </widget>
57       </item>
58       <item>
59        <widget class="QCheckBox" name="autocorrectionCB">
60         <property name="text">
61          <string>Autoco&amp;rrection</string>
62         </property>
63        </widget>
64       </item>
65      </layout>
66     </widget>
67    </item>
68    <item row="0" column="0">
69     <widget class="QGroupBox" name="groupBox_2">
70      <property name="title">
71       <string>In Text</string>
72      </property>
73      <property name="flat">
74       <bool>true</bool>
75      </property>
76      <layout class="QVBoxLayout">
77       <property name="spacing">
78        <number>6</number>
79       </property>
80       <property name="margin">
81        <number>9</number>
82       </property>
83       <item>
84        <widget class="QCheckBox" name="inlineTextCB">
85         <property name="toolTip">
86          <string>Show the grey inline completion behind the cursor in text mode after the delay.</string>
87         </property>
88         <property name="text">
89          <string>Automatic &amp;inline completion</string>
90         </property>
91        </widget>
92       </item>
93       <item>
94        <widget class="QCheckBox" name="popupTextCB">
95         <property name="toolTip">
96          <string>Show the popup after the set delay in text mode.</string>
97         </property>
98         <property name="text">
99          <string>Automatic &amp;popup</string>
100         </property>
101        </widget>
102       </item>
103       <item>
104        <widget class="QCheckBox" name="cursorTextCB">
105         <property name="toolTip">
106          <string>Show a small triangle on the cursor if a completion is available in text mode.</string>
107         </property>
108         <property name="text">
109          <string>Cursor i&amp;ndicator</string>
110         </property>
111        </widget>
112       </item>
113      </layout>
114     </widget>
115    </item>
116    <item row="2" column="0">
117     <widget class="QGroupBox" name="groupBox_4">
118      <property name="title">
119       <string>General</string>
120      </property>
121      <property name="flat">
122       <bool>true</bool>
123      </property>
124      <layout class="QVBoxLayout">
125       <property name="spacing">
126        <number>6</number>
127       </property>
128       <property name="margin">
129        <number>9</number>
130       </property>
131       <item>
132        <layout class="QHBoxLayout">
133         <property name="spacing">
134          <number>6</number>
135         </property>
136         <property name="margin">
137          <number>0</number>
138         </property>
139         <item>
140          <widget class="QDoubleSpinBox" name="inlineDelaySB">
141           <property name="toolTip">
142            <string>After the cursor has not moved for this time, the inline completion is shown if it is available.</string>
143           </property>
144           <property name="maximum">
145            <double>10.000000000000000</double>
146           </property>
147           <property name="singleStep">
148            <double>0.100000000000000</double>
149           </property>
150          </widget>
151         </item>
152         <item>
153          <widget class="QLabel" name="label_4">
154           <property name="text">
155            <string>s inline completion dela&amp;y</string>
156           </property>
157           <property name="buddy">
158            <cstring>inlineDelaySB</cstring>
159           </property>
160          </widget>
161         </item>
162         <item>
163          <spacer>
164           <property name="orientation">
165            <enum>Qt::Horizontal</enum>
166           </property>
167           <property name="sizeHint" stdset="0">
168            <size>
169             <width>40</width>
170             <height>20</height>
171            </size>
172           </property>
173          </spacer>
174         </item>
175        </layout>
176       </item>
177       <item>
178        <layout class="QHBoxLayout">
179         <property name="spacing">
180          <number>6</number>
181         </property>
182         <property name="margin">
183          <number>0</number>
184         </property>
185         <item>
186          <widget class="QDoubleSpinBox" name="popupDelaySB">
187           <property name="toolTip">
188            <string>After the cursor has not moved for this time, the completion popup is shown if it is available.</string>
189           </property>
190           <property name="maximum">
191            <double>10.000000000000000</double>
192           </property>
193           <property name="singleStep">
194            <double>0.100000000000000</double>
195           </property>
196          </widget>
197         </item>
198         <item>
199          <widget class="QLabel" name="label_3">
200           <property name="text">
201            <string>s popup d&amp;elay</string>
202           </property>
203           <property name="buddy">
204            <cstring>popupDelaySB</cstring>
205           </property>
206          </widget>
207         </item>
208         <item>
209          <spacer>
210           <property name="orientation">
211            <enum>Qt::Horizontal</enum>
212           </property>
213           <property name="sizeHint" stdset="0">
214            <size>
215             <width>40</width>
216             <height>20</height>
217            </size>
218           </property>
219          </spacer>
220         </item>
221        </layout>
222       </item>
223       <item>
224        <layout class="QHBoxLayout">
225         <property name="spacing">
226          <number>6</number>
227         </property>
228         <property name="margin">
229          <number>0</number>
230         </property>
231         <item>
232          <widget class="QSpinBox" name="minlengthSB">
233           <property name="toolTip">
234            <string>Words with less than the specified number of characters will not be completed.</string>
235           </property>
236           <property name="minimum">
237            <number>5</number>
238           </property>
239           <property name="maximum">
240            <number>24</number>
241           </property>
242           <property name="value">
243            <number>6</number>
244           </property>
245          </widget>
246         </item>
247         <item>
248          <widget class="QLabel" name="label_5">
249           <property name="text">
250            <string>Minimum characters for words that should be completed</string>
251           </property>
252           <property name="buddy">
253            <cstring>minlengthSB</cstring>
254           </property>
255          </widget>
256         </item>
257         <item>
258          <spacer>
259           <property name="orientation">
260            <enum>Qt::Horizontal</enum>
261           </property>
262           <property name="sizeHint" stdset="0">
263            <size>
264             <width>40</width>
265             <height>20</height>
266            </size>
267           </property>
268          </spacer>
269         </item>
270        </layout>
271       </item>
272       <item>
273        <widget class="QCheckBox" name="popupAfterCompleteCB">
274         <property name="toolTip">
275          <string>When the TAB completion is not unique, there won't be a delay of the popup. It will be shown right away.</string>
276         </property>
277         <property name="text">
278          <string>Sho&amp;w popup without delay for non-unique completions</string>
279         </property>
280        </widget>
281       </item>
282       <item>
283        <widget class="QCheckBox" name="inlineDotsCB">
284         <property name="toolTip">
285          <string>Long completions are cut-off and shown with &quot;...&quot;.</string>
286         </property>
287         <property name="text">
288          <string>&amp;Use &quot;...&quot; to shorten long completions</string>
289         </property>
290        </widget>
291       </item>
292      </layout>
293     </widget>
294    </item>
295    <item row="3" column="0">
296     <spacer>
297      <property name="orientation">
298       <enum>Qt::Vertical</enum>
299      </property>
300      <property name="sizeType">
301       <enum>QSizePolicy::Expanding</enum>
302      </property>
303      <property name="sizeHint" stdset="0">
304       <size>
305        <width>0</width>
306        <height>16</height>
307       </size>
308      </property>
309     </spacer>
310    </item>
311   </layout>
312  </widget>
313  <tabstops>
314   <tabstop>inlineTextCB</tabstop>
315   <tabstop>popupTextCB</tabstop>
316   <tabstop>cursorTextCB</tabstop>
317   <tabstop>inlineMathCB</tabstop>
318   <tabstop>popupMathCB</tabstop>
319   <tabstop>autocorrectionCB</tabstop>
320  </tabstops>
321  <includes>
322   <include location="local">qt_i18n.h</include>
323  </includes>
324  <resources/>
325  <connections/>
326 </ui>