PDA

View Full Version : TouchScreen windows 7 - checking QPushButton problem



6l20
7th February 2013, 14:09
Hi,

It aprear that both clicked(bool) and toggled(bool) signals are sent twice ( first with true, then with false ) when I do a single click onto any checkables QPushButtons.

I know I can handle TouchScreen's events by myself but I wanted to do that but for the whole application ... I have a huge application and it would be very long to reimplement all event methods.

Do you have a cute solution for that ? :)

Thanks in advance.

6l20

6l20
7th April 2014, 09:19
If someone has similar problem ... check http://qt-project.org/forums/viewthread/17797/#169607