blogilo
WaitWidget Class Reference
#include <waitwidget.h>
Inheritance diagram for WaitWidget:
Public Member Functions | |
WaitWidget (QWidget *parent=0) | |
~WaitWidget () | |
void | jobDone () |
void | setBusyState () |
void | setMaxJobs (int) |
void | setText (const QString &text) |
Detailed Description
This class is the widget for the WaitDialog including a progress bar.
Definition at line 36 of file waitwidget.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 29 of file waitwidget.cpp.
WaitWidget::~WaitWidget | ( | ) |
Definition at line 36 of file waitwidget.cpp.
Member Function Documentation
void WaitWidget::jobDone | ( | ) |
Definition at line 54 of file waitwidget.cpp.
void WaitWidget::setBusyState | ( | ) |
Set progressbar to a busy progressbar.
Definition at line 60 of file waitwidget.cpp.
void WaitWidget::setMaxJobs | ( | int | max | ) |
Definition at line 48 of file waitwidget.cpp.
void WaitWidget::setText | ( | const QString & | text | ) |
Definition at line 41 of file waitwidget.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.