summaryrefslogtreecommitdiffstats
path: root/kcontrol/kicker/menutab.ui
blob: 8d49a796583b72482b03692b584c601928f89558 (plain)
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
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>MenuTabBase</class>
<widget class="QWidget">
    <property name="name">
        <cstring>MenuTabBase</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>410</width>
            <height>437</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="QGroupBox">
            <property name="name">
                <cstring>m_kmenuGroup</cstring>
            </property>
            <property name="title">
                <string>K Menu</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="QLayoutWidget">
                    <property name="name">
                        <cstring>layout7</cstring>
                    </property>
                    <vbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="QButtonGroup">
                            <property name="name">
                                <cstring>kcfg_MenuEntryFormat</cstring>
                            </property>
                            <property name="lineWidth">
                                <number>0</number>
                            </property>
                            <property name="title">
                                <string>Menu item format:</string>
                            </property>
                            <property name="flat">
                                <bool>true</bool>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Here you can choose how menu entries are shown.</string>
                            </property>
                            <grid>
                                <property name="name">
                                    <cstring>unnamed</cstring>
                                </property>
                                <widget class="QRadioButton" row="1" column="1">
                                    <property name="name">
                                        <cstring>m_formatSimple</cstring>
                                    </property>
                                    <property name="text">
                                        <string>&amp;Name only</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>When this option is selected, items in the K Menu will appear with the application's name next to the icon.</string>
                                    </property>
                                </widget>
                                <widget class="QRadioButton" row="2" column="1">
                                    <property name="name">
                                        <cstring>m_formatNameDesc</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Name - &amp;Description</string>
                                    </property>
                                    <property name="checked">
                                        <bool>true</bool>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>When this option is selected, items in the K Menu will appear with the application's name and a brief description next to the icon.</string>
                                    </property>
                                </widget>
                                <widget class="QRadioButton" row="3" column="1">
                                    <property name="name">
                                        <cstring>m_formatDescOnly</cstring>
                                    </property>
                                    <property name="text">
                                        <string>D&amp;escription only</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>When this option is selected, items in the K Menu will appear with the application's brief description next to the icon.</string>
                                    </property>
                                </widget>
                                <widget class="QRadioButton" row="4" column="1">
                                    <property name="name">
                                        <cstring>m_formDescName</cstring>
                                    </property>
                                    <property name="focusPolicy">
                                        <enum>NoFocus</enum>
                                    </property>
                                    <property name="text">
                                        <string>Des&amp;cription (Name)</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>When this option is selected, items in the K Menu will appear with a brief description and the application's name in brackets next to the icon.</string>
                                    </property>
                                </widget>
                            </grid>
                        </widget>
                        <widget class="QCheckBox">
                            <property name="name">
                                <cstring>kcfg_UseSidePixmap</cstring>
                            </property>
                            <property name="text">
                                <string>Show side ima&amp;ge</string>
                            </property>
                            <property name="checked">
                                <bool>true</bool>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>&lt;qt&gt;When this option is selected an image will appear down the left-hand side of the K Menu. The image will be tinted according to your color settings.
                                    
                                    &lt;p&gt;&lt;b&gt;Tip&lt;/b&gt;: You can customize the image that appears in the K Menu by putting an image file called kside.png and a tileable image file called kside_tile.png in $KDEHOME/share/apps/kicker/pics.&lt;/qt&gt;</string>
                            </property>
                        </widget>
                        <spacer>
                            <property name="name">
                                <cstring>spacer8</cstring>
                            </property>
                            <property name="orientation">
                                <enum>Vertical</enum>
                            </property>
                            <property name="sizeType">
                                <enum>MinimumExpanding</enum>
                            </property>
                            <property name="sizeHint">
                                <size>
                                    <width>20</width>
                                    <height>0</height>
                                </size>
                            </property>
                        </spacer>
                        <widget class="QPushButton">
                            <property name="name">
                                <cstring>m_editKMenuButton</cstring>
                            </property>
                            <property name="text">
                                <string>Edit &amp;K Menu</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Start the editor for the K menu. Here you can add, edit, remove and hide applications.</string>
                            </property>
                        </widget>
                    </vbox>
                </widget>
                <widget class="KListView">
                    <column>
                        <property name="text">
                            <string>Optional Menus</string>
                        </property>
                        <property name="clickable">
                            <bool>true</bool>
                        </property>
                        <property name="resizable">
                            <bool>true</bool>
                        </property>
                    </column>
                    <property name="name">
                        <cstring>m_subMenus</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>7</hsizetype>
                            <vsizetype>7</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>1</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="minimumSize">
                        <size>
                            <width>0</width>
                            <height>0</height>
                        </size>
                    </property>
                    <property name="fullWidth">
                        <bool>true</bool>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This is a list of the dynamic menus that can be displayed in the KDE menu in addition to the normal applications. Use the checkboxes to add or remove menus.</string>
                    </property>
                </widget>
            </hbox>
        </widget>
        <widget class="QGroupBox">
            <property name="name">
                <cstring>m_browserGroup</cstring>
            </property>
            <property name="title">
                <string>QuickBrowser Menus</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="QLayoutWidget" row="1" column="0">
                    <property name="name">
                        <cstring>Layout3</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="QLabel">
                            <property name="name">
                                <cstring>m_maxQuickBrowserItemsLabel</cstring>
                            </property>
                            <property name="text">
                                <string>Ma&amp;ximum number of entries:</string>
                            </property>
                            <property name="buddy" stdset="0">
                                <cstring>kcfg_MaxEntries2</cstring>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>When browsing directories that contain a lot of files, the QuickBrowser can sometimes hide your whole desktop. Here you can limit the number of entries shown at a time in the QuickBrowser. This is particularly useful for low screen resolutions.</string>
                            </property>
                        </widget>
                        <widget class="KIntNumInput">
                            <property name="name">
                                <cstring>kcfg_MaxEntries2</cstring>
                            </property>
                            <property name="value">
                                <number>30</number>
                            </property>
                            <property name="minValue">
                                <number>10</number>
                            </property>
                            <property name="maxValue">
                                <number>100</number>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>When browsing directories that contain a lot of files, the QuickBrowser can sometimes hide your whole desktop. Here you can limit the number of entries shown at a time in the QuickBrowser. This is particularly useful for low screen resolutions.</string>
                            </property>
                        </widget>
                    </hbox>
                </widget>
                <widget class="QCheckBox" row="0" column="0">
                    <property name="name">
                        <cstring>kcfg_ShowHiddenFiles</cstring>
                    </property>
                    <property name="text">
                        <string>Show hidden fi&amp;les</string>
                    </property>
                    <property name="checked">
                        <bool>true</bool>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If this option is enabled, hidden files (i.e. files beginning with a dot) will be shown in the QuickBrowser menus.</string>
                    </property>
                </widget>
                <spacer row="0" column="1" rowspan="2" colspan="1">
                    <property name="name">
                        <cstring>Spacer7</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>20</width>
                            <height>0</height>
                        </size>
                    </property>
                </spacer>
            </grid>
        </widget>
        <widget class="QButtonGroup">
            <property name="name">
                <cstring>m_pRecentOrderGroup</cstring>
            </property>
            <property name="title">
                <string>QuickStart Menu Items</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="QLayoutWidget" row="2" column="0">
                    <property name="name">
                        <cstring>Layout4</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="QLabel">
                            <property name="name">
                                <cstring>TextLabel2</cstring>
                            </property>
                            <property name="text">
                                <string>Maxim&amp;um number of entries:</string>
                            </property>
                            <property name="buddy" stdset="0">
                                <cstring>kcfg_NumVisibleEntries</cstring>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>This option allows you to define the maximum number of applications that should be displayed in the QuickStart menu area.</string>
                            </property>
                        </widget>
                        <widget class="KIntNumInput">
                            <property name="name">
                                <cstring>kcfg_NumVisibleEntries</cstring>
                            </property>
                            <property name="value">
                                <number>5</number>
                            </property>
                            <property name="minValue">
                                <number>0</number>
                            </property>
                            <property name="maxValue">
                                <number>20</number>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>This option allows you to define how many applications should be displayed at most in the QuickStart menu area.</string>
                            </property>
                        </widget>
                    </hbox>
                </widget>
                <widget class="QRadioButton" row="0" column="0">
                    <property name="name">
                        <cstring>kcfg_RecentVsOften</cstring>
                    </property>
                    <property name="text">
                        <string>Show the &amp;applications most recently used</string>
                    </property>
                    <property name="checked">
                        <bool>true</bool>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>When this option is selected the QuickStart menu area will be filled with the applications you have used most recently.</string>
                    </property>
                </widget>
                <widget class="QRadioButton" row="1" column="0">
                    <property name="name">
                        <cstring>m_showFrequent</cstring>
                    </property>
                    <property name="text">
                        <string>Show the applications most fre&amp;quently used</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>When this option is selected the QuickStart menu area will be filled with the applications you use most frequently.</string>
                    </property>
                </widget>
                <spacer row="0" column="1" rowspan="3" colspan="1">
                    <property name="name">
                        <cstring>Spacer8</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>20</width>
                            <height>0</height>
                        </size>
                    </property>
                </spacer>
            </grid>
        </widget>
    </vbox>
</widget>
<tabstops>
    <tabstop>m_formatSimple</tabstop>
    <tabstop>m_formatNameDesc</tabstop>
    <tabstop>m_formDescName</tabstop>
    <tabstop>kcfg_UseSidePixmap</tabstop>
    <tabstop>m_editKMenuButton</tabstop>
    <tabstop>m_subMenus</tabstop>
    <tabstop>kcfg_ShowHiddenFiles</tabstop>
    <tabstop>kcfg_MaxEntries2</tabstop>
    <tabstop>kcfg_RecentVsOften</tabstop>
    <tabstop>m_showFrequent</tabstop>
    <tabstop>kcfg_NumVisibleEntries</tabstop>
</tabstops>
<includes>
    <include location="global" impldecl="in implementation">klistview.h</include>
    <include location="global" impldecl="in implementation">knuminput.h</include>
    <include location="local" impldecl="in implementation">kdialog.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includehints>
    <includehint>klistview.h</includehint>
    <includehint>knuminput.h</includehint>
    <includehint>knuminput.h</includehint>
    <includehint>knuminput.h</includehint>
    <includehint>knuminput.h</includehint>
</includehints>
</UI>