Описание тега qmodelindex

QModelIndex is a central class in the Qt model/view framework. It represents a (very abstract) way by which QAbstractItemViews can address cells in QAbstractItemModels. For list and table models, it conceptually reduces to just "int row" and "int row, int column", respectively.

Documentation can be found here (Qt4) and here (Qt5).