Subgroup: Detailed

Class: QgsDetailedItemDelegate

class qgis.gui.QgsDetailedItemDelegate(parent: QObject = None)

Bases: PyQt5.QtWidgets.QAbstractItemDelegate

Constructor for QgsDetailedItemDelegate

A custom model/view delegate that can display an icon, heading and detail sections.

childEvent()
connectNotify()
customEvent()
disconnectNotify()
horizontalSpacing(self) → int
isSignalConnected()
paint(self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex)

Reimplement for parent class

receivers()
sender()
senderSignalIndex()
setHorizontalSpacing(self, value: int)
setVerticalSpacing(self, value: int)
sizeHint(self, option: QStyleOptionViewItem, index: QModelIndex) → QSize

Reimplement for parent class

timerEvent()
verticalSpacing(self) → int