Hello!

I have several QSliders scattered around on a quite complex GUI. All of them should be able to reset to 0 when double clicked. Unfortunately QSliders don't have a doubleClicked() signal that I connect to some slot. So what's the best way to implement this?

Thanks
Cruz