! Resizes the headers/columns to fit the new content. Called on changes of the header format in Matrix. */
| 386 | Resizes the headers/columns to fit the new content. Called on changes of the header format in Matrix. |
| 387 | */ |
| 388 | void MatrixView::resizeHeaders() { |
| 389 | m_tableView->resizeColumnsToContents(); |
| 390 | m_tableView->resizeRowsToContents(); |
| 391 | } |
| 392 | |
| 393 | /*! |
| 394 | Returns how many columns are selected. |
no outgoing calls
no test coverage detected