File: languagepreferences.ui

package info (click to toggle)
kdevelop 4%3A22.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 70,096 kB
  • sloc: cpp: 284,635; javascript: 3,558; python: 3,422; sh: 1,319; ansic: 685; xml: 331; php: 95; lisp: 66; makefile: 39; sed: 12
file content (450 lines) | stat: -rw-r--r-- 17,363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>LanguagePreferences</class>
 <widget class="QWidget" name="LanguagePreferences">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>599</width>
    <height>709</height>
   </rect>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout_2">
   <property name="leftMargin">
    <number>0</number>
   </property>
   <property name="topMargin">
    <number>0</number>
   </property>
   <property name="rightMargin">
    <number>0</number>
   </property>
   <property name="bottomMargin">
    <number>0</number>
   </property>
   <item>
    <widget class="QGroupBox" name="groupBox">
     <property name="title">
      <string comment="@title:group">Code Completion</string>
     </property>
     <layout class="QFormLayout" name="formLayout_2">
      <item row="0" column="0">
       <widget class="QLabel" name="label_6">
        <property name="toolTip">
         <string comment="@info:tooltip">If disabled, the code completion widget will never show automatically.</string>
        </property>
        <property name="text">
         <string comment="@label">Enable automatic invocation:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_automaticInvocation</cstring>
        </property>
       </widget>
      </item>
      <item row="0" column="1">
       <widget class="QCheckBox" name="kcfg_automaticInvocation">
        <property name="toolTip">
         <string comment="@info:tooltip">If disabled, the code completion widget will never show automatically.</string>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
      </item>
      <item row="1" column="0">
       <widget class="QLabel" name="label_7">
        <property name="toolTip">
         <string comment="@info:tooltip">Choose whether to display additional information for the currently selected codecompletion item.</string>
        </property>
        <property name="text">
         <string comment="@label">Additional information for current item:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_showMultiLineSelectionInformation</cstring>
        </property>
       </widget>
      </item>
      <item row="1" column="1">
       <widget class="QCheckBox" name="kcfg_showMultiLineSelectionInformation">
        <property name="toolTip">
         <string comment="info:tooltip">Choose whether to display additional information for the currently selected code completion item.</string>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
      </item>
      <item row="3" column="0">
       <widget class="QLabel" name="label">
        <property name="toolTip">
         <string>&lt;p&gt;The code completion UI has a minimal mode and a detailed mode.&lt;br&gt;Choose in what cases full code completion will be displayed.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string comment="@label">Detailed completion:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_completionDetail</cstring>
        </property>
       </widget>
      </item>
      <item row="3" column="1">
       <widget class="QComboBox" name="kcfg_completionDetail">
        <property name="toolTip">
         <string>&lt;p&gt;The code completion UI has a minimal mode and a detailed mode.&lt;br&gt;Choose in what cases full code completion will be displayed.&lt;/p&gt;</string>
        </property>
        <property name="currentIndex">
         <number>1</number>
        </property>
        <item>
         <property name="text">
          <string comment="@item:inlistbox">Never</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string comment="@item:inlistbox">When Invoked Manually</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string comment="@item:inlistbox">Always</string>
         </property>
        </item>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox_2">
     <property name="title">
      <string comment="@title:group">Semantic Code Highlighting</string>
     </property>
     <layout class="QFormLayout" name="formLayout">
      <property name="fieldGrowthPolicy">
       <enum>QFormLayout::ExpandingFieldsGrow</enum>
      </property>
      <item row="1" column="0">
       <widget class="QLabel" name="localColorizationLabel">
        <property name="toolTip">
         <string>&lt;p&gt;This setting decides about the intensity of colors for local variables, for example function arguments, variables and the like.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string comment="@label:slider">Local colorization intensity:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_localColorization</cstring>
        </property>
       </widget>
      </item>
      <item row="1" column="1">
       <widget class="QSlider" name="kcfg_localColorization">
        <property name="toolTip">
         <string>&lt;p&gt;This setting decides about the intensity of colors for local variables, for example function arguments, variables and the like.&lt;/p&gt;</string>
        </property>
        <property name="maximum">
         <number>255</number>
        </property>
        <property name="singleStep">
         <number>3</number>
        </property>
        <property name="pageStep">
         <number>25</number>
        </property>
        <property name="value">
         <number>170</number>
        </property>
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
       </widget>
      </item>
      <item row="2" column="1">
       <widget class="QComboBox" name="kcfg_globalColorSource">
        <property name="toolTip">
         <string>&lt;p&gt;By default, the global colors for types, functions, namespaces and so forth are auto-generated and will adapt to the selected editor theme based on the global colorization intensity. If you want to have full control over the colors, you can instead use the editor theme as color source. You can then fine tune the colors in the settings under Editor &amp;gt; Color Themes &amp;gt; Highlighting Text Styles &amp;gt; KDevelop/Semantic Colors.&lt;/p&gt;</string>
        </property>
        <item>
         <property name="text">
          <string>Auto-Generated</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string>From Editor Theme</string>
         </property>
        </item>
       </widget>
      </item>
      <item row="2" column="0">
       <widget class="QLabel" name="label_9">
        <property name="toolTip">
         <string>&lt;p&gt;By default, the global colors for types, functions, namespaces and so forth are auto-generated and will adapt to the selected editor theme based on the global colorization intensity. If you want to have full control over the colors, you can instead use the editor theme as color source. You can then fine tune the colors in the settings under Editor &amp;gt; Color Themes &amp;gt; Highlighting Text Styles &amp;gt; KDevelop/Semantic Colors.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string>Global colors:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_globalColorSource</cstring>
        </property>
       </widget>
      </item>
      <item row="3" column="1">
       <widget class="QSlider" name="kcfg_globalColorization">
        <property name="toolTip">
         <string>&lt;p&gt;This settings lets you change the intensity of globally accessible types, for example classes, methods, functions etc.&lt;/p&gt;</string>
        </property>
        <property name="maximum">
         <number>255</number>
        </property>
        <property name="singleStep">
         <number>3</number>
        </property>
        <property name="pageStep">
         <number>25</number>
        </property>
        <property name="value">
         <number>255</number>
        </property>
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
       </widget>
      </item>
      <item row="3" column="0">
       <widget class="QLabel" name="globalColorizationLabel">
        <property name="toolTip">
         <string>&lt;p&gt;This settings lets you change the intensity of globally accessible types, for example classes, methods, functions etc.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string comment="@label:slider">Global colorization intensity:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_globalColorization</cstring>
        </property>
       </widget>
      </item>
      <item row="4" column="0">
       <widget class="QLabel" name="label_4">
        <property name="toolTip">
         <string>&lt;p&gt;Highlight semantic problems, such as non-existent or inaccessible declarations.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string comment="@label">Highlight semantic problems:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_highlightSemanticProblems</cstring>
        </property>
       </widget>
      </item>
      <item row="4" column="1">
       <widget class="QCheckBox" name="kcfg_highlightSemanticProblems">
        <property name="toolTip">
         <string>&lt;p&gt;Highlight semantic problems, such as non-existent or inaccessible declarations.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
      </item>
      <item row="5" column="0">
       <widget class="QLabel" name="label_5">
        <property name="toolTip">
         <string>&lt;p&gt;When enabled, lines with errors will get additionally highlighted and their positions get marked in the scrollbar.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string comment="@label">Highlight problematic lines:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_highlightProblematicLines</cstring>
        </property>
       </widget>
      </item>
      <item row="5" column="1">
       <widget class="QCheckBox" name="kcfg_highlightProblematicLines">
        <property name="toolTip">
         <string>&lt;p&gt;When enabled, lines with errors will get additionally highlighted and their positions get marked in the scrollbar.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
      </item>
      <item row="6" column="0">
       <widget class="QLabel" name="boldDeclarationsLabel">
        <property name="toolTip">
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Use bold font for declarations such as classes, functions, local variables, etc.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
        </property>
        <property name="text">
         <string comment="@label">Bold font for declarations:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_boldDeclarations</cstring>
        </property>
       </widget>
      </item>
      <item row="6" column="1">
       <widget class="QCheckBox" name="kcfg_boldDeclarations"/>
      </item>
      <item row="7" column="0">
       <widget class="QLabel" name="label_8">
        <property name="text">
         <string comment="@label:listbox">Problems shown as inline notes:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_problemInlineNotesLevel</cstring>
        </property>
       </widget>
      </item>
      <item row="7" column="1">
       <widget class="QComboBox" name="kcfg_problemInlineNotesLevel">
        <item>
         <property name="text">
          <string comment="@item:inlistbox inline problems shown">None</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string comment="@item:inlistbox inline problems shown">Errors</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string comment="@item:inlistbox inline problems shown">Warnings and Errors</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string comment="@item:inlistbox inline problems shown">Hints, Warnings and Errors</string>
         </property>
        </item>
       </widget>
      </item>
      <item row="8" column="0">
       <widget class="QLabel" name="label_3">
        <property name="toolTip">
         <string comment="@info:tooltip">Space-separated list of words that make a comment represent a TODO item</string>
        </property>
        <property name="text">
         <string comment="@label:textbox">TODO marker words:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_todoMarkerWords</cstring>
        </property>
       </widget>
      </item>
      <item row="8" column="1">
       <widget class="QLineEdit" name="kcfg_todoMarkerWords">
        <property name="toolTip">
         <string comment="@info:tooltip">Space-separated list of words that make a comment represent a TODO item.</string>
        </property>
        <property name="placeholderText">
         <string/>
        </property>
       </widget>
      </item>
     </layout>
     <zorder>kcfg_problemInlineNotesLevel</zorder>
     <zorder>kcfg_localColorization</zorder>
     <zorder>label_4</zorder>
     <zorder>kcfg_highlightSemanticProblems</zorder>
     <zorder>label_5</zorder>
     <zorder>kcfg_highlightProblematicLines</zorder>
     <zorder>label_3</zorder>
     <zorder>kcfg_todoMarkerWords</zorder>
     <zorder>kcfg_globalColorization</zorder>
     <zorder>globalColorizationLabel</zorder>
     <zorder>localColorizationLabel</zorder>
     <zorder>boldDeclarationsLabel</zorder>
     <zorder>kcfg_boldDeclarations</zorder>
     <zorder>label_8</zorder>
     <zorder>kcfg_globalColorSource</zorder>
     <zorder>label_9</zorder>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox_3">
     <property name="title">
      <string comment="@title:group">Project Parsing</string>
     </property>
     <layout class="QFormLayout" name="formLayout_3">
      <property name="fieldGrowthPolicy">
       <enum>QFormLayout::ExpandingFieldsGrow</enum>
      </property>
      <item row="0" column="0">
       <widget class="QLabel" name="label_2">
        <property name="toolTip">
         <string>&lt;p&gt;When a project contains more files than this number, the project will be
parsed in simplified mode, increasing the efficiency by gathering less information. Global code navigation and quickopen capabilities will be reduced.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string comment="@label:spinbox">Minimum project size for simplified parsing:</string>
        </property>
        <property name="buddy">
         <cstring>kcfg_minFilesForSimplifiedParsing</cstring>
        </property>
       </widget>
      </item>
      <item row="0" column="1">
       <widget class="KPluralHandlingSpinBox" name="kcfg_minFilesForSimplifiedParsing">
        <property name="sizeIncrement">
         <size>
          <width>0</width>
          <height>0</height>
         </size>
        </property>
        <property name="toolTip">
         <string>&lt;p&gt;When a project contains more files than this number, the project will be
parsed in simplified mode, increasing the efficiency by gathering less information. Global code navigation and quickopen capabilities will be reduced.&lt;/p&gt;</string>
        </property>
        <property name="maximum">
         <number>99999999</number>
        </property>
        <property name="singleStep">
         <number>1000</number>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <spacer>
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>20</width>
       <height>40</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>KPluralHandlingSpinBox</class>
   <extends>QSpinBox</extends>
   <header>kpluralhandlingspinbox.h</header>
  </customwidget>
 </customwidgets>
 <tabstops>
  <tabstop>kcfg_automaticInvocation</tabstop>
  <tabstop>kcfg_showMultiLineSelectionInformation</tabstop>
  <tabstop>kcfg_completionDetail</tabstop>
  <tabstop>kcfg_localColorization</tabstop>
  <tabstop>kcfg_globalColorSource</tabstop>
  <tabstop>kcfg_globalColorization</tabstop>
  <tabstop>kcfg_highlightSemanticProblems</tabstop>
  <tabstop>kcfg_highlightProblematicLines</tabstop>
  <tabstop>kcfg_boldDeclarations</tabstop>
  <tabstop>kcfg_problemInlineNotesLevel</tabstop>
  <tabstop>kcfg_todoMarkerWords</tabstop>
  <tabstop>kcfg_minFilesForSimplifiedParsing</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>