Virtual Keyboard no clicked(bool) signal emited
Unsolved
General and Desktop
-
Hi,
I got strange problem.
Im during implementation of virtual keyboard and found strange issue. When I use my keyboard via mouse everything is ok, but when I try to work by touch screen I noticed that sometimes QPushButton::clicked(bool) signal is not emitted. Especially when button is pressed a bit longer. As I checked QpushButton::releaseEvent() is also not emmited.Any ideas?
Best regards,
Tomek -
Hi,
What version of Qt ? On what OS ?
Sounds like a "Click and hold" scenario, isn't it ?
-
Sorry, I meant Tap and Hold. Meaning a long tap gesture i.e. you keep your finger on the screen longer.