QModelIndex ind = tableView->currentIndex();(переменная) = ind.data().to(нужный тип)
тип var = tbvMy->currentIndex().data(Qt::DisplayRole).toТип();