The QDialog class is the base class of modal dialog views. (details) (complete member list)
#include <qdialog.h>
Inherits QView.
Inherited by QMessageBox.
Constructs a QDialog, named name, which will be a child view of parent. The widget flags f should normally be set to zero unless you know what you are doing.
Destroys the QDialog and all its children.
Closes the dialog and sets the result code to Accepted.
Virtual function that adjusts the size of the dialog to fit the contents.
This function will not be called if the dialog has been explicitly resized before showing it.
The default implementation does nothing.
Closes the dialog and sets the result code to r.
Starts the dialog and returns the result code. Same as calling show(), then result().
Calls accept() if enter is pressed, or reject() if escape is pressed.
Closes the dialog and sets the result code to Rejected.
This file is part of the Qt toolkit, copyright 1995 Troll Tech, all rights reserved.
It was generated from the following files: