[Report View] add options to show report view on warning, error, normal, and log message types individually

This commit is contained in:
mwganson
2020-03-05 20:15:50 -06:00
committed by wwmayer
parent 1a1ddcd09a
commit 168ce605a1
4 changed files with 136 additions and 29 deletions

View File

@@ -61,7 +61,10 @@ void DlgReportViewImp::saveSettings()
ui->checkLogging->onSave();
ui->checkWarning->onSave();
ui->checkError->onSave();
ui->checkShowReportViewOnWarningOrError->onSave();
ui->checkShowReportViewOnWarning->onSave();
ui->checkShowReportViewOnError->onSave();
ui->checkShowReportViewOnNormalMessage->onSave();
ui->checkShowReportViewOnLogMessage->onSave();
ui->colorText->onSave();
ui->colorLogging->onSave();
ui->colorWarning->onSave();
@@ -75,7 +78,10 @@ void DlgReportViewImp::loadSettings()
ui->checkLogging->onRestore();
ui->checkWarning->onRestore();
ui->checkError->onRestore();
ui->checkShowReportViewOnWarningOrError->onRestore();
ui->checkShowReportViewOnWarning->onRestore();
ui->checkShowReportViewOnError->onRestore();
ui->checkShowReportViewOnNormalMessage->onRestore();
ui->checkShowReportViewOnLogMessage->onRestore();
ui->colorText->onRestore();
ui->colorLogging->onRestore();
ui->colorWarning->onRestore();