What confused me was this in updateTimeStats():
if (ui->printView->isRowHidden(r)) //Test if user deleted row
if (ui->printView->isRowHidden(r)) //Test if user deleted row
To copy to clipboard, switch view to plain text mode
While in createTimerTable() you have:
ui->tableView->setModel(proxy);
ui->tableView->setModel(proxy);
To copy to clipboard, switch view to plain text mode
Edit: Attached is a simple app based on one of your earlier (April, I think) posts that demonstrates that what you are trying to do should work.
Bookmarks