class KStatusBarJobTracker |
|
This class implements a job tracker with a widget suited for embedding in a status bar. |
|
Creates a new KStatusBarJobTracker
parent - the parent of this object and of the widget displaying the job progresses button - true to display a stop button allowing to kill the job, false otherwise |
|
The following slots are inherited from KJobTrackerInterface. |
|
|
Register a new job in this tracker.
job - the job to register |
|
Sets the mode of the status bar.
statusBarMode - what information the status bar will show (see StatusBarMode). LabelOnly by default |
|
|
|
|
The widget associated to this tracker.
Returns the widget displaying the job progresses |
NoInformation | - 0x0000 | - | ||
LabelOnly | - 0x0001 | - | ||
ProgressOnly | - 0x0002 | - |