QT5 Tslib imx5 problem
-
Hello guys,
I have successfully compiled qt5 for imx515 without X and i am facing problems with tslib. it just doesn't seem to work. I believe that i am doing everything right (tslib reports the correct data to the plugin) but handlemouseevent doen't do the job.
Is tslib on qt5 broken. I haven't faced any problem using qt 4.7 with tslib (no X).
Thanks in advance for your help.Stavros.
-
You might want to refer to the Tslib section at -
and
http://tigraphics.blogspot.in/2013/03/correct-tslib-operation-with-qt5-on.html
-
Thank you for your reply, but i think there is a problem with the way that qt5 deals with tslib in general. I have seen those pages that you are referring to. From what i 've seen by putting debug messages in qtslib.cpp ,even though the raw data (x,y coordinates) are successfully transferred from tslib to qt5 the widget doesn't get it at all (or doesn't handle them correctly).