ModuleInfoModel
Qt Base Class: QAbstractItemModel
Signature: QAbstractItemModel(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None
Base classes
Name | Children | Inherits |
---|---|---|
TreeModel prettyqt.itemmodels.treemodel |
|
⋔ Inheritance diagram
graph TD
1473245442096["itemmodels.ModuleInfoModel"]
1473299686192["itemmodels.TreeModel"]
1473299893104["core.AbstractItemModel"]
1473299890176["core.AbstractItemModelMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473289050128["QtCore.QAbstractItemModel"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473299686192 --> 1473245442096
1473299893104 --> 1473299686192
1473299890176 --> 1473299893104
1473299815024 --> 1473299890176
140713234304496 --> 1473299815024
1473289050128 --> 1473299893104
1473288842240 --> 1473289050128
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: TreeModel
Tree Model to display a module hierarchy (using pkgutil).
Source code in prettyqt\itemmodels\moduleinfomodel.py
Info
Supported data type: str | os.PathLike | module | pkgutil.ModuleInfo
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString |