Fix typo in Model/View Programming documentation.
Change-Id: I88f49a894a8c1e88a4cdb559fdc426f01e113f80 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>bb10
parent
bbf19fb295
commit
c0f51fb1d0
|
|
@ -189,7 +189,7 @@
|
|||
to the QTableView::sortByColumn() slot or the
|
||||
QTreeView::sortByColumn() slot, respectively.
|
||||
|
||||
The alternative approach, if your model do not have the required
|
||||
The alternative approach, if your model does not have the required
|
||||
interface or if you want to use a list view to present your data,
|
||||
is to use a proxy model to transform the structure of your model
|
||||
before presenting the data in the view. This is covered in detail
|
||||
|
|
|
|||
Loading…
Reference in New Issue