Skip to content

AbstractItemDelegate

Qt Base Class: QAbstractItemDelegate

Signature: QAbstractItemDelegate(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None

Base classes

Name Children Inherits
AbstractItemDelegateMixin
prettyqt.widgets.abstractitemdelegate
QAbstractItemDelegate
PySide6.QtWidgets
QAbstractItemDelegate(self, parent: Optional[PySide6.QtCore.QObject] \= None) -> None

⋔ Inheritance diagram

graph TD
  1473296365200["widgets.AbstractItemDelegate"]
  1473296344704["widgets.AbstractItemDelegateMixin"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473293758512["QtWidgets.QAbstractItemDelegate"]
  1473288842240["QtCore.QObject"]
  1473291690208["Shiboken.Object"]
  1473296344704 --> 1473296365200
  1473299815024 --> 1473296344704
  140713234304496 --> 1473299815024
  1473293758512 --> 1473296365200
  1473288842240 --> 1473293758512
  1473291690208 --> 1473288842240
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: AbstractItemDelegateMixin, QAbstractItemDelegate

Used to display and edit data items from a model.

Source code in prettyqt\widgets\abstractitemdelegate.py
class AbstractItemDelegate(AbstractItemDelegateMixin, QtWidgets.QAbstractItemDelegate):
    """Used to display and edit data items from a model."""

⌗ Property table

Qt Property Type Doc
objectName QString