Hi,

I'm trying to scroll items within a QTableView, at the moment I use the following :

Qt Code:
  1. QModelIndex index = m_ptreeModel->index( nCount, 0 );
  2. ui.tableView->scrollTo( index );
To copy to clipboard, switch view to plain text mode 

Problem with this is that it seems very slow, is there any other way to do this?

Regards,
Steve