Hello,

How do I select a cell in a QTableView?

The only thing I can find is QTableView::setSelection () but it requires a QRect.

I like to specify row and column coordinates, how is that done?