In the slot reacting to the button, use the view's QItemSelectionModel to determine the current cell's QModelIndex. Then retrieve the value of the Qt::DisplayRole (or whatever) for that index from the model (not the view).
In the slot reacting to the button, use the view's QItemSelectionModel to determine the current cell's QModelIndex. Then retrieve the value of the Qt::DisplayRole (or whatever) for that index from the model (not the view).
Bookmarks