Hi, With a QTableView / QStandardItemModel I use:
qv->setSelectionBehavior(QAbstractItemView::SelectRow s);
qv->setSelectionMode(QAbstractItemView::SingleSelecti on);
Sounds good, but when I'm selecting a row on the grid, each cells of the horizontal header are selected too (pushed button like)
Do you know how to prevent this ?
Thanks...
Bookmarks