ImportlibTreeModel
Qt Base Class: QAbstractItemModel
Signature: QAbstractItemModel(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None
Base classes
Name | Children | Inherits |
---|---|---|
ColumnItemModel prettyqt.itemmodels.columnitemmodel |
|
⋔ Inheritance diagram
graph TD
1473245450880["itemmodels.ImportlibTreeModel"]
1473245677312["itemmodels.ColumnItemModel"]
1473245682192["itemmodels.ColumnItemModelMixin"]
140713234304496["builtins.object"]
1473299686192["itemmodels.TreeModel"]
1473299893104["core.AbstractItemModel"]
1473299890176["core.AbstractItemModelMixin"]
1473299815024["core.ObjectMixin"]
1473289050128["QtCore.QAbstractItemModel"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473245677312 --> 1473245450880
1473245682192 --> 1473245677312
140713234304496 --> 1473245682192
1473299686192 --> 1473245677312
1473299893104 --> 1473299686192
1473299890176 --> 1473299893104
1473299815024 --> 1473299890176
140713234304496 --> 1473299815024
1473289050128 --> 1473299893104
1473288842240 --> 1473289050128
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: ColumnItemModel
Model showing the dependency tree of a distribution.
Source code in prettyqt\itemmodels\importlibdistributionmodel.py
Warning
Model can be recursive, so be careful with iterating whole tree.
Info
Supported data type: importlib.metadata.Distribution | str
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString |
🖼 Screenshot
prettyqt.itemmodels.importlibdistributionmodel.ImportlibTreeModel.setup_example | |
---|---|