Home · All Classes · Modules

QItemDelegate Class Reference
[QtGui module]

Inherits QAbstractItemDelegate.

Inherited by QSqlRelationalDelegate.

Methods


Detailed Description


Method Documentation

QItemDelegate.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QWidget QItemDelegate.createEditor (self, QWidget, QStyleOptionViewItem, QModelIndex)

The QWidget argument, if not None, causes self to be owned by Qt instead of PyQt.

QItemDelegate.drawBackground (self, QPainter, QStyleOptionViewItem, QModelIndex)

QItemDelegate.drawCheck (self, QPainter, QStyleOptionViewItem, QRect, Qt.CheckState)

QItemDelegate.drawDecoration (self, QPainter, QStyleOptionViewItem, QRect, QPixmap)

QItemDelegate.drawDisplay (self, QPainter, QStyleOptionViewItem, QRect, QString)

QItemDelegate.drawFocus (self, QPainter, QStyleOptionViewItem, QRect)

bool QItemDelegate.editorEvent (self, QEvent, QAbstractItemModel, QStyleOptionViewItem, QModelIndex)

bool QItemDelegate.eventFilter (self, QObject, QEvent)

bool QItemDelegate.hasClipping (self)

QItemEditorFactory QItemDelegate.itemEditorFactory (self)

QItemDelegate.paint (self, QPainter, QStyleOptionViewItem, QModelIndex)

QItemDelegate.setClipping (self, bool)

QItemDelegate.setEditorData (self, QWidget, QModelIndex)

QItemDelegate.setItemEditorFactory (self, QItemEditorFactory)

QItemDelegate.setModelData (self, QWidget, QAbstractItemModel, QModelIndex)

QSize QItemDelegate.sizeHint (self, QStyleOptionViewItem, QModelIndex)

QItemDelegate.updateEditorGeometry (self, QWidget, QStyleOptionViewItem, QModelIndex)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0