org.kde.qt
public class QDialog extends QWidget
Field Summary | |
---|---|
static int | Accepted |
static int | Rejected |
Constructor Summary | |
---|---|
protected | QDialog(Class dummy) |
QDialog(QWidget parent, String name, boolean modal, int f) | |
QDialog(QWidget parent, String name, boolean modal) | |
QDialog(QWidget parent, String name) | |
QDialog(QWidget parent) | |
QDialog() |
Method Summary | |
---|---|
protected void | accept() |
protected void | adjustPosition(QWidget arg1) |
String | className() |
protected void | closeEvent(QCloseEvent arg1) |
protected void | contextMenuEvent(QContextMenuEvent arg1) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | done(int arg1) |
boolean | eventFilter(QObject arg1, QEvent arg2) |
int | exec() |
QWidget | extension() |
protected void | finalize() Deletes the wrapped C++ instance |
void | hide() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isModal() |
boolean | isSizeGripEnabled() |
protected void | keyPressEvent(QKeyEvent arg1) |
QMetaObject | metaObject() |
QSize | minimumSizeHint() |
void | move(int x, int y) |
void | move(QPoint p) |
int | orientation() |
protected void | reject() |
void | resize(int w, int h) |
void | resize(QSize arg1) |
protected void | resizeEvent(QResizeEvent arg1) |
int | result() |
void | setExtension(QWidget extension) |
void | setGeometry(int x, int y, int w, int h) |
void | setGeometry(QRect arg1) |
void | setModal(boolean modal) |
void | setOrientation(int orientation) |
protected void | setResult(int r) |
void | setSizeGripEnabled(boolean arg1) |
void | show() |
protected void | showExtension(boolean arg1) |
QSize | sizeHint() |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |