Refactoring the new dialog manager module and fixed keyboard problem in Linux touch panel.

This commit is contained in:
sunwen
2022-08-10 15:28:59 +08:00
parent 9b96af094b
commit 30df175f22
28 changed files with 485 additions and 303 deletions

View File

@@ -39,7 +39,7 @@ void MultyMessageDialog::initializeAnimation()
{
mDisappearAnimation->setDuration(100);
mShowAnimation->setDuration(100);
mShowAnimation->setDuration(150);
connect(mDisappearAnimation, &QPropertyAnimation::finished, this, &MultyMessageDialog::hideDialog);
}