PenTouch/TouchPen/Digitizer not working on QT 5.1.1
-
We are using QT in our application,We are not used any specific API's for touch,digitizer, EArlier we were using QT 4.7.4 , it was working but recently migrated to QT 5.1.1 but it is not working . could you point me any bug id or known issue regarding this? or give workaround for this. Even touch events are not working but fixed using webview->setAttribute(Qt::WA_AcceptTouchEvents, false); but still digitizer/pen device is not working.
-
Hi,
What parameters were you using in Qt 4 when running your application ?
-
@Narasimman said:
webview->setAttribute(Qt::WA_AcceptTouchEvents, false)
I couldn't get your question. Actually webview->setAttribute(Qt::WA_AcceptTouchEvents, false) itself not used when running my application on QT 4.7.4. This statement is used only on QT 5.1.1
-
Sorry, I'm so used that Qt 4 to Qt 5 questions relates to embedded systems that I didn't realize that it might not be your case.
What is your current setup ? OS/Input device etc.
-
Simple window Application using QT 5.1.1 on Dell Venue Pro 8 Tablet with pen touch.
It is not working now. earlier I used qt 4.7.4 it worked. -
Qt 5.1 being pretty old by now, would it be possible to try with 5.5 ?
-
@SGaist any update on this
-
Parts of it is QInputMethodEvent and related classes