class KIOListProgressDlg

All-in-one IO progress window. More...

Internal Use Only
Definition#include <listprogressdlg.h>
InheritsKTMainWindow (kdeui)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Protected Methods

Protected Slots

Protected Members


Detailed Description

This class is not meant for a general usage.

It's purpose is to show progress of IO operations. There is only one instance of this window for all KIOJobs. The main advantage is, that all downloads, deletions etc. are shown in one place, thus saving precious desktop space.

Class KIOJob contains one static instance of this class. All IO operations ( KIOJobs ) are displayed in this window, one line per operation. User can cancel operations with Cancel button on statusbar.

Double clicking on an item in the list opens a small download window ( KIOSimpleProgressDlg ).