LayoutItem
Qt Base Class: QLayoutItem
Signature: QLayoutItem(self, alignment: PySide6.QtCore.Qt.AlignmentFlag = Default(Qt.Alignment)) -> None
Base classes
Name | Children | Inherits |
---|---|---|
LayoutItemMixin prettyqt.widgets.layoutitem |
||
QLayoutItem PySide6.QtWidgets QLayoutItem(self, alignment: PySide6.QtCore.Qt.AlignmentFlag \= Default(Qt.Alignment)) -> None |
⋔ Inheritance diagram
graph TD
1473296336896["widgets.LayoutItem"]
1473296346656["widgets.LayoutItemMixin"]
140713234304496["builtins.object"]
1473290791120["QtWidgets.QLayoutItem"]
1473291690208["Shiboken.Object"]
1473296346656 --> 1473296336896
140713234304496 --> 1473296346656
1473290791120 --> 1473296336896
1473291690208 --> 1473290791120
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: LayoutItemMixin
, QLayoutItem
Abstract item that a QLayout manipulates.