Some finetuning of columns in views/data displayed

Sorting fixed for model
This commit is contained in:
Klaus Basan
2016-03-09 07:02:00 +01:00
committed by Mathew Sutcliffe
parent 3083f30576
commit 46d71ed1a2
4 changed files with 4 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ namespace BlackGui
{
ui->te_Message->setPlainText(message.getMessage());
ui->lbl_SeverityIcon->setPixmap(message.toPixmap());
ui->le_Categories->setText(message.getHumanReadablePattern());
ui->le_Categories->setText(message.getHumanOrTechnicalCategoriesAsString());
ui->le_Severity->setText(message.getSeverityAsString());
ui->le_Timestamp->setText(message.getFormattedUtcTimestampYmdhms());
}