From 00d8e775bd2e0c8023b95f87c3dce8b411d42dad Mon Sep 17 00:00:00 2001 From: jlspcdd1227dd <12046126+jlspcdd1227dd@user.noreply.gitee.com> Date: Mon, 27 Mar 2023 09:58:27 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jlspcdd1227dd <12046126+jlspcdd1227dd@user.noreply.gitee.com> --- en/Community-Developer-Guides/openKylin_SDK_Guide_V2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; | 获取标签文本 |