class KDialog

KDialog. More...

Definition#include <kwizard.h>
InheritsQDialog (qt)
Inherited byKNoteBook, KWizard
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members

Protected Members


Detailed Description

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*)
[protected virtual]