NAME
Qt::Gui::QMessageBox
PUBLIC METHODS
- QMessageBox(QWidget * parent = 0)
- QMessageBox(QWidget * parent)
- ~QMessageBox()
- static void about(QWidget * parent, const QString & title, const QString & text)
- static void aboutQt(QWidget * parent, const QString & title = QString())
- static void aboutQt(QWidget * parent, const QString & title)
- 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()
- static QPixmap standardIcon(QMessageBox::Icon icon)
- QString text()
- Qt::TextFormat textFormat()
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.