Hi Everyone!
I’m trying to build a script which opens the Undo Chunk when I click on a QSlider and closes it when I release it. I know how to connect sliders to functions, but I’m getting confused with events. I figured it could be done in some way using mouse press event and mouse release event. In a QSlider I use Value.connect(functionName). How can I make it work with mouse press and mouse release?
Thanks!