PDA

View Full Version : QItemSelectionModel selection management



marrierius
7th December 2016, 16:45
Hi all,

I am using OItemSelection to set ranges of selected items. Suppose I selected one row and one column in QTableWidget which intersect with each other, how to set the whole row to be range 1 and the rest to be range 2 and 3, no matter if I clicked the row or the column first?

P.S., I am new to QT, so any advice/comment will be helpful. Thanks.