51 </property> |
51 </property> |
52 <property name="title"> |
52 <property name="title"> |
53 <string>General</string> |
53 <string>General</string> |
54 </property> |
54 </property> |
55 <layout class="QGridLayout" name="gridLayout_2"> |
55 <layout class="QGridLayout" name="gridLayout_2"> |
56 <item row="0" column="0"> |
56 <item row="0" column="0" colspan="2"> |
57 <widget class="QCheckBox" name="acCaseSensitivityCheckBox"> |
57 <widget class="QCheckBox" name="acCaseSensitivityCheckBox"> |
58 <property name="toolTip"> |
58 <property name="toolTip"> |
59 <string>Select this to have case sensitive auto-completion lists</string> |
59 <string>Select this to have case sensitive auto-completion lists</string> |
60 </property> |
60 </property> |
61 <property name="text"> |
61 <property name="text"> |
62 <string>Case sensitive</string> |
62 <string>Case sensitive</string> |
63 </property> |
63 </property> |
64 </widget> |
64 </widget> |
65 </item> |
65 </item> |
66 <item row="0" column="1"> |
66 <item row="0" column="2" colspan="2"> |
67 <widget class="QCheckBox" name="acReplaceWordCheckBox"> |
67 <widget class="QCheckBox" name="acReplaceWordCheckBox"> |
68 <property name="toolTip"> |
68 <property name="toolTip"> |
69 <string>Select this, if the word to the right should be replaced by the selected entry</string> |
69 <string>Select this, if the word to the right should be replaced by the selected entry</string> |
70 </property> |
70 </property> |
71 <property name="text"> |
71 <property name="text"> |
72 <string>Replace word</string> |
72 <string>Replace word</string> |
73 </property> |
73 </property> |
74 </widget> |
74 </widget> |
75 </item> |
75 </item> |
76 <item row="1" column="0"> |
76 <item row="1" column="0" colspan="2"> |
77 <widget class="QCheckBox" name="acReversedCheckBox"> |
77 <widget class="QCheckBox" name="acReversedCheckBox"> |
78 <property name="toolTip"> |
78 <property name="toolTip"> |
79 <string>Select to show completions of type 'public' first</string> |
79 <string>Select to show completions of type 'public' first</string> |
80 </property> |
80 </property> |
81 <property name="text"> |
81 <property name="text"> |
82 <string>Show 'public' completions first</string> |
82 <string>Show 'public' completions first</string> |
83 </property> |
83 </property> |
84 </widget> |
84 </widget> |
85 </item> |
85 </item> |
86 <item row="2" column="0" colspan="2"> |
86 <item row="2" column="0"> |
87 <layout class="QGridLayout" name="gridLayout"> |
87 <widget class="QLabel" name="textLabel1_2"> |
88 <item row="0" column="0"> |
88 <property name="text"> |
89 <widget class="QLabel" name="textLabel1_2"> |
89 <string>Threshold:</string> |
90 <property name="text"> |
90 </property> |
91 <string>Threshold:</string> |
91 </widget> |
|
92 </item> |
|
93 <item row="2" column="1" colspan="3"> |
|
94 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
95 <item> |
|
96 <widget class="QSlider" name="acThresholdSlider"> |
|
97 <property name="toolTip"> |
|
98 <string>Move to set the threshold for display of an autocompletion list</string> |
|
99 </property> |
|
100 <property name="maximum"> |
|
101 <number>10</number> |
|
102 </property> |
|
103 <property name="value"> |
|
104 <number>2</number> |
|
105 </property> |
|
106 <property name="orientation"> |
|
107 <enum>Qt::Horizontal</enum> |
|
108 </property> |
|
109 <property name="tickInterval"> |
|
110 <number>1</number> |
92 </property> |
111 </property> |
93 </widget> |
112 </widget> |
94 </item> |
113 </item> |
95 <item row="0" column="1" colspan="2"> |
114 <item> |
96 <layout class="QHBoxLayout" name="horizontalLayout"> |
115 <widget class="QLCDNumber" name="lCDNumber4"> |
97 <item> |
|
98 <widget class="QSlider" name="acThresholdSlider"> |
|
99 <property name="toolTip"> |
|
100 <string>Move to set the threshold for display of an autocompletion list</string> |
|
101 </property> |
|
102 <property name="maximum"> |
|
103 <number>10</number> |
|
104 </property> |
|
105 <property name="value"> |
|
106 <number>2</number> |
|
107 </property> |
|
108 <property name="orientation"> |
|
109 <enum>Qt::Horizontal</enum> |
|
110 </property> |
|
111 <property name="tickInterval"> |
|
112 <number>1</number> |
|
113 </property> |
|
114 </widget> |
|
115 </item> |
|
116 <item> |
|
117 <widget class="QLCDNumber" name="lCDNumber4"> |
|
118 <property name="toolTip"> |
|
119 <string>Displays the selected autocompletion threshold</string> |
|
120 </property> |
|
121 <property name="digitCount"> |
|
122 <number>2</number> |
|
123 </property> |
|
124 <property name="segmentStyle"> |
|
125 <enum>QLCDNumber::Flat</enum> |
|
126 </property> |
|
127 <property name="value" stdset="0"> |
|
128 <double>2.000000000000000</double> |
|
129 </property> |
|
130 </widget> |
|
131 </item> |
|
132 </layout> |
|
133 </item> |
|
134 <item row="1" column="0"> |
|
135 <widget class="QLabel" name="label"> |
|
136 <property name="text"> |
|
137 <string>Time to wait until completion:</string> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 <item row="1" column="1"> |
|
142 <widget class="QSpinBox" name="acTimeoutSpinBox"> |
|
143 <property name="toolTip"> |
116 <property name="toolTip"> |
144 <string>Enter the time in milliseconds after which a list with completion proposals shall be shown</string> |
117 <string>Displays the selected autocompletion threshold</string> |
145 </property> |
118 </property> |
146 <property name="alignment"> |
119 <property name="digitCount"> |
147 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
120 <number>2</number> |
148 </property> |
121 </property> |
149 <property name="correctionMode"> |
122 <property name="segmentStyle"> |
150 <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
123 <enum>QLCDNumber::Flat</enum> |
151 </property> |
124 </property> |
152 <property name="suffix"> |
125 <property name="value" stdset="0"> |
153 <string> ms</string> |
126 <double>2.000000000000000</double> |
154 </property> |
|
155 <property name="minimum"> |
|
156 <number>0</number> |
|
157 </property> |
|
158 <property name="maximum"> |
|
159 <number>999</number> |
|
160 </property> |
|
161 <property name="singleStep"> |
|
162 <number>10</number> |
|
163 </property> |
|
164 </widget> |
|
165 </item> |
|
166 <item row="1" column="2"> |
|
167 <spacer name="horizontalSpacer"> |
|
168 <property name="orientation"> |
|
169 <enum>Qt::Horizontal</enum> |
|
170 </property> |
|
171 <property name="sizeHint" stdset="0"> |
|
172 <size> |
|
173 <width>68</width> |
|
174 <height>20</height> |
|
175 </size> |
|
176 </property> |
|
177 </spacer> |
|
178 </item> |
|
179 <item row="2" column="0"> |
|
180 <widget class="QLabel" name="label_2"> |
|
181 <property name="text"> |
|
182 <string>Completions Cache Size:</string> |
|
183 </property> |
|
184 </widget> |
|
185 </item> |
|
186 <item row="2" column="1"> |
|
187 <widget class="QSpinBox" name="acCacheSizeSpinBox"> |
|
188 <property name="toolTip"> |
|
189 <string>Enter the maximum number of entries to be kept in the completions cache</string> |
|
190 </property> |
|
191 <property name="alignment"> |
|
192 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
193 </property> |
|
194 <property name="correctionMode"> |
|
195 <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
|
196 </property> |
|
197 <property name="suffix"> |
|
198 <string> entries</string> |
|
199 </property> |
|
200 <property name="minimum"> |
|
201 <number>0</number> |
|
202 </property> |
|
203 <property name="maximum"> |
|
204 <number>999</number> |
|
205 </property> |
|
206 <property name="singleStep"> |
|
207 <number>10</number> |
|
208 </property> |
127 </property> |
209 </widget> |
128 </widget> |
210 </item> |
129 </item> |
211 </layout> |
130 </layout> |
|
131 </item> |
|
132 <item row="3" column="0"> |
|
133 <widget class="QLabel" name="label"> |
|
134 <property name="text"> |
|
135 <string>Time to wait until completion:</string> |
|
136 </property> |
|
137 </widget> |
|
138 </item> |
|
139 <item row="3" column="1" colspan="2"> |
|
140 <widget class="QSpinBox" name="acTimeoutSpinBox"> |
|
141 <property name="toolTip"> |
|
142 <string>Enter the time in milliseconds after which a list with completion proposals shall be shown</string> |
|
143 </property> |
|
144 <property name="alignment"> |
|
145 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
146 </property> |
|
147 <property name="correctionMode"> |
|
148 <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
|
149 </property> |
|
150 <property name="suffix"> |
|
151 <string> ms</string> |
|
152 </property> |
|
153 <property name="minimum"> |
|
154 <number>0</number> |
|
155 </property> |
|
156 <property name="maximum"> |
|
157 <number>999</number> |
|
158 </property> |
|
159 <property name="singleStep"> |
|
160 <number>10</number> |
|
161 </property> |
|
162 </widget> |
|
163 </item> |
|
164 <item row="3" column="3"> |
|
165 <spacer name="horizontalSpacer"> |
|
166 <property name="orientation"> |
|
167 <enum>Qt::Horizontal</enum> |
|
168 </property> |
|
169 <property name="sizeHint" stdset="0"> |
|
170 <size> |
|
171 <width>192</width> |
|
172 <height>20</height> |
|
173 </size> |
|
174 </property> |
|
175 </spacer> |
|
176 </item> |
|
177 <item row="4" column="0" colspan="4"> |
|
178 <widget class="QGroupBox" name="groupBox_2"> |
|
179 <property name="title"> |
|
180 <string>Completions Cache</string> |
|
181 </property> |
|
182 <layout class="QGridLayout" name="gridLayout"> |
|
183 <item row="0" column="0"> |
|
184 <widget class="QLabel" name="label_2"> |
|
185 <property name="text"> |
|
186 <string>Size:</string> |
|
187 </property> |
|
188 </widget> |
|
189 </item> |
|
190 <item row="0" column="1"> |
|
191 <widget class="QSpinBox" name="acCacheSizeSpinBox"> |
|
192 <property name="toolTip"> |
|
193 <string>Enter the maximum number of entries to be kept in the completions cache</string> |
|
194 </property> |
|
195 <property name="alignment"> |
|
196 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
197 </property> |
|
198 <property name="correctionMode"> |
|
199 <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
|
200 </property> |
|
201 <property name="suffix"> |
|
202 <string> entries</string> |
|
203 </property> |
|
204 <property name="minimum"> |
|
205 <number>0</number> |
|
206 </property> |
|
207 <property name="maximum"> |
|
208 <number>999</number> |
|
209 </property> |
|
210 <property name="singleStep"> |
|
211 <number>10</number> |
|
212 </property> |
|
213 </widget> |
|
214 </item> |
|
215 <item row="0" column="2"> |
|
216 <spacer name="horizontalSpacer_2"> |
|
217 <property name="orientation"> |
|
218 <enum>Qt::Horizontal</enum> |
|
219 </property> |
|
220 <property name="sizeHint" stdset="0"> |
|
221 <size> |
|
222 <width>271</width> |
|
223 <height>20</height> |
|
224 </size> |
|
225 </property> |
|
226 </spacer> |
|
227 </item> |
|
228 <item row="1" column="0"> |
|
229 <widget class="QLabel" name="label_3"> |
|
230 <property name="text"> |
|
231 <string>Timeout:</string> |
|
232 </property> |
|
233 </widget> |
|
234 </item> |
|
235 <item row="1" column="1"> |
|
236 <widget class="QSpinBox" name="acCacheTimeSpinBox"> |
|
237 <property name="toolTip"> |
|
238 <string>Enter the time in seconds after which a cached completion entry should be removed from the completions cache</string> |
|
239 </property> |
|
240 <property name="alignment"> |
|
241 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
242 </property> |
|
243 <property name="correctionMode"> |
|
244 <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
|
245 </property> |
|
246 <property name="suffix"> |
|
247 <string> s</string> |
|
248 </property> |
|
249 <property name="minimum"> |
|
250 <number>0</number> |
|
251 </property> |
|
252 <property name="maximum"> |
|
253 <number>3600</number> |
|
254 </property> |
|
255 <property name="singleStep"> |
|
256 <number>60</number> |
|
257 </property> |
|
258 </widget> |
|
259 </item> |
|
260 </layout> |
|
261 </widget> |
212 </item> |
262 </item> |
213 </layout> |
263 </layout> |
214 </widget> |
264 </widget> |
215 </item> |
265 </item> |
216 <item> |
266 <item> |