org.kde.qt
public class QProgressDialog extends QDialog
Constructor Summary | |
---|---|
protected | QProgressDialog(Class dummy) |
QProgressDialog(QWidget parent, String name, boolean modal, int f) | |
QProgressDialog(QWidget parent, String name, boolean modal) | |
QProgressDialog(QWidget parent, String name) | |
QProgressDialog(QWidget parent) | |
QProgressDialog() | |
QProgressDialog(String labelText, String cancelButtonText, int totalSteps, QWidget parent, String name, boolean modal, int f) | |
QProgressDialog(String labelText, String cancelButtonText, int totalSteps, QWidget parent, String name, boolean modal) | |
QProgressDialog(String labelText, String cancelButtonText, int totalSteps, QWidget parent, String name) | |
QProgressDialog(String labelText, String cancelButtonText, int totalSteps, QWidget parent) | |
QProgressDialog(String labelText, String cancelButtonText, int totalSteps) |
Method Summary | |
---|---|
boolean | autoClose() |
boolean | autoReset() |
void | cancel() |
String | className() |
protected void | closeEvent(QCloseEvent arg1) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | forceShow() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
String | labelText() |
QMetaObject | metaObject() |
int | minimumDuration() |
int | progress() |
void | reset() |
protected void | resizeEvent(QResizeEvent arg1) |
void | setAutoClose(boolean b) |
void | setAutoReset(boolean b) |
void | setBar(QProgressBar arg1) |
void | setCancelButton(QPushButton arg1) |
void | setCancelButtonText(String arg1) |
void | setLabel(QLabel arg1) |
void | setLabelText(String arg1) |
void | setMinimumDuration(int ms) |
void | setProgress(int progress) |
void | setProgress(int progress, int totalSteps) |
void | setTotalSteps(int totalSteps) |
void | showEvent(QShowEvent e) |
QSize | sizeHint() |
void | styleChange(QStyle arg1) |
int | totalSteps() |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |
boolean | wasCanceled() |
boolean | wasCancelled() |