| 469 | } |
| 470 | |
| 471 | void ResultsTree::saveSettings() const |
| 472 | { |
| 473 | for (int i = 0; i < mModel->columnCount(); i++) { |
| 474 | QString temp = QString(SETTINGS_RESULT_COLUMN_WIDTH).arg(i); |
| 475 | mSettings->setValue(temp, columnWidth(i)); |
| 476 | } |
| 477 | } |
| 478 | |
| 479 | void ResultsTree::showResults(ShowTypes::ShowType type, bool show) |
| 480 | { |