| 123 | } |
| 124 | |
| 125 | void CFrmHistory::slotRefresh() |
| 126 | { |
| 127 | if(m_pModelHistory) { |
| 128 | m_pModelHistory->refresh(m_pDateStart->date(), m_pDateEnd->date()); |
| 129 | ui->tableView->resizeColumnsToContents(); |
| 130 | } |
| 131 | } |
| 132 | |
| 133 | void CFrmHistory::on_tableView_doubleClicked(const QModelIndex &index) |
| 134 | { |