Uses of Class
io.qt.widgets.QAbstractItemDelegate
Package | Description |
---|---|
io.qt.sql | |
io.qt.widgets |
-
Uses of QAbstractItemDelegate in io.qt.sql
Subclasses of QAbstractItemDelegate in io.qt.sql Modifier and Type Class Description class
QSqlRelationalDelegate
-
Uses of QAbstractItemDelegate in io.qt.widgets
Subclasses of QAbstractItemDelegate in io.qt.widgets Modifier and Type Class Description class
QItemDelegate
Display and editing facilities for data items from a modelclass
QStyledItemDelegate
Display and editing facilities for data items from a modelMethods in io.qt.widgets that return QAbstractItemDelegate Modifier and Type Method Description QAbstractItemDelegate
QAbstractItemView. itemDelegate()
QAbstractItemDelegate
QAbstractItemView. itemDelegate(QModelIndex index)
QAbstractItemDelegate
QComboBox. itemDelegate()
QAbstractItemDelegate
QDataWidgetMapper. itemDelegate()
QAbstractItemDelegate
QFileDialog. itemDelegate()
QAbstractItemDelegate
QAbstractItemView. itemDelegateForColumn(int column)
QAbstractItemDelegate
QAbstractItemView. itemDelegateForRow(int row)
Methods in io.qt.widgets with parameters of type QAbstractItemDelegate Modifier and Type Method Description void
QAbstractItemView. setItemDelegate(QAbstractItemDelegate delegate)
void
QComboBox. setItemDelegate(QAbstractItemDelegate delegate)
void
QDataWidgetMapper. setItemDelegate(QAbstractItemDelegate delegate)
void
QFileDialog. setItemDelegate(QAbstractItemDelegate delegate)
void
QAbstractItemView. setItemDelegateForColumn(int column, QAbstractItemDelegate delegate)
void
QAbstractItemView. setItemDelegateForRow(int row, QAbstractItemDelegate delegate)