PDA

View Full Version : Is it possible to get the selected range when using QTableView?



picokuo
3rd March 2011, 13:20
Hi, Sir:
Although I reviewed the questions in forum, I failed to find a clear way to get the range of a table.

I want to get the range when I press mouse's left key on an item and move to another item on table based on QTableView.

I try to use QItemSelectionModel to get selectionChanged signal, however, it seems not to show me the selected range.

So, Could anyone help me on that??

Thanks a lot.

BR,
Pico

picokuo
4th March 2011, 09:19
Hi, All:
This issue is solved.

Thanks.