NAME
Qt::Gui::QDialog
PUBLIC METHODS
- ~QDialog()
- void accept()
- void done(int arg0)
- int exec()
- QWidget * extension()
- bool isSizeGripEnabled()
- QSize minimumSizeHint()
- void open()
- Qt::Orientation orientation()
- void reject()
- int result()
- void setExtension(QWidget * extension)
- void setModal(bool modal)
- void setOrientation(Qt::Orientation orientation)
- void setResult(int r)
- void setSizeGripEnabled(bool arg0)
- void setVisible(bool visible)
- void showExtension(bool arg0)
- QSize sizeHint()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.