Qt 6.11 is out! See what's new in the release
blog
QTableView select rows with cell merged
-
Hi,
I have a QTableView and i have merged some cells.
When i click on an item, i want to select all merge rows.When i click on the merged cell, i get what i want :

But when i click on unmerged cell i get this :

or

How can i set the selection on the both rows ?
Thx
EDIT : i forgot to say that i'm in single selction mode and row selection mode.