|
|
KDialog inherits QDialog. So far the only difference is that if the dialog is modeless and has a parent the default keybindings (escape = reject(), enter = accept() etc.) are disabled.
KDialog (QWidget *parent = 0, const char *name = 0, bool modal = false, WFlags f = 0) |
Constructor. Takes the same arguments as QDialog.
void keyPressEvent (QKeyEvent*) |