Uses of Enum
io.qt.widgets.QMessageBox.Icon
-
Uses of QMessageBox.Icon in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QMessageBox.Icon
QMessageBox.icon()
static QMessageBox.Icon
QMessageBox.Icon.resolve
(int value) Returns the corresponding enum entry for the given value.static QMessageBox.Icon
Returns the enum constant of this type with the specified name.static QMessageBox.Icon[]
QMessageBox.Icon.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionQMessageBox
(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) Overloaded constructor forQMessageBox(io.qt.widgets.QMessageBox.Icon, java.lang.String, java.lang.String, io.qt.widgets.QMessageBox.StandardButtons, io.qt.widgets.QWidget, io.qt.core.Qt.WindowFlags)
withflags = new io.qt.core.Qt.WindowFlags(259)
.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)