NAME
QDialog - Interface to the Qt QDialog class
SYNOPSIS
use QDialog;
Inherits QWidget.
Member functions
new, accept, exec, reject, result, setResult
Overridable functions
done
Overridden functions
closeEvent keyPressEvent, move, resize, setGeometry, show,
DESCRIPTION
What you see is what you get.
EXPORTED
The %Dialog
hash is exported into the user's namespace. It just has Accepted
and Rejected
.
AUTHOR
Ashley Winters <jql@accessone.com>