Participer au site avec un Tip
Rechercher
 

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 :

Vous êtes un professionnel et vous avez besoin d'une formation ? Sensibilisation à
l'Intelligence Artificielle
Voir le programme détaillé
Module « PySide6.QtWidgets »

Classe « QGraphicsGridLayout »

Informations générales

Héritage

builtins.object
    Object
        QGraphicsLayoutItem
            QGraphicsLayout
                QGraphicsGridLayout

Définition

class QGraphicsGridLayout(QGraphicsLayout):

help(QGraphicsGridLayout)

QGraphicsGridLayout(self, /, parent: Optional[PySide6.QtWidgets.QGraphicsLayoutItem] = None) -> None

Constructeur(s)

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__]

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
addItem
alignment(self, object)
columnAlignment(self, object)
columnCount(self)
columnMaximumWidth(self, object)
columnMinimumWidth(self, object)
columnPreferredWidth(self, object)
columnSpacing(self, object)
columnStretchFactor(self, object)
count(self)
horizontalSpacing(self)
invalidate(self)
itemAt
removeAt(self, object)
removeItem(self, object)
rowAlignment(self, object)
rowCount(self)
rowMaximumHeight(self, object)
rowMinimumHeight(self, object)
rowPreferredHeight(self, object)
rowSpacing(self, object)
rowStretchFactor(self, object)
setAlignment
setColumnAlignment
setColumnFixedWidth
setColumnMaximumWidth
setColumnMinimumWidth
setColumnPreferredWidth
setColumnSpacing
setColumnStretchFactor
setGeometry(self, object)
setHorizontalSpacing(self, object)
setRowAlignment
setRowFixedHeight
setRowMaximumHeight
setRowMinimumHeight
setRowPreferredHeight
setRowSpacing
setRowStretchFactor
setSpacing(self, object)
setVerticalSpacing(self, object)
sizeHint
verticalSpacing(self)

Méthodes héritées de la classe QGraphicsLayout

__init_subclass__, __subclasshook__, activate, addChildLayoutItem, getContentsMargins, instantInvalidatePropagation, isActivated, setContentsMargins, setInstantInvalidatePropagation, updateGeometry, widgetEvent

Méthodes héritées de la classe QGraphicsLayoutItem

__init_subclass__, __subclasshook__, contentsRect, effectiveSizeHint, geometry, getContentsMargins, graphicsItem, isEmpty, isLayout, maximumHeight, maximumSize, maximumWidth, minimumHeight, minimumSize, minimumWidth, ownedByLayout, parentLayoutItem, preferredHeight, preferredSize, preferredWidth, setGraphicsItem, setMaximumHeight, setMaximumSize, setMaximumWidth, setMinimumHeight, setMinimumSize, setMinimumWidth, setOwnedByLayout, setParentLayoutItem, setPreferredHeight, setPreferredSize, setPreferredWidth, setSizePolicy, sizePolicy, updateGeometry

Méthodes héritées de la classe Object

__getattribute__, __init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __getstate__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__

Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé