NAME
Qt::Gui::QMessageBox
PUBLIC METHODS
- QMessageBox(QWidget * parent)
- QMessageBox(QWidget * parent = 0)
- ~QMessageBox()
- static void about(QWidget * parent, const QString & title, const QString & text)
- static void aboutQt(QWidget * parent, const QString & title)
- static void aboutQt(QWidget * parent, const QString & title = QString())
- QPushButton * addButton(const QString & text, QMessageBox::ButtonRole role)
- QAbstractButton * clickedButton()
- QPushButton * defaultButton()
- QString detailedText()
- QAbstractButton * escapeButton()
- QMessageBox::Icon icon()
- QPixmap iconPixmap()
- QString informativeText()
- void open(QObject * receiver, const char * member)
- void setDetailedText(const QString & text)
- void setIcon(QMessageBox::Icon arg0)
- void setIconPixmap(const QPixmap & pixmap)
- void setInformativeText(const QString & text)
- void setText(const QString & text)
- void setTextFormat(Qt::TextFormat format)
- void setWindowModality(Qt::WindowModality windowModality)
- void setWindowTitle(const QString & title)
- QSize sizeHint()
- QFlags<QMessageBox::StandardButton> standardButtons()
- static QPixmap standardIcon(QMessageBox::Icon icon)
- QString text()
- Qt::TextFormat textFormat()
ENUM VALUES
- NoIcon
- Information
- Warning
- Critical
- Question
- InvalidRole
- AcceptRole
- RejectRole
- DestructiveRole
- ActionRole
- HelpRole
- YesRole
- NoRole
- ResetRole
- ApplyRole
- NRoles
- NoButton
- Ok
- Save
- SaveAll
- Open
- Yes
- YesToAll
- No
- NoToAll
- Abort
- Retry
- Ignore
- Close
- Cancel
- Discard
- Help
- Apply
- Reset
- RestoreDefaults
- FirstButton
- LastButton
- YesAll
- NoAll
- Default
- Escape
- FlagMask
- ButtonMask
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.