-
Constructors in io.qt.widgets with parameters of type QMessageBox.Icon
Constructor |
Description |
QMessageBox(QMessageBox.Icon icon,
String title,
String text) |
|
QMessageBox(QMessageBox.Icon icon,
String title,
String text,
QMessageBox.StandardButtons buttons) |
|
QMessageBox(QMessageBox.Icon icon,
String title,
String text,
QMessageBox.StandardButtons buttons,
QWidget parent) |
|
QMessageBox(QMessageBox.Icon icon,
String title,
String text,
QMessageBox.StandardButtons buttons,
QWidget parent,
Qt.WindowFlags flags) |
|
QMessageBox(QMessageBox.Icon icon,
String title,
String text,
QMessageBox.StandardButtons buttons,
QWidget parent,
Qt.WindowType... flags) |
|