| 88 | } |
| 89 | |
| 90 | void RDTableView::resizeColumnsToContents() |
| 91 | { |
| 92 | horizontalHeader()->resizeSections(QHeaderView::ResizeToContents); |
| 93 | |
| 94 | updateGeometries(); |
| 95 | } |
| 96 | |
| 97 | QRect RDTableView::visualRect(const QModelIndex &index) const |
| 98 | { |
no test coverage detected