Where does QT look for the "keys" in the InputContextfactory::keys()
Mobile and Embedded
2
Posts
2
Posters
971
Views
1
Watching
-
All,
I am running QT embedded on arm (imx28) board. QT is not finding my input context. I inserted the QInputConextFactory::keys() to retrieve the keys and its shows none. However, I take the same exact code and run it on my Ubuntu desktop and it shows all the keys. So I'm trying to track down the problem to find out where QT looks for the input context.
Thanks