Skip to content

ItemDelegate

Qt Base Class: QItemDelegate

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

Base classes

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

⋔ Inheritance diagram

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

🛈 DocStrings

Bases: AbstractItemDelegateMixin, QItemDelegate

Display and editing facilities for data items from a model.

Source code in prettyqt\widgets\itemdelegate.py
class ItemDelegate(widgets.AbstractItemDelegateMixin, widgets.QItemDelegate):
    """Display and editing facilities for data items from a model."""

⌗ Property table

Qt Property Type Doc
objectName QString
clipping bool