Hi,

I have written my model driven from QSortFilterProxyModel
and i have implemented the function
Qt Code:
  1. virtual bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
To copy to clipboard, switch view to plain text mode 
but my function is being called repeatedly for same sourceRow, resulting in performance hit.

Am i missing something?

Please help me...
Regards,
Gk