QAbstractItemView selectAll slow

114 Views Asked by At

I have a QTableView with around 10k entries. When I call QAbstractItemView::selectAll it takes about 5secs to complete. The performance otherwise is OK.

  1. Why is the selection so slow?
  2. and is there something I can do to speed it up?
0

There are 0 best solutions below