Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
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.
QAbstractItemDelegate | Used to display and edit data items from a model |
QAbstractItemModel | The abstract interface for item model classes |
QAbstractItemView | The base class for every view that uses a QAbstractItemModel |
QAbstractListModel | Abstract model that can be subclassed to create one-dimensional list models |
QAbstractTableModel | Abstract model that can be subclassed to create table models |
QDirModel | Data model for the local filesystem |
QHeaderView | Header row or header column for item views |
QItemDelegate | Display and editing facilities for data items from a model |
QItemSelection | Manages information about selected items in a model |
QItemSelectionModel | Keeps track of a view's selected items |
QItemSelectionRange | Manages information about ranges of selected items in a model |
QListView | Default model/view implementation of a list, and of an icon view |
QModelIndex | Used to locate data in a data model |
QPersistentModelIndex | Used to locate data in a data model |
QTableView | Default model/view implementation of a table view |
QTreeView | Default model/view implementation of a tree view |
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp1 |