Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.10.1, 5.15.7
-
Ubuntu 16.04
-
-
625cfb6b400a88b26b7295f21699c9db28b71483 (qt/qtbase/dev) 3421d2b284a5e50fa780346e42b50a5803320c0d (qt/qtbase/6.2) 6dda55afeaaf5a6e061e6254ffb3f240130d9bb6 (qt/tqtc-qtbase/5.15)
Description
We are trying to support CJK (Chinese, Japanese and Korean) input using Qt VKB.
Our applications are C++ applications and not QML.
So we have a hybrid (C++ and QML) application.
We are using QML only for Qt VKB.
However, we have observed that "Combination of 'HangulInputMethod' and 'QGraphicsTextItem' does not work as expected."
You may need to recompile Qt VKB to add all supported languages.
I have added the following code at the start of
"Qt/5.10.1/Src/qtvirtualkeyboard/src/config.pri"
OR
"Qt/5.15.7/Src/qtvirtualkeyboard/src/config.pri"
CONFIG += lang-all CONFIG += disable-desktop
The EXPECTED behavior is QT_VKB_CJK_QWIDGET_TEST_APP
The INCORRECT behavior is QT_VKB_QGRAPHICS_TEXT_ITEM_TEST_APP