not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / libs / ksysguard / processui / ksysguard.widgets
blobaace7a5be4b4ef9b79b6eedef498751987319878
1 [Global]
2 PluginName=KSysGuardWidgets
5 [KSysGuardProcessList]
6 ToolTip=A list of processes (programs) running.
7 WhatsThis=A widget for showing all the processes running along with their memory usage and other details.
8 Group=KSysGuard (KDE)
9 ConstructorArgs=(parent)
10 IncludeFile=ksysguardprocesslist.h
12 [KTextEditVT]
13 ToolTip=A text box suitable for displaying output from VT console-based programs.
14 WhatsThis=A widget for displaying out from console based programs.  Some VT100 style commands are interpreted (For example to change the color) as well as some non-printable characters (backspace/delete etc will delete the last character.).  For example the output from 'ls --color' can be displayed.
15 Group=KSysGuard (KDE)
16 ConstructorArgs=(parent)
17 IncludeFile=KTextEditVT.h