builtins.object Object QPaintDevice builtins.object Object QObject QWidget QFrame QAbstractScrollArea QScrollArea
class QScrollArea(QAbstractScrollArea):
QScrollArea(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 |
---|---|
AdjustIgnored | PySide2.QtWidgets.QAbstractScrollArea.SizeAdjustPolicy.AdjustIgnored |
AdjustToContents | PySide2.QtWidgets.QAbstractScrollArea.SizeAdjustPolicy.AdjustToContents |
AdjustToContentsOnFirstShow | PySide2.QtWidgets.QAbstractScrollArea.SizeAdjustPolicy.AdjustToContentsOnFirstShow |
Box | PySide2.QtWidgets.QFrame.Shape.Box |
DrawChildren | PySide2.QtWidgets.QWidget.RenderFlag.DrawChildren |
DrawWindowBackground | PySide2.QtWidgets.QWidget.RenderFlag.DrawWindowBackground |
HLine | PySide2.QtWidgets.QFrame.Shape.HLine |
IgnoreMask | PySide2.QtWidgets.QWidget.RenderFlag.IgnoreMask |
NoFrame | PySide2.QtWidgets.QFrame.Shape.NoFrame |
Panel | PySide2.QtWidgets.QFrame.Shape.Panel |
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 |
Plain | PySide2.QtWidgets.QFrame.Shadow.Plain |
Raised | PySide2.QtWidgets.QFrame.Shadow.Raised |
Shadow_Mask | PySide2.QtWidgets.QFrame.StyleMask.Shadow_Mask |
Shape_Mask | PySide2.QtWidgets.QFrame.StyleMask.Shape_Mask |
staticMetaObject | <PySide2.QtCore.QMetaObject object at 0x7efe3598b080> |
StyledPanel | PySide2.QtWidgets.QFrame.Shape.StyledPanel |
Sunken | PySide2.QtWidgets.QFrame.Shadow.Sunken |
VLine | PySide2.QtWidgets.QFrame.Shape.VLine |
WinPanel | PySide2.QtWidgets.QFrame.Shape.WinPanel |
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__] |
alignment(self) -> PySide2.QtCore.Qt.Alignment | alignment(self) -> PySide2.QtCore.Qt.Alignment [extrait de alignment.__doc__] |
customContextMenuRequested | |
destroyed | |
ensureVisible(self, x: int, y: int, xmargin: int = 50, ymargin: int = 50) | ensureVisible(self, x: int, y: int, xmargin: int = 50, ymargin: int = 50) [extrait de ensureVisible.__doc__] |
ensureWidgetVisible(self, childWidget: PySide2.QtWidgets.QWidget, xmargin: int = 50, ymargin: int = 50) | ensureWidgetVisible(self, childWidget: PySide2.QtWidgets.QWidget, xmargin: int = 50, ymargin: int = 50) [extrait de ensureWidgetVisible.__doc__] |
event(self, arg__1: PySide2.QtCore.QEvent) -> bool | event(self, arg__1: PySide2.QtCore.QEvent) -> bool [extrait de event.__doc__] |
eventFilter(self, arg__1: PySide2.QtCore.QObject, arg__2: PySide2.QtCore.QEvent) -> bool | eventFilter(self, arg__1: PySide2.QtCore.QObject, arg__2: PySide2.QtCore.QEvent) -> bool [extrait de eventFilter.__doc__] |
focusNextPrevChild(self, next: bool) -> bool | focusNextPrevChild(self, next: bool) -> bool [extrait de focusNextPrevChild.__doc__] |
objectNameChanged | |
resizeEvent(self, arg__1: PySide2.QtGui.QResizeEvent) | resizeEvent(self, arg__1: PySide2.QtGui.QResizeEvent) [extrait de resizeEvent.__doc__] |
scrollContentsBy(self, dx: int, dy: int) | scrollContentsBy(self, dx: int, dy: int) [extrait de scrollContentsBy.__doc__] |
setAlignment(self, arg__1: PySide2.QtCore.Qt.Alignment) | setAlignment(self, arg__1: PySide2.QtCore.Qt.Alignment) [extrait de setAlignment.__doc__] |
setWidget(self, widget: PySide2.QtWidgets.QWidget) | setWidget(self, widget: PySide2.QtWidgets.QWidget) [extrait de setWidget.__doc__] |
setWidgetResizable(self, resizable: bool) | setWidgetResizable(self, resizable: bool) [extrait de setWidgetResizable.__doc__] |
sizeHint(self) -> PySide2.QtCore.QSize | sizeHint(self) -> PySide2.QtCore.QSize [extrait de sizeHint.__doc__] |
takeWidget(self) -> PySide2.QtWidgets.QWidget | takeWidget(self) -> PySide2.QtWidgets.QWidget [extrait de takeWidget.__doc__] |
viewportSizeHint(self) -> PySide2.QtCore.QSize | viewportSizeHint(self) -> PySide2.QtCore.QSize [extrait de viewportSizeHint.__doc__] |
widget(self) -> PySide2.QtWidgets.QWidget | widget(self) -> PySide2.QtWidgets.QWidget [extrait de widget.__doc__] |
widgetResizable(self) -> bool | widgetResizable(self) -> bool [extrait de widgetResizable.__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 :