Enquire Now

Tags: 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.

0 Questions