QMessageBox

QMessageBox - это стандартный класс сообщений.

Constructors

this
this()
Undocumented in source.
this
this(QWidget parent)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

Button
alias Button = StandardButton
Undocumented in source.

Enums

ButtonRole
enum ButtonRole
Undocumented in source.
Icon
enum Icon
Undocumented in source.
StandardButton
enum StandardButton
Undocumented in source.

Functions

setDefaultButton
QMessageBox setDefaultButton(QMessageBox.StandardButton buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
setEscapeButton
QMessageBox setEscapeButton(QMessageBox.StandardButton buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
setIcon
QMessageBox setIcon(QMessageBox.Icon icon)
Undocumented in source. Be warned that the author may not have intended to support it.
setInformativeText
QMessageBox setInformativeText(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
setInformativeText
QMessageBox setInformativeText(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
setStandardButtons
QMessageBox setStandardButtons(QMessageBox.StandardButton buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
setText
QMessageBox setText(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
setText
QMessageBox setText(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindowTitle
QMessageBox setWindowTitle(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindowTitle
QMessageBox setWindowTitle(T str)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From QDialog

~this
~this()
Undocumented in source.
exec
int exec()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta