Uses of Class
io.qt.widgets.QAbstractItemDelegate
-
Uses of QAbstractItemDelegate in io.qt.sql
Modifier 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
Modifier and TypeClassDescriptionclass
Display and editing facilities for data items from a modelclass
Display and editing facilities for data items from a modelModifier and TypeMethodDescriptionfinal QAbstractItemDelegate
QAbstractItemView.itemDelegate()
final QAbstractItemDelegate
QAbstractItemView.itemDelegate
(QModelIndex index) final QAbstractItemDelegate
QComboBox.itemDelegate()
final QAbstractItemDelegate
QDataWidgetMapper.itemDelegate()
final QAbstractItemDelegate
QFileDialog.itemDelegate()
final QAbstractItemDelegate
QAbstractItemView.itemDelegateForColumn
(int column) final QAbstractItemDelegate
QAbstractItemView.itemDelegateForRow
(int row) Modifier 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)