Uses of Class
io.qt.widgets.QAbstractItemView
Package | Description |
---|---|
io.qt.help | |
io.qt.widgets |
-
Uses of QAbstractItemView in io.qt.help
Subclasses of QAbstractItemView in io.qt.help Modifier and Type Class Description class
QHelpContentWidget
Tree view for displaying help content model itemsclass
QHelpIndexWidget
List view displaying the QHelpIndexModel -
Uses of QAbstractItemView in io.qt.widgets
Subclasses of QAbstractItemView in io.qt.widgets Modifier and Type Class Description class
QColumnView
Model/view implementation of a column viewclass
QHeaderView
Header row or header column for item viewsclass
QListView
List or icon view onto a modelclass
QListWidget
Item-based list widgetclass
QTableView
Default model/view implementation of a table viewclass
QTableWidget
Item-based table view with a default modelclass
QTreeView
Default model/view implementation of a tree viewclass
QTreeWidget
Tree view that uses a predefined tree modelclass
QUndoView
Displays the contents of a QUndoStackMethods in io.qt.widgets that return QAbstractItemView Modifier and Type Method Description protected QAbstractItemView
QColumnView. createColumn(QModelIndex rootIndex)
QAbstractItemView
QCompleter. popup()
QAbstractItemView
QComboBox. view()
Methods in io.qt.widgets with parameters of type QAbstractItemView Modifier and Type Method Description boolean
QAbstractItemDelegate. helpEvent(QHelpEvent event, QAbstractItemView view, QStyleOptionViewItem option, QModelIndex index)
protected void
QColumnView. initializeColumn(QAbstractItemView column)
void
QCompleter. setPopup(QAbstractItemView popup)
void
QComboBox. setView(QAbstractItemView itemView)