I've got a QTreeView with rows of data in it. When I select rows of data by dragging the mouse over it, the rows dragged over by the mouse get selected.

What I would like to do is to select only the characters that the mouse is dragged over when the user holds down the Alt key while dragging the mouse, rather than selecting the whole rows.

Any ideas??

t