Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

Model/View Classes

These classes use the model/view design pattern in which the underlying data (in the model) is kept separate from the way the data is presented and manipulated by the user (in the view). See also Model/View Programming.

QAbstractItemDelegateUsed to display and edit data items from a model
QAbstractItemModelThe abstract interface for item model classes
QAbstractItemViewThe basic functionality for item view classes
QAbstractListModelAbstract model that can be subclassed to create one-dimensional list models
QAbstractProxyModelBase class for proxy item models that can do sorting, filtering or other data processing tasks
QAbstractTableModelAbstract model that can be subclassed to create table models
QDirModelData model for the local filesystem
QHeaderViewHeader row or header column for item views
QItemDelegateDisplay and editing facilities for data items from a model
QItemEditorCreatorBaseAbstract base class that must be subclassed when implementing new item editor creators
QItemEditorFactoryWidgets for editing item data in views and delegates
QItemSelectionManages information about selected items in a model
QItemSelectionModelKeeps track of a view's selected items
QItemSelectionRangeManages information about a range of selected items in a model
QListViewList or icon view onto a model
QListWidgetItem-based list widget
QListWidgetItemItem for use with the QListWidget item view class
QModelIndexUsed to locate data in a data model
QPersistentModelIndexUsed to locate data in a data model
QProxyModelSupport for filtering and sorting data passed between another model and a view
QSortFilterProxyModelSupport for sorting and filtering data passed between another model and a view
QStandardItemModelGeneric model for storing custom data
QStringListModelModel that supplies strings to views
QTableViewDefault model/view implementation of a table view
QTableWidgetItem-based table view with a default model
QTableWidgetItemItem for use with the QTableWidget class
QTableWidgetSelectionRangeContainer for storing a selection range in a QTableWidget
QTreeViewDefault model/view implementation of a tree view
QTreeWidgetTree view that uses a predefined tree model
QTreeWidgetItemItem for use with the QTreeWidget convenience class


Copyright © 2005 Trolltech Trademarks
Qt 4.1.0
Hosted by uCoz