| 700 | } |
| 701 | |
| 702 | void ProjectExplorer::resizeHeader() { |
| 703 | m_treeView->header()->resizeSections(QHeaderView::ResizeToContents); |
| 704 | m_treeView->header()->resizeSection(0, m_treeView->header()->sectionSize(0) * 1.2); // make the column "Name" somewhat bigger |
| 705 | } |
| 706 | |
| 707 | /*! |
| 708 | called when the filter/search text was changend. |
no outgoing calls
no test coverage detected