builtins.object Object QPaintDevice builtins.object Object QObject QWidget QDesktopWidget
class QDesktopWidget(QWidget):
QDesktopWidget(self)
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 |
---|---|
DrawChildren | PySide2.QtWidgets.QWidget.RenderFlag.DrawChildren |
DrawWindowBackground | PySide2.QtWidgets.QWidget.RenderFlag.DrawWindowBackground |
IgnoreMask | PySide2.QtWidgets.QWidget.RenderFlag.IgnoreMask |
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 |
staticMetaObject | <PySide2.QtCore.QMetaObject object at 0x7efe35a28700> |
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__] |
availableGeometry | availableGeometry(self, point: PySide2.QtCore.QPoint) -> PySide2.QtCore.QRect [extrait de availableGeometry.__doc__] |
customContextMenuRequested | |
destroyed | |
isVirtualDesktop(self) -> bool | isVirtualDesktop(self) -> bool [extrait de isVirtualDesktop.__doc__] |
numScreens(self) -> int | numScreens(self) -> int [extrait de numScreens.__doc__] |
objectNameChanged | |
primaryScreen(self) -> int | primaryScreen(self) -> int [extrait de primaryScreen.__doc__] |
primaryScreenChanged | |
resized | |
resizeEvent(self, e: PySide2.QtGui.QResizeEvent) | resizeEvent(self, e: PySide2.QtGui.QResizeEvent) [extrait de resizeEvent.__doc__] |
screen | screen(self) -> PySide2.QtGui.QScreen [extrait de screen.__doc__] |
screenCount(self) -> int | screenCount(self) -> int [extrait de screenCount.__doc__] |
screenCountChanged | |
screenGeometry | screenGeometry(self, point: PySide2.QtCore.QPoint) -> PySide2.QtCore.QRect [extrait de screenGeometry.__doc__] |
screenNumber | screenNumber(self, arg__1: PySide2.QtCore.QPoint) -> int [extrait de screenNumber.__doc__] |
windowIconChanged | |
windowIconTextChanged | |
windowTitleChanged | |
workAreaResized |
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 :