Add WorkList Module.

This commit is contained in:
sunwen
2022-09-29 17:36:55 +08:00
parent 1fe306b532
commit 3a6a755ef1
22 changed files with 803 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ void UTextEdit::focusOutEvent(QFocusEvent* aEvent)
QWidget* widget = QApplication::focusWidget();
if (nullptr == widget)
{
KeyboardManager::getInstance()->hideKeyboard();
return;
}