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