diff --git a/en/Community-Developer-Guides/openKylin_SDK_Guide_V2.0.md b/en/Community-Developer-Guides/openKylin_SDK_Guide_V2.0.md index de7b5ba9..4d2a9a8c 100644 --- a/en/Community-Developer-Guides/openKylin_SDK_Guide_V2.0.md +++ b/en/Community-Developer-Guides/openKylin_SDK_Guide_V2.0.md @@ -1599,7 +1599,7 @@ int decimals, bool *ok, Qt::WindowFlags flags) | statement | describe | |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------| -| void setInputMode(InputMode mode); | 设置输入模式 | +| void setInputMode(InputMode mode); | set input mode | | InputMode inputMode() const; | 获取输入模式 | | void setLabelText(const QString &text); | 设置标签文本 | | QString labelText() const; | 获取标签文本 |