I am working on a C++/Qt application.The application should also accept text written in Japanese language.I could also use Qt way of using the input method enabled attribute but for some reason I want the OS specific input editor window(see screenshot)
I found this link which talks about activating the input method manager: https://msdn.microsoft.com/en-us/library/aa752003.aspx
My question is : Is the above procedure the right way to display the OS Input method editor?