Issue in Microsoft IME in qt widget where the setWindowFlags(Qt::Popup | Qt::FramelessWindowHint)
Unsolved
General and Desktop
-
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 ? -
Latest of Qt 5.15 ?
-
Did you already check the bug report system ?
-
No I didn't, I am reporting the issue right now. (QTBUG-100506)
[edit: added bug report link SGaist]