Uses of Class
io.qt.widgets.QAbstractItemDelegate
Packages that use QAbstractItemDelegate
-
Uses of QAbstractItemDelegate in io.qt.sql
Subclasses of QAbstractItemDelegate in io.qt.sqlModifier and TypeClassDescriptionclass
The QSqlRelationalDelegate class provides a delegate that is used to display and edit data from a QSqlRelationalTableModel. -
Uses of QAbstractItemDelegate in io.qt.widgets
Subclasses of QAbstractItemDelegate in io.qt.widgetsModifier and TypeClassDescriptionclass
Display and editing facilities for data items from a modelclass
Display and editing facilities for data items from a modelMethods in io.qt.widgets that return QAbstractItemDelegateModifier and TypeMethodDescriptionfinal QAbstractItemDelegate
QAbstractItemView.itemDelegate()
final QAbstractItemDelegate
QAbstractItemView.itemDelegate
(QModelIndex index) Deprecated.final QAbstractItemDelegate
QComboBox.itemDelegate()
final QAbstractItemDelegate
QDataWidgetMapper.itemDelegate()
final QAbstractItemDelegate
QFileDialog.itemDelegate()
final QAbstractItemDelegate
QAbstractItemView.itemDelegateForColumn
(int column) QAbstractItemView.itemDelegateForIndex
(QModelIndex index) final QAbstractItemDelegate
QAbstractItemView.itemDelegateForRow
(int row) Methods in io.qt.widgets with parameters of type QAbstractItemDelegateModifier and TypeMethodDescriptionfinal void
QAbstractItemView.setItemDelegate
(QAbstractItemDelegate delegate) final void
QComboBox.setItemDelegate
(QAbstractItemDelegate delegate) final void
QDataWidgetMapper.setItemDelegate
(QAbstractItemDelegate delegate) final void
QFileDialog.setItemDelegate
(QAbstractItemDelegate delegate) final void
QAbstractItemView.setItemDelegateForColumn
(int column, QAbstractItemDelegate delegate) final void
QAbstractItemView.setItemDelegateForRow
(int row, QAbstractItemDelegate delegate)
QAbstractItemView.itemDelegateForIndex(io.qt.core.QModelIndex)
instead