builtins.object Object QPaintDevice builtins.object Object QObject QWidget QDialogButtonBox
class QDialogButtonBox(QWidget):
QDialogButtonBox(self, buttons: PySide2.QtWidgets.QDialogButtonBox.StandardButtons, orientation: PySide2.QtCore.Qt.Orientation, parent: typing.Union[PySide2.QtWidgets.QWidget, NoneType] = None) QDialogButtonBox(self, buttons: PySide2.QtWidgets.QDialogButtonBox.StandardButtons, parent: typing.Union[PySide2.QtWidgets.QWidget, NoneType] = None) QDialogButtonBox(self, orientation: PySide2.QtCore.Qt.Orientation, parent: typing.Union[PySide2.QtWidgets.QWidget, NoneType] = None) QDialogButtonBox(self, parent: typing.Union[PySide2.QtWidgets.QWidget, NoneType] = None)
Signature du constructeur | Description |
---|---|
__new__(*args, **kwargs) | Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__] |
__init__(self, /, *args, **kwargs) | Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__] |
Nom de l'attribut | Valeur |
---|---|
Abort | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Abort |
AcceptRole | PySide2.QtWidgets.QDialogButtonBox.ButtonRole.AcceptRole |
ActionRole | PySide2.QtWidgets.QDialogButtonBox.ButtonRole.ActionRole |
AndroidLayout | PySide2.QtWidgets.QDialogButtonBox.ButtonLayout.AndroidLayout |
Apply | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Apply |
ApplyRole | PySide2.QtWidgets.QDialogButtonBox.ButtonRole.ApplyRole |
Cancel | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Cancel |
Close | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Close |
DestructiveRole | PySide2.QtWidgets.QDialogButtonBox.ButtonRole.DestructiveRole |
Discard | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Discard |
DrawChildren | PySide2.QtWidgets.QWidget.RenderFlag.DrawChildren |
DrawWindowBackground | PySide2.QtWidgets.QWidget.RenderFlag.DrawWindowBackground |
FirstButton | PySide2.QtWidgets.QDialogButtonBox.StandardButton.FirstButton |
GnomeLayout | PySide2.QtWidgets.QDialogButtonBox.ButtonLayout.GnomeLayout |
Help | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Help |
HelpRole | PySide2.QtWidgets.QDialogButtonBox.ButtonRole.HelpRole |
Ignore | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Ignore |
IgnoreMask | PySide2.QtWidgets.QWidget.RenderFlag.IgnoreMask |
InvalidRole | PySide2.QtWidgets.QDialogButtonBox.ButtonRole.InvalidRole |
KdeLayout | PySide2.QtWidgets.QDialogButtonBox.ButtonLayout.KdeLayout |
LastButton | PySide2.QtWidgets.QDialogButtonBox.StandardButton.LastButton |
MacLayout | PySide2.QtWidgets.QDialogButtonBox.ButtonLayout.MacLayout |
No | PySide2.QtWidgets.QDialogButtonBox.StandardButton.No |
NoButton | PySide2.QtWidgets.QDialogButtonBox.StandardButton.NoButton |
NoRole | PySide2.QtWidgets.QDialogButtonBox.ButtonRole.NoRole |
NoToAll | PySide2.QtWidgets.QDialogButtonBox.StandardButton.NoToAll |
NRoles | PySide2.QtWidgets.QDialogButtonBox.ButtonRole.NRoles |
Ok | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Ok |
Open | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Open |
PdmDepth | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDepth |
PdmDevicePixelRatio | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatio |
PdmDevicePixelRatioScaled | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatioScaled |
PdmDpiX | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiX |
PdmDpiY | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiY |
PdmHeight | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeight |
PdmHeightMM | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeightMM |
PdmNumColors | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmNumColors |
PdmPhysicalDpiX | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiX |
PdmPhysicalDpiY | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiY |
PdmWidth | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidth |
PdmWidthMM | PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidthMM |
RejectRole | PySide2.QtWidgets.QDialogButtonBox.ButtonRole.RejectRole |
Reset | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Reset |
ResetRole | PySide2.QtWidgets.QDialogButtonBox.ButtonRole.ResetRole |
RestoreDefaults | PySide2.QtWidgets.QDialogButtonBox.StandardButton.RestoreDefaults |
Retry | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Retry |
Save | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Save |
SaveAll | PySide2.QtWidgets.QDialogButtonBox.StandardButton.SaveAll |
staticMetaObject | <PySide2.QtCore.QMetaObject object at 0x7efe35a0f280> |
WinLayout | PySide2.QtWidgets.QDialogButtonBox.ButtonLayout.WinLayout |
Yes | PySide2.QtWidgets.QDialogButtonBox.StandardButton.Yes |
YesRole | PySide2.QtWidgets.QDialogButtonBox.ButtonRole.YesRole |
YesToAll | PySide2.QtWidgets.QDialogButtonBox.StandardButton.YesToAll |
Signature de la méthode | Description |
---|---|
__delattr__(self, name) | Implement delattr(self, name). [extrait de __delattr__.__doc__] |
__setattr__(self, name, value) | Implement setattr(self, name, value). [extrait de __setattr__.__doc__] |
accepted | |
addButton | addButton(self, button: PySide2.QtWidgets.QAbstractButton, role: PySide2.QtWidgets.QDialogButtonBox.ButtonRole) [extrait de addButton.__doc__] |
button(self, which: PySide2.QtWidgets.QDialogButtonBox.StandardButton) -> PySide2.QtWidgets.QPushButton | button(self, which: PySide2.QtWidgets.QDialogButtonBox.StandardButton) -> PySide2.QtWidgets.QPushButton [extrait de button.__doc__] |
ButtonLayout | |
ButtonRole | |
buttonRole(self, button: PySide2.QtWidgets.QAbstractButton) -> PySide2.QtWidgets.QDialogButtonBox.ButtonRole | buttonRole(self, button: PySide2.QtWidgets.QAbstractButton) -> PySide2.QtWidgets.QDialogButtonBox.ButtonRole [extrait de buttonRole.__doc__] |
buttons(self) -> typing.List[PySide2.QtWidgets.QAbstractButton] | buttons(self) -> typing.List[PySide2.QtWidgets.QAbstractButton] [extrait de buttons.__doc__] |
centerButtons(self) -> bool | centerButtons(self) -> bool [extrait de centerButtons.__doc__] |
changeEvent(self, event: PySide2.QtCore.QEvent) | changeEvent(self, event: PySide2.QtCore.QEvent) [extrait de changeEvent.__doc__] |
clear(self) | clear(self) [extrait de clear.__doc__] |
clicked | |
customContextMenuRequested | |
destroyed | |
event(self, event: PySide2.QtCore.QEvent) -> bool | event(self, event: PySide2.QtCore.QEvent) -> bool [extrait de event.__doc__] |
helpRequested | |
objectNameChanged | |
orientation(self) -> PySide2.QtCore.Qt.Orientation | orientation(self) -> PySide2.QtCore.Qt.Orientation [extrait de orientation.__doc__] |
rejected | |
removeButton(self, button: PySide2.QtWidgets.QAbstractButton) | removeButton(self, button: PySide2.QtWidgets.QAbstractButton) [extrait de removeButton.__doc__] |
setCenterButtons(self, center: bool) | setCenterButtons(self, center: bool) [extrait de setCenterButtons.__doc__] |
setOrientation(self, orientation: PySide2.QtCore.Qt.Orientation) | setOrientation(self, orientation: PySide2.QtCore.Qt.Orientation) [extrait de setOrientation.__doc__] |
setStandardButtons(self, buttons: PySide2.QtWidgets.QDialogButtonBox.StandardButtons) | setStandardButtons(self, buttons: PySide2.QtWidgets.QDialogButtonBox.StandardButtons) [extrait de setStandardButtons.__doc__] |
StandardButton | |
standardButton(self, button: PySide2.QtWidgets.QAbstractButton) -> PySide2.QtWidgets.QDialogButtonBox.StandardButton | standardButton(self, button: PySide2.QtWidgets.QAbstractButton) -> PySide2.QtWidgets.QDialogButtonBox.StandardButton [extrait de standardButton.__doc__] |
StandardButtons | |
standardButtons(self) -> PySide2.QtWidgets.QDialogButtonBox.StandardButtons | standardButtons(self) -> PySide2.QtWidgets.QDialogButtonBox.StandardButtons [extrait de standardButtons.__doc__] |
windowIconChanged | |
windowIconTextChanged | |
windowTitleChanged |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :