Is it possible to put a query like
Qt Code:
  1. SELECT SUM(column) FROM mytable
To copy to clipboard, switch view to plain text mode 

inside a QSqlTableModel?
I woud get the sum of table without re-querying the database, because I already have the model...