Kross
Kross::FormProgressDialog Class Reference
#include <form.h>
Inheritance diagram for Kross::FormProgressDialog:
Public Slots | |
void | addText (const QString &text) |
int | exec () |
int | exec_loop () |
bool | isCanceled () |
void | setRange (int minimum, int maximum) |
void | setText (const QString &text) |
void | setValue (int progress) |
Signals | |
void | canceled () |
Public Member Functions | |
FormProgressDialog (const QString &caption, const QString &labelText) | |
virtual | ~FormProgressDialog () |
virtual void | done (int r) |
Detailed Description
The FormProgressDialog class provides access to progressbar.
Example (in Python) :
Constructor & Destructor Documentation
Member Function Documentation
|
slot |
|
signal |
This signal got emitted if the user requests to cancel the operation.
|
slot |
Shows the dialog as a modal dialog, blocking until the user closes it and returns the execution result.
- Returns
- >=1 if the dialog was accepted (e.g. "Ok" pressed) else the user rejected the dialog (e.g. by pressing "Cancel" or just closing the dialog by pressing the escape-key).
|
inlineslot |
|
slot |
|
slot |
|
slot |
|
slot |
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:49:54 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:49:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.