]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefInputUi.ui
do what the FIXME suggested
[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>480</width>
9     <height>609</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>In Text</string>
120         </property>
121         <property name="flat" >
122          <bool>false</bool>
123         </property>
124         <layout class="QVBoxLayout" >
125          <item>
126           <widget class="QCheckBox" name="inlineTextCB" >
127            <property name="toolTip" >
128             <string>Show the grey inline completion behind the cursor in text mode after the delay.</string>
129            </property>
130            <property name="text" >
131             <string>Automatic inline completion</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>Automatic popup</string>
142            </property>
143           </widget>
144          </item>
145         </layout>
146        </widget>
147       </item>
148       <item>
149        <widget class="QGroupBox" name="groupBox_3" >
150         <property name="title" >
151          <string>In Math</string>
152         </property>
153         <property name="flat" >
154          <bool>false</bool>
155         </property>
156         <layout class="QVBoxLayout" >
157          <item>
158           <widget class="QCheckBox" name="inlineMathCB" >
159            <property name="toolTip" >
160             <string>Show the grey inline completion behind the cursor in math mode after the delay.</string>
161            </property>
162            <property name="text" >
163             <string>Automatic inline completion</string>
164            </property>
165           </widget>
166          </item>
167          <item>
168           <widget class="QCheckBox" name="popupMathCB" >
169            <property name="toolTip" >
170             <string>Show the popup in math mode after the delay.</string>
171            </property>
172            <property name="text" >
173             <string>Automatic popup</string>
174            </property>
175           </widget>
176          </item>
177         </layout>
178        </widget>
179       </item>
180       <item>
181        <widget class="QGroupBox" name="groupBox_4" >
182         <property name="title" >
183          <string>General</string>
184         </property>
185         <layout class="QVBoxLayout" >
186          <item>
187           <layout class="QHBoxLayout" >
188            <item>
189             <widget class="QDoubleSpinBox" name="inlineDelaySB" >
190              <property name="toolTip" >
191               <string>After the cursor has not moved for this time, the inline completion is shown if it is available.</string>
192              </property>
193              <property name="maximum" >
194               <double>10.000000000000000</double>
195              </property>
196              <property name="singleStep" >
197               <double>0.100000000000000</double>
198              </property>
199             </widget>
200            </item>
201            <item>
202             <widget class="QLabel" name="label_4" >
203              <property name="text" >
204               <string>s inline completion delay</string>
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" >
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            <item>
226             <widget class="QDoubleSpinBox" name="popupDelaySB" >
227              <property name="toolTip" >
228               <string>After the cursor has not moved for this time, the completion popup is shown if it is available.</string>
229              </property>
230              <property name="maximum" >
231               <double>10.000000000000000</double>
232              </property>
233              <property name="singleStep" >
234               <double>0.100000000000000</double>
235              </property>
236             </widget>
237            </item>
238            <item>
239             <widget class="QLabel" name="label_3" >
240              <property name="text" >
241               <string>s popup delay</string>
242              </property>
243             </widget>
244            </item>
245            <item>
246             <spacer>
247              <property name="orientation" >
248               <enum>Qt::Horizontal</enum>
249              </property>
250              <property name="sizeHint" >
251               <size>
252                <width>40</width>
253                <height>20</height>
254               </size>
255              </property>
256             </spacer>
257            </item>
258           </layout>
259          </item>
260          <item>
261           <widget class="QCheckBox" name="popupAfterCompleteCB" >
262            <property name="toolTip" >
263             <string>When the TAB completion is not unique, there won't be a delay of the popup. It will be shown right away.</string>
264            </property>
265            <property name="text" >
266             <string>Show popup without delay for non-unique completions</string>
267            </property>
268           </widget>
269          </item>
270          <item>
271           <widget class="QCheckBox" name="inlineDotsCB" >
272            <property name="toolTip" >
273             <string>Long completions are cut-off and shown with "...".</string>
274            </property>
275            <property name="text" >
276             <string>Use "..." to shorten long completions</string>
277            </property>
278           </widget>
279          </item>
280         </layout>
281        </widget>
282       </item>
283      </layout>
284     </widget>
285    </item>
286    <item>
287     <widget class="QGroupBox" name="mouseGB" >
288      <property name="title" >
289       <string>Mouse</string>
290      </property>
291      <property name="alignment" >
292       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
293      </property>
294      <property name="flat" >
295       <bool>true</bool>
296      </property>
297      <layout class="QGridLayout" >
298       <item row="0" column="0" >
299        <widget class="QLabel" name="scrollingSpeedLA" >
300         <property name="text" >
301          <string>Wheel scrolling speed:</string>
302         </property>
303         <property name="buddy" >
304          <cstring>mouseWheelSpeedSB</cstring>
305         </property>
306        </widget>
307       </item>
308       <item row="0" column="1" >
309        <widget class="QDoubleSpinBox" name="mouseWheelSpeedSB" >
310         <property name="toolTip" >
311          <string>1.0 is the standard scrolling speed with the mouse wheel. Higher values will speed it up, low values slow it down.</string>
312         </property>
313         <property name="decimals" >
314          <number>1</number>
315         </property>
316         <property name="minimum" >
317          <double>0.100000000000000</double>
318         </property>
319         <property name="maximum" >
320          <double>10.000000000000000</double>
321         </property>
322         <property name="singleStep" >
323          <double>0.100000000000000</double>
324         </property>
325         <property name="value" >
326          <double>1.100000000000000</double>
327         </property>
328        </widget>
329       </item>
330       <item row="0" column="2" >
331        <spacer>
332         <property name="orientation" >
333          <enum>Qt::Horizontal</enum>
334         </property>
335         <property name="sizeHint" >
336          <size>
337           <width>40</width>
338           <height>20</height>
339          </size>
340         </property>
341        </spacer>
342       </item>
343      </layout>
344     </widget>
345    </item>
346    <item>
347     <spacer>
348      <property name="orientation" >
349       <enum>Qt::Vertical</enum>
350      </property>
351      <property name="sizeType" >
352       <enum>QSizePolicy::Expanding</enum>
353      </property>
354      <property name="sizeHint" >
355       <size>
356        <width>408</width>
357        <height>16</height>
358       </size>
359      </property>
360     </spacer>
361    </item>
362   </layout>
363  </widget>
364  <tabstops>
365   <tabstop>keymapCB</tabstop>
366   <tabstop>firstKeymapED</tabstop>
367   <tabstop>firstKeymapPB</tabstop>
368   <tabstop>secondKeymapED</tabstop>
369   <tabstop>secondKeymapPB</tabstop>
370   <tabstop>mouseWheelSpeedSB</tabstop>
371  </tabstops>
372  <includes>
373   <include location="local" >qt_helpers.h</include>
374  </includes>
375  <resources/>
376  <connections/>
377 </ui>