refs #768, allow to clear message form

(also fixed wrong reference to resources and deleted unused blackgui resources)
This commit is contained in:
Klaus Basan
2016-10-17 02:33:11 +02:00
parent 8718260623
commit ac331d1d4f
5 changed files with 14 additions and 5 deletions

View File

@@ -57,6 +57,13 @@ namespace BlackGui
ui->le_Timestamp->setText(message.getFormattedUtcTimestampYmdhms());
}
void CStatusMessageForm::clear()
{
ui->le_Timestamp->clear();
ui->le_Categories->clear();
ui->le_Severity->clear();
}
void CStatusMessageForm::toggleVisibility()
{
this->setVisible(!isVisible());