__delattr__(self, name) |
Implement delattr(self, name). [extrait de __delattr__.__doc__] |
__setattr__(self, name, value) |
Implement setattr(self, name, value). [extrait de __setattr__.__doc__] |
addAnchor(self, firstItem: PySide2.QtWidgets.QGraphicsLayoutItem, firstEdge: PySide2.QtCore.Qt.AnchorPoint, secondItem: PySide2.QtWidgets.QGraphicsLayoutItem, secondEdge: PySide2.QtCore.Qt.AnchorPoint) -> PySide2.QtWidgets.QGraphicsAnchor |
addAnchor(self, firstItem: PySide2.QtWidgets.QGraphicsLayoutItem, firstEdge: PySide2.QtCore.Qt.AnchorPoint, secondItem: PySide2.QtWidgets.QGraphicsLayoutItem, secondEdge: PySide2.QtCore.Qt.AnchorPoint) -> PySide2.QtWidgets.QGraphicsAnchor [extrait de addAnchor.__doc__] |
addAnchors(self, firstItem: PySide2.QtWidgets.QGraphicsLayoutItem, secondItem: PySide2.QtWidgets.QGraphicsLayoutItem, orientations: PySide2.QtCore.Qt.Orientations = Instance(Qt.Horizontal | Qt.Vertical)) |
addAnchors(self, firstItem: PySide2.QtWidgets.QGraphicsLayoutItem, secondItem: PySide2.QtWidgets.QGraphicsLayoutItem, orientations: PySide2.QtCore.Qt.Orientations = Instance(Qt.Horizontal | Qt.Vertical)) [extrait de addAnchors.__doc__] |
addCornerAnchors(self, firstItem: PySide2.QtWidgets.QGraphicsLayoutItem, firstCorner: PySide2.QtCore.Qt.Corner, secondItem: PySide2.QtWidgets.QGraphicsLayoutItem, secondCorner: PySide2.QtCore.Qt.Corner) |
addCornerAnchors(self, firstItem: PySide2.QtWidgets.QGraphicsLayoutItem, firstCorner: PySide2.QtCore.Qt.Corner, secondItem: PySide2.QtWidgets.QGraphicsLayoutItem, secondCorner: PySide2.QtCore.Qt.Corner) [extrait de addCornerAnchors.__doc__] |
anchor(self, firstItem: PySide2.QtWidgets.QGraphicsLayoutItem, firstEdge: PySide2.QtCore.Qt.AnchorPoint, secondItem: PySide2.QtWidgets.QGraphicsLayoutItem, secondEdge: PySide2.QtCore.Qt.AnchorPoint) -> PySide2.QtWidgets.QGraphicsAnchor |
anchor(self, firstItem: PySide2.QtWidgets.QGraphicsLayoutItem, firstEdge: PySide2.QtCore.Qt.AnchorPoint, secondItem: PySide2.QtWidgets.QGraphicsLayoutItem, secondEdge: PySide2.QtCore.Qt.AnchorPoint) -> PySide2.QtWidgets.QGraphicsAnchor [extrait de anchor.__doc__] |
count(self) -> int |
count(self) -> int [extrait de count.__doc__] |
horizontalSpacing(self) -> float |
horizontalSpacing(self) -> float [extrait de horizontalSpacing.__doc__] |
invalidate(self) |
invalidate(self) [extrait de invalidate.__doc__] |
itemAt(self, index: int) -> PySide2.QtWidgets.QGraphicsLayoutItem |
itemAt(self, index: int) -> PySide2.QtWidgets.QGraphicsLayoutItem [extrait de itemAt.__doc__] |
removeAt(self, index: int) |
removeAt(self, index: int) [extrait de removeAt.__doc__] |
setGeometry(self, rect: PySide2.QtCore.QRectF) |
setGeometry(self, rect: PySide2.QtCore.QRectF) [extrait de setGeometry.__doc__] |
setHorizontalSpacing(self, spacing: float) |
setHorizontalSpacing(self, spacing: float) [extrait de setHorizontalSpacing.__doc__] |
setSpacing(self, spacing: float) |
setSpacing(self, spacing: float) [extrait de setSpacing.__doc__] |
setVerticalSpacing(self, spacing: float) |
setVerticalSpacing(self, spacing: float) [extrait de setVerticalSpacing.__doc__] |
sizeHint(self, which: PySide2.QtCore.Qt.SizeHint, constraint: PySide2.QtCore.QSizeF = Default(QSizeF)) -> PySide2.QtCore.QSizeF |
sizeHint(self, which: PySide2.QtCore.Qt.SizeHint, constraint: PySide2.QtCore.QSizeF = Default(QSizeF)) -> PySide2.QtCore.QSizeF [extrait de sizeHint.__doc__] |
verticalSpacing(self) -> float |
verticalSpacing(self) -> float [extrait de verticalSpacing.__doc__] |
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 :