Replace MessageBox Dialog with inline MessageWidget in
EditWidget and in UnlockDatabaseWidget. Add missing method to show Information Message.
This commit is contained in:
committed by
Janek Bevendorff
parent
8fa070f01c
commit
c2826bb1af
@@ -33,6 +33,11 @@ void MessageWidget::showMessageWarning(const QString& text)
|
||||
showMessage(text, MessageType::Warning);
|
||||
}
|
||||
|
||||
void MessageWidget::showMessageInformation(const QString& text)
|
||||
{
|
||||
showMessage(text, MessageType::Information);
|
||||
}
|
||||
|
||||
void MessageWidget::showMessagePositive(const QString& text)
|
||||
{
|
||||
showMessage(text, MessageType::Positive);
|
||||
|
||||
Reference in New Issue
Block a user