summaryrefslogtreecommitdiffstats
path: root/kdewidgets/kde.widgets
blob: 8ca72586dc6c2c57388edb7d9687aa9c6101d3dc (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
[Global]
PluginName=KDEWidgets
Includes=kinstance.h,classpreviews.h
Init=new TDEInstance("kdewidgets");

[KActiveLabel]
ToolTip=Active Label (KDE)
WhatsThis=A label with support for selection and clickable links
Group=Display (KDE)

[KCharSelect]
ToolTip=Character Selection Widget (KDE)
WhatsThis=A widget that allows selection a character out ot a table
Group=Graphics (KDE)

[KColorButton]
ToolTip=Color Chooser Button (KDE)
WhatsThis=A button that allows selecting a color
Group=Graphics (KDE)

[KColorCombo]
ToolTip=Color Combo Box (KDE)
Group=Graphics (KDE)

[KComboBox]
ToolTip=Combo Box (KDE)
Group=Input (KDE)

[KCModule]
ToolTip=KControl Center Module (KDE)
IsContainer=true
Group=Container (KDE)

[KDateWidget]
ToolTip=Date preview (KDE)
Group=Input (KDE)

[KDatePicker]
ToolTip=A date selection widget (KDE)
WhatsThis=Provides a widget for calendar date input
ConstructorArgs=(parent, TQDate::currentDate(), name)
Group=Input (KDE)

[KDialog]
IsContainer=true
ImplClass=KDialogPreview
ToolTip=Class for simple Dialogs (KDE)
Group=Container (KDE)

[KDualColorButton]
ToolTip=A widget for selecting two related colors (KDE)
Group=Graphics (KDE)

[KEditListBox]
ToolTip=Fullfeatured edit box with buttons (KDE)
Group=Views (KDE)

[KFontCombo]
ToolTip=Font Combo Box (KDE)
WhatsThis=A TQCombo Box showing the installed system fonts (with preview)
Group=Input (KDE)

[KFontChooser]
IncludeFile=kfontdialog.h
IconSet=kfontcombo.png
ToolTip=Font Chooser (KDE)
WhatsThis=A font type, size and style selection widget complete with preview
Group=Input (KDE)

[KFontRequester]
IncludeFile=kfontrequester.h
ToolTip=Font Requester (KDE)
WhatsThis=A compact font selection and preview widget
Group=Input (KDE)

[KGradientSelector]
IncludeFile=kselect.h
WhatsThis=A widget that allows the user to select two colors to form a gradient
Group=Graphics (KDE)

[KHistoryCombo]
IncludeFile=kcombobox.h
ToolTip=A combobox for offering a history and completion (KDE)
WhatsThis=A combobox which implements a history like a unix shell
Group=Input (KDE)

[KHSSelector]
IncludeFile=kcolordialog.h
ToolTip=Widget for Hue/Saturation selection (KDE)
Group=Graphics (KDE)

[KLed]
ToolTip=LED Widget (KDE)
WhatsThis=A widget showing a light emitter diode
Group=Display (KDE)

[KListBox]
ToolTip=Extended List Box (KDE)
WhatsThis=An improved version of the TQListBox that follows KDE settings
Group=Views (KDE)

[KListView]
ToolTip=Extended List View (KDE)
WhatsThis=An improved version of the TQListView that allows certain KDE extensions
Group=Views (KDE)

[KLineEdit]
ToolTip=Line Edit (KDE)
Group=Input (KDE)

[KListViewSearchLine]
ToolTip=ListView Search Line (KDE)
Group=Input (KDE)
ConstructorArgs=(parent, 0, name)

[KListViewSearchLineWidget]
ToolTip=ListView Search Line Widget (KDE)
IncludeFile=klistviewsearchline.h
Group=Input (KDE)
ConstructorArgs=(0, parent, name)

[KPasswordEdit]
IncludeFile=kpassdlg.h
ToolTip=Safe Password LineEdit (KDE)
WhatsThis=A KLineEdit that is safe for prompting the user for passwords
Group=Input (KDE)

[KProgress]
ToolTip=Progress Bar (KDE)
WhatsThis=An improved progress bar for KDE that uses TQFrame and TQRangeControl
Group=Display (KDE)

[KPushButton]
ToolTip=Improved TQPushButton (KDE)
WhatsThis=An improved TQPushButton to follow KDE settings
Group=Buttons (KDE)

[KKeyButton]
ToolTip=Keyboard Key Button. (KDE)
WhatsThis=A push button that looks like a keyboard key.
IncludeFile=kkeybutton.h
Group=Buttons (KDE)

[KRestrictedLine]
ToolTip=Line Edit for restricted input (KDE)
Group=Input (KDE)

[KIconButton]
IncludeFile=kicondialog.h
ToolTip=Button for selecting an icon (KDE)
Group=Buttons (KDE)

[KIconView]
IncludeFile=kiconview.h
ToolTip=Extended Icon View (KDE)
WhatsThis=An improved version of the TQIconView that allows certain KDE extensions
Group=Views (KDE)

[KIntSpinBox]
IncludeFile=knuminput.h
ToolTip=Enhanced Spinbox for Integer Values (KDE)
Group=Input (KDE)

[KRuler]
ToolTip=Measuring Ruler Widget (KDE)
WhatsThis=A measuring ruler widget as seen in KWord for page widths and heights
Group=Display (KDE)

[KSqueezedTextLabel]
ToolTip=A TQLabel that squeezes its text (KDE)
WhatsThis=If the text is too long to fit into the label it is divided into remaining left and right parts which are separated by three dots
ConstructorArgs=("KSqueezedTextLabel", parent, name)
Group=Display (KDE)

[KTextBrowser]
ToolTip=Improved TQTextBrowser (KDE)
WhatsThis=An improved version of the TQTextBrowser with mail or system browser invocation support
Group=Display (KDE)

[KTextEdit]
ToolTip=Improved TQTextEdit (KDE)
WhatsThis=An improved version of the TQTextEdit with mail or system browser invocation support
Group=Input (KDE)

[KURLLabel]
ToolTip=URL Label (KDE)
ConstructorArgs=("KURLLabel", TQString(), parent, name)
Group=Display (KDE)

[KURLComboRequester]
ToolTip=URL Requester (KDE)
WhatsThis=A widget holding a combobox and a pushbutton. A "file open" dialog opened when clicking on the pushbutton
IncludeFile=kurlrequester.h
Group=Input (KDE)

[KURLRequester]
ToolTip=URL Requester (KDE)
WhatsThis=A widget holding a lineedit and a pushbutton. A "file open" dialog opened when clicking on the pushbutton
Group=Input (KDE)

[KIntNumInput]
ToolTip=Integer Input Widget (KDE)
WhatsThis=An input widget for integer numbers, consisting of a spinbox and a slider.
IncludeFile=knuminput.h
Group=Input (KDE)

[KDoubleNumInput]
ToolTip=Floating Point Number Input Widget (KDE)
WhatsThis=An input widget for floating point numbers, consisting of a spinbox and a slider.
IncludeFile=knuminput.h
Group=Input (KDE)

[KDoubleSpinBox]
ToolTip=Enhanced Spinbox for Floating Point Values (KDE)
WhatsThis=A spinbox widget for floating point numbers.
IncludeFile=knuminput.h
Group=Input (KDE)

[KTimeWidget]
ToolTip=This widget can be used to display or allow user selection of time. (KDE)
IncludeFile=ktimewidget.h
Group=Input (KDE)

[KDateTimeWidget]
ToolTip=This widget can be used to display or allow user selection of date and time. (KDE)
IncludeFile=kdatetimewidget.h
Group=Input (KDE)

[KDateTable]
IncludeFile=kdatetbl.h
Group=Input (KDE)
ConstructorArgs=(parent, TQDate::currentDate(), name)

[KLanguageButton]
IncludeFile=klanguagebutton.h
ToolTip=A widget for selecting a language
WhatsThis=A combobox suitable for selecting a language
Group=Input (KDE)

[KImageFilePreview]
IncludeFile=kimagefilepreview.h
ToolTip=A widget that provides a image preview of a URL
Group=Display (KDE)
ConstructorArgs=(parent)

[KActionSelector]
IncludeFile=kactionselector.h
ToolTip=A widget for selecting and arranging actions/objects
Group=Views (KDE)

[KWritePermsIcon]
IncludeFile=kauthicon.h
ToolTip=Auth icon for write permission display.
ConstructorArgs=("", parent, name)
Group=Display (KDE)

[KRootPermsIcon]
IncludeFile=kauthicon.h
ToolTip=Icon to show whether or not a user has root permissions.
Group=Display (KDE)

[KColorPatch]
IncludeFile=kcolordialog.h
ToolTip=The KColorPatch widget is a (usually small) widget showing a selected color.
Group=Display (KDE)
ConstructorArgs=(parent)

[KPaletteTable]
IncludeFile=kcolordialog.h
ToolTip=A color palette in table form.
Group=Display (KDE)
ConstructorArgs=(parent, 210, 16)

[KABC::LdapConfigWidget]
IncludeFile=kabc/ldapconfigwidget.h
ToolTip=A widget which allows the user to set up LDAP connection parameters
Group=Input (KDE)
ConstructorArgs=(KABC::LdapConfigWidget::W_ALL, parent, name)

[KArrowButton]
IncludeFile=karrowbutton.h
ToolTip=Draws a button which shows an arrow pointing into a certain direction.
Group=Buttons (KDE)
ConstructorArgs=(parent,Qt::UpArrow,name)

[KAnimWidget]
IncludeFile=kanimwidget.h
ToolTip=This is a widget used to display animation using multiple individual pixmaps.
Group=Display (KDE)
ConstructorArgs=("kde",0,parent,name)

[KValueSelector]
IncludeFile=kcolordialog.h
ToolTip=Widget for color value selection.
Group=Graphics (KDE)

[KSeparator]
IncludeFile=kseparator.h
ToolTip=Standard horizontal or vertical separator.
Group=Display (KDE)

[KTabWidget]
IncludeFile=ktabwidget.h
ToolTip=KDE tab widget container.
IsContainer=true
Group=Container (KDE)