Subgroup: Detailed

Class: QgsDetailedItemDelegate

class qgis.gui.QgsDetailedItemDelegate

Bases: PyQt5.QtWidgets.QAbstractItemDelegate

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

See also

also()

Methods

blockSignals
childEvent
children
connectNotify
createEditor
customEvent
deleteLater
destroyEditor
disconnect
disconnectNotify
dumpObjectInfo
dumpObjectTree
dynamicPropertyNames
editorEvent
event
eventFilter
findChild findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
findChildren findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
helpEvent
horizontalSpacing
inherits
installEventFilter
isSignalConnected
isWidgetType
isWindowType
killTimer
metaObject
moveToThread
objectName
paint Reimplement for parent class
parent
property
pyqtConfigure Each keyword argument is either the name of a Qt property or a Qt signal.
receivers
removeEventFilter
sender
senderSignalIndex
setEditorData
setHorizontalSpacing
setModelData
setObjectName
setParent
setProperty
setVerticalSpacing
signalsBlocked
sizeHint Reimplement for parent class
startTimer
thread
timerEvent
tr
updateEditorGeometry
verticalSpacing

Attributes

EditNextItem
EditPreviousItem
NoHint
RevertModelCache
SubmitModelCache
closeEditor closeEditor(self, QWidget, QAbstractItemDelegate.EndEditHint = QAbstractItemDelegate.NoHint) [signal]
commitData commitData(self, QWidget) [signal]
destroyed destroyed(self, QObject = None) [signal]
objectNameChanged objectNameChanged(self, str) [signal]
sizeHintChanged sizeHintChanged(self, QModelIndex) [signal]
staticMetaObject
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