Switching language
-
Good day every one!
Help me please, I want to know when the user switches input language in application.
This is for the login dialog. I want to show the current input language.
I really would appreciate if someone will tell me in what book I will find the answer.Thanks!
-
-
take a look to my function... I think it should works
-
Thank you very much guys!!!
Yeah, that was my mistake. I badly explained.
I want event handling in Debian.
I think, when user presses Ctrl+Shift or Alt-Shift system generates some event and input language switches. I want handle that event.
And now I do not know how to start.Thanks
-
[quote author="mafiozzi" date="1331481687"]Thank you very much guys!!!
Yeah, that was my mistake. I badly explained.
I want event handling in Debian.
I think, when user presses Ctrl+Shift or Alt-Shift system generates some event and input language switches. I want handle that event.
And now I do not know how to start.Thanks[/quote]
Try to start from "here":https://qt-project.org/doc/qt-4.8/focus.html by using event filters