class KProgressDialog


Table of contents
Modules
kdeui Classes
All Classes
Module kdeui
Namespace global
Class KProgressDialog
Inherits KDialog

A dialog with a progress bar

KProgressDialog provides a dialog with a text label, a progress bar and an optional cancel button with a KDE look 'n feel.

Since knowing how long it can take to complete an action and it is undesirable to show a dialog for a split second before hiding it, there are a few ways to control the timing behavior of KProgressDialog. There is a time out that can be set before showing the dialog as well as an option to autohide or keep displaying the dialog once complete.

All the functionality of QProgressBar is available through direct access to the progress bar widget via progressBar();

Author Aaron J. Seigo Author Urs Wolfer uwolfer @kde.org



methods