| 130 | } |
| 131 | |
| 132 | void ResizeColumnsForTableView(QTableView* view, const std::initializer_list<int>& widths) |
| 133 | { |
| 134 | ResizeColumnsForView(view, widths); |
| 135 | } |
| 136 | |
| 137 | void ResizeColumnsForTreeView(QTreeView* view, const std::initializer_list<int>& widths) |
| 138 | { |
no test coverage detected