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