QRangeModelAdapter::ConstRowIterator Struct
struct QRangeModelAdapter::ConstRowIteratorProvides an STL-style const iterator over the rows of a model. More...
This struct is under development and is subject to change.
This struct was introduced in Qt 6.11.
Detailed Description
The iterator models std::random_access_iterator. If the model is a list, then dereferencing the iterator returns the pointed-to item in the model.
For tables and trees, dereferencing the iterator returns a ConstRowReference for the pointed-to row.