| 1533 | } |
| 1534 | |
| 1535 | void MainWindow::enableResultsButtons() |
| 1536 | { |
| 1537 | mUI->mActionClearResults->setEnabled(mUI->mResults->hasResults()); |
| 1538 | mUI->mActionSave->setEnabled(true); |
| 1539 | mUI->mActionPrint->setEnabled(true); |
| 1540 | mUI->mActionPrintPreview->setEnabled(true); |
| 1541 | } |
| 1542 | |
| 1543 | void MainWindow::showStyle(bool checked) |
| 1544 | { |
nothing calls this directly
no test coverage detected