Issue in Microsoft IME in qt widget where the setWindowFlags(Qt::Popup | Qt::FramelessWindowHint)
-
wrote on 2 Feb 2022, 10:24 last edited by
Hi all,
there is an issue while using setWindowFlags(Qt::Popup | Qt::FramelessWindowHint) in qt widget. In this case it doesn't support the Microsoft IME (I am using the japanese language). If I change the Qt::Popup with Qt:Dialog, then it is working fine. Is there any solution to support the Microsoft IME in Qt:Popup? -
Hi and welcome to devnet,
Which version of Qt are you using ?
On which version of Windows ? -
wrote on 3 Feb 2022, 04:47 last edited by
Hi SGaist,
I am using QT 5.15
In windows 10 (and in some machine which contains Windows 7).
But this behavior is consistent in both the cases. Please do let me know if you need some more information. -
Latest of Qt 5.15 ?
-
wrote on 4 Feb 2022, 04:49 last edited by
yes latest of QT 5.15
-
Did you already check the bug report system ?
-
wrote on 7 Feb 2022, 05:28 last edited by SGaist 2 Jul 2022, 20:35
No I didn't, I am reporting the issue right now. (QTBUG-100506)
[edit: added bug report link SGaist]
4/7