]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefInputUi.ui
* completion infrastructure
[lyx.git] / src / frontends / qt4 / ui / PrefInputUi.ui
1 <ui version="4.0" >
2  <class>PrefInputUi</class>
3  <widget class="QWidget" name="PrefInputUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>432</width>
9     <height>567</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="QGroupBox" name="keyboardGB" >
18      <property name="title" >
19       <string>Keyboard</string>
20      </property>
21      <property name="alignment" >
22       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
23      </property>
24      <property name="flat" >
25       <bool>true</bool>
26      </property>
27      <layout class="QGridLayout" >
28       <item row="0" column="0" colspan="3" >
29        <widget class="QCheckBox" name="keymapCB" >
30         <property name="text" >
31          <string>Use &amp;keyboard map</string>
32         </property>
33         <property name="checked" >
34          <bool>false</bool>
35         </property>
36        </widget>
37       </item>
38       <item row="1" column="0" >
39        <widget class="QLabel" name="firstKeymapLA" >
40         <property name="enabled" >
41          <bool>false</bool>
42         </property>
43         <property name="text" >
44          <string>&amp;First:</string>
45         </property>
46         <property name="buddy" >
47          <cstring>firstKeymapED</cstring>
48         </property>
49        </widget>
50       </item>
51       <item row="1" column="1" >
52        <widget class="QLineEdit" name="firstKeymapED" >
53         <property name="enabled" >
54          <bool>false</bool>
55         </property>
56        </widget>
57       </item>
58       <item row="1" column="2" >
59        <widget class="QPushButton" name="firstKeymapPB" >
60         <property name="enabled" >
61          <bool>false</bool>
62         </property>
63         <property name="text" >
64          <string>Br&amp;owse...</string>
65         </property>
66         <property name="autoDefault" >
67          <bool>false</bool>
68         </property>
69        </widget>
70       </item>
71       <item row="2" column="0" >
72        <widget class="QLabel" name="secondKeymapLA" >
73         <property name="enabled" >
74          <bool>false</bool>
75         </property>
76         <property name="text" >
77          <string>S&amp;econd:</string>
78         </property>
79         <property name="buddy" >
80          <cstring>secondKeymapED</cstring>
81         </property>
82        </widget>
83       </item>
84       <item row="2" column="1" >
85        <widget class="QLineEdit" name="secondKeymapED" >
86         <property name="enabled" >
87          <bool>false</bool>
88         </property>
89        </widget>
90       </item>
91       <item row="2" column="2" >
92        <widget class="QPushButton" name="secondKeymapPB" >
93         <property name="enabled" >
94          <bool>false</bool>
95         </property>
96         <property name="text" >
97          <string>Bro&amp;wse...</string>
98         </property>
99         <property name="autoDefault" >
100          <bool>false</bool>
101         </property>
102        </widget>
103       </item>
104      </layout>
105     </widget>
106    </item>
107    <item>
108     <widget class="QGroupBox" name="groupBox" >
109      <property name="title" >
110       <string>Completion</string>
111      </property>
112      <property name="flat" >
113       <bool>true</bool>
114      </property>
115      <layout class="QVBoxLayout" >
116       <item>
117        <widget class="QGroupBox" name="groupBox_2" >
118         <property name="title" >
119          <string>Popup</string>
120         </property>
121         <property name="flat" >
122          <bool>false</bool>
123         </property>
124         <layout class="QVBoxLayout" >
125          <item>
126           <widget class="QCheckBox" name="popupMathCB" >
127            <property name="toolTip" >
128             <string>Show the popup in math mode after the delay.</string>
129            </property>
130            <property name="text" >
131             <string>Automatically show in math mode</string>
132            </property>
133           </widget>
134          </item>
135          <item>
136           <widget class="QCheckBox" name="popupTextCB" >
137            <property name="toolTip" >
138             <string>Show the popup after the set delay in text mode.</string>
139            </property>
140            <property name="text" >
141             <string>Automatically show in text mode</string>
142            </property>
143           </widget>
144          </item>
145          <item>
146           <widget class="QCheckBox" name="popupAfterCompleteCB" >
147            <property name="toolTip" >
148             <string>When the TAB completion is not unique, there won't be a delay of the popup. It will be shown right away.</string>
149            </property>
150            <property name="text" >
151             <string>Show without delay for non-unique completions</string>
152            </property>
153           </widget>
154          </item>
155          <item>
156           <layout class="QHBoxLayout" >
157            <item>
158             <widget class="QLabel" name="label_3" >
159              <property name="text" >
160               <string>Delay</string>
161              </property>
162             </widget>
163            </item>
164            <item>
165             <widget class="QDoubleSpinBox" name="popupDelaySB" >
166              <property name="toolTip" >
167               <string>After the cursor has not moved for this time, the completion popup is shown if it is available.</string>
168              </property>
169              <property name="maximum" >
170               <double>10.000000000000000</double>
171              </property>
172              <property name="singleStep" >
173               <double>0.100000000000000</double>
174              </property>
175             </widget>
176            </item>
177            <item>
178             <widget class="QLabel" name="label" >
179              <property name="text" >
180               <string>s</string>
181              </property>
182             </widget>
183            </item>
184            <item>
185             <spacer>
186              <property name="orientation" >
187               <enum>Qt::Horizontal</enum>
188              </property>
189              <property name="sizeHint" >
190               <size>
191                <width>40</width>
192                <height>20</height>
193               </size>
194              </property>
195             </spacer>
196            </item>
197           </layout>
198          </item>
199         </layout>
200        </widget>
201       </item>
202       <item>
203        <widget class="QGroupBox" name="groupBox_3" >
204         <property name="title" >
205          <string>Inline</string>
206         </property>
207         <property name="flat" >
208          <bool>false</bool>
209         </property>
210         <layout class="QVBoxLayout" >
211          <item>
212           <widget class="QCheckBox" name="inlineMathCB" >
213            <property name="toolTip" >
214             <string>Show the grey inline completion behind the cursor in math mode after the delay.</string>
215            </property>
216            <property name="text" >
217             <string>Automatically show in math mode</string>
218            </property>
219           </widget>
220          </item>
221          <item>
222           <widget class="QCheckBox" name="inlineTextCB" >
223            <property name="toolTip" >
224             <string>Show the grey inline completion behind the cursor in text mode after the delay.</string>
225            </property>
226            <property name="text" >
227             <string>Automatically show in text mode</string>
228            </property>
229           </widget>
230          </item>
231          <item>
232           <widget class="QCheckBox" name="inlineDotsCB" >
233            <property name="toolTip" >
234             <string>Long completions are cut-off and shown with "...".</string>
235            </property>
236            <property name="text" >
237             <string>Use "..." to shorten long completions</string>
238            </property>
239           </widget>
240          </item>
241          <item>
242           <layout class="QHBoxLayout" >
243            <item>
244             <widget class="QLabel" name="label_4" >
245              <property name="text" >
246               <string>Delay</string>
247              </property>
248             </widget>
249            </item>
250            <item>
251             <widget class="QDoubleSpinBox" name="inlineDelaySB" >
252              <property name="toolTip" >
253               <string>After the cursor has not moved for this time, the inline completion is shown if it is available.</string>
254              </property>
255              <property name="maximum" >
256               <double>10.000000000000000</double>
257              </property>
258              <property name="singleStep" >
259               <double>0.100000000000000</double>
260              </property>
261             </widget>
262            </item>
263            <item>
264             <widget class="QLabel" name="label_2" >
265              <property name="text" >
266               <string>s</string>
267              </property>
268             </widget>
269            </item>
270            <item>
271             <spacer>
272              <property name="orientation" >
273               <enum>Qt::Horizontal</enum>
274              </property>
275              <property name="sizeHint" >
276               <size>
277                <width>40</width>
278                <height>20</height>
279               </size>
280              </property>
281             </spacer>
282            </item>
283           </layout>
284          </item>
285         </layout>
286        </widget>
287       </item>
288      </layout>
289     </widget>
290    </item>
291    <item>
292     <widget class="QGroupBox" name="mouseGB" >
293      <property name="title" >
294       <string>Mouse</string>
295      </property>
296      <property name="alignment" >
297       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
298      </property>
299      <property name="flat" >
300       <bool>true</bool>
301      </property>
302      <layout class="QGridLayout" >
303       <item row="0" column="0" >
304        <widget class="QLabel" name="scrollingSpeedLA" >
305         <property name="text" >
306          <string>Wheel scrolling speed:</string>
307         </property>
308         <property name="buddy" >
309          <cstring>mouseWheelSpeedSB</cstring>
310         </property>
311        </widget>
312       </item>
313       <item row="0" column="1" >
314        <widget class="QDoubleSpinBox" name="mouseWheelSpeedSB" >
315         <property name="toolTip" >
316          <string>1.0 is the standard scrolling speed with the mouse wheel. Higher values will speed it up, low values slow it down.</string>
317         </property>
318         <property name="decimals" >
319          <number>1</number>
320         </property>
321         <property name="minimum" >
322          <double>0.100000000000000</double>
323         </property>
324         <property name="maximum" >
325          <double>10.000000000000000</double>
326         </property>
327         <property name="singleStep" >
328          <double>0.100000000000000</double>
329         </property>
330         <property name="value" >
331          <double>1.100000000000000</double>
332         </property>
333        </widget>
334       </item>
335       <item row="0" column="2" >
336        <spacer>
337         <property name="orientation" >
338          <enum>Qt::Horizontal</enum>
339         </property>
340         <property name="sizeHint" >
341          <size>
342           <width>40</width>
343           <height>20</height>
344          </size>
345         </property>
346        </spacer>
347       </item>
348      </layout>
349     </widget>
350    </item>
351    <item>
352     <spacer>
353      <property name="orientation" >
354       <enum>Qt::Vertical</enum>
355      </property>
356      <property name="sizeType" >
357       <enum>QSizePolicy::Expanding</enum>
358      </property>
359      <property name="sizeHint" >
360       <size>
361        <width>20</width>
362        <height>51</height>
363       </size>
364      </property>
365     </spacer>
366    </item>
367   </layout>
368  </widget>
369  <tabstops>
370   <tabstop>keymapCB</tabstop>
371   <tabstop>firstKeymapED</tabstop>
372   <tabstop>firstKeymapPB</tabstop>
373   <tabstop>secondKeymapED</tabstop>
374   <tabstop>secondKeymapPB</tabstop>
375   <tabstop>mouseWheelSpeedSB</tabstop>
376  </tabstops>
377  <includes>
378   <include location="local" >qt_helpers.h</include>
379  </includes>
380  <resources/>
381  <connections/>
382 </ui>