class KDialog

KDialog. More...

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

Public Methods

Protected Methods


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]

Reimplemented from QDialog