update en/Community-Developer-Guides/System_Input_Method_Adaptation_Guide.md.

Signed-off-by: jlspcdd1227dd <12046126+jlspcdd1227dd@user.noreply.gitee.com>
This commit is contained in:
jlspcdd1227dd 2023-03-22 08:07:36 +00:00 committed by Gitee
parent 32744e76f1
commit 39ba0fc5c7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Among them, the dbus frontend module is responsible for dbus communication with
Take Qt5 application as an example, here is a brief introduction of Qt5 application's interaction with input method engine through fcitx5 input method framework. The basic principle schematic is shown as follows.
! [inputmethod.png](. /assets/openKylin System Input Method Adaptation Guide/inputmethod.png)
![inputmethod.png](./assets/system_input_method_adaptation_guide/inputmethod.png)
#### 2\.1\.2\.1 __Qt5 input method module__