libkleo
#include <progressbar.h>
Public Slots | |
void | reset () |
void | setMaximum (int total) |
void | setRange (int cur, int tot) |
void | setValue (int progress) |
void | slotProgress (const QString &message, int type, int current, int total) |
void | slotProgress (const QString &message, int current, int total) |
Public Member Functions | |
ProgressBar (QWidget *parent=0, Qt::WindowFlags f=0) | |
Detailed Description
A QProgressBar with self-powered busy indicator.
Definition at line 45 of file progressbar.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 41 of file progressbar.cpp.
Member Function Documentation
|
slot |
reimplementation to support self-powered busy indicator
Definition at line 73 of file progressbar.cpp.
|
slot |
reimplementation to support self-powered busy indicator
Definition at line 59 of file progressbar.cpp.
|
inlineslot |
reimplementation to preserve visibility
Definition at line 60 of file progressbar.h.
|
slot |
reimplementation to support self-powered busy indicator
Definition at line 67 of file progressbar.cpp.
|
slot |
Definition at line 55 of file progressbar.cpp.
|
slot |
Definition at line 51 of file progressbar.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.