Unfortunately, #205 introduced a regression. After opening the “Receive” or “Transaction” tab at first time despite of the “Date” header is marked as sorted, table rows are not sorted actually:
It appears that sorting the table must be triggered after the QTableView::setModel
call.
With this PR (and pre-#205):