dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QMessageBox.question
qt
widgets
messagebox
QMessageBox
Undocumented in source. Be warned that the author may not have intended to support it.
StandardButton
question
(QWidget parent, const(QString) title, const(QString) text, StandardButtons buttons, StandardButton defaultButton)
int
question
(QWidget parent, const(QString) title, const(QString) text, int button0, int button1, int button2)
int
question
(QWidget parent, const(QString) title, const(QString) text, const(QString) button0Text, const(QString) button1Text, const(QString) button2Text, int defaultButtonNumber, int escapeButtonNumber)
int
question
(QWidget parent, const(QString) title, const(QString) text, StandardButton button0, StandardButton button1)
class
QMessageBox
pragma(
inline
, true) static
int
question
(
QWidget
parent
,
ref
const
(
QString
)
title
,
ref
const
(
QString
)
text
,
StandardButton
button0
,
StandardButton
button1
)
Meta
Source
See Implementation
qt
widgets
messagebox
QMessageBox
aliases
Button
StandardButtons
constructors
this
destructors
~this
enums
ButtonRole
Icon
StandardButton
functions
addButton
button
buttonClicked
buttonRole
buttonText
buttons
changeEvent
checkBox
clickedButton
closeEvent
defaultButton
detailedText
escapeButton
event
icon
iconPixmap
informativeText
keyPressEvent
open
removeButton
resizeEvent
setButtonText
setCheckBox
setDefaultButton
setDetailedText
setEscapeButton
setIcon
setIconPixmap
setInformativeText
setStandardButtons
setText
setTextFormat
setTextInteractionFlags
showEvent
standardButton
standardButtons
text
textFormat
textInteractionFlags
static functions
about
aboutQt
critical
information
question
standardIcon
warning