Skip to content

GraphicsLayoutItem

Qt Base Class: QGraphicsLayoutItem

Signature: QGraphicsLayoutItem(self, parent: Optional[PySide6.QtWidgets.QGraphicsLayoutItem] = None, isLayout: bool = False) -> None

Base classes

Name Children Inherits
GraphicsLayoutItemMixin
prettyqt.widgets.graphicslayoutitem
QGraphicsLayoutItem
PySide6.QtWidgets
QGraphicsLayoutItem(self, parent: Optional[PySide6.QtWidgets.QGraphicsLayoutItem] \= None, isLayout: bool \= False) -> None

⋔ Inheritance diagram

graph TD
  1473293713616["widgets.GraphicsLayoutItem"]
  1473293712640["widgets.GraphicsLayoutItemMixin"]
  140713234304496["builtins.object"]
  1473290825280["QtWidgets.QGraphicsLayoutItem"]
  1473291690208["Shiboken.Object"]
  1473293712640 --> 1473293713616
  140713234304496 --> 1473293712640
  1473290825280 --> 1473293713616
  1473291690208 --> 1473290825280
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: GraphicsLayoutItemMixin, QGraphicsLayoutItem

Can be inherited to allow your custom items to be managed by layouts.

Source code in prettyqt\widgets\graphicslayoutitem.py
class GraphicsLayoutItem(GraphicsLayoutItemMixin, widgets.QGraphicsLayoutItem):
    """Can be inherited to allow your custom items to be managed by layouts."""