WTableView
Added by Eddy Peeters almost 12 years ago
Hi,
I'm using the WTableView and I want to select a single row with the software. I expected to use the 'select' function from the WAbstractItemView base class, but this function requires a WModelIndex as input. The row number in the WModelIndex class can't be set by us.
How can I select a row in a WTableView with the software. I expect the same behaviour as if the user click on this row (change row color, send 'clicked' event, ...)
Thanks,
Eddy