ItemSelection
Qt Base Class: QItemSelection
Signature: QItemSelection(self) -> PySide6.QtCore.QItemSelection
QItemSelection(self, QItemSelection: PySide6.QtCore.QItemSelection) -> None
QItemSelection(self, topLeft: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex], bottomRight: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex]) -> None
Base classes
Name | Children | Inherits |
---|---|---|
QItemSelection PySide6.QtCore QItemSelection(self) -> PySide6.QtCore.QItemSelection |
⋔ Inheritance diagram
graph TD
1473299899936["core.ItemSelection"]
1473243630016["QtCore.QItemSelection"]
1473291690208["Shiboken.Object"]
140713234304496["builtins.object"]
1473243630016 --> 1473299899936
1473291690208 --> 1473243630016
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: QItemSelection
Manages information about selected items in a model.