Disable Slider Click
I am looking for the way where I can customize the slider so that the only way to change the value is using the slider thumb. I want to get rid of the slider functionality, where slider value can be changed by just clicking on the slider bar.
6 replies
Note: I’m guessing based on how I would implement it.
The thumb is probably a separate widget and has it’s own mouse press events. I could be wrong though. Best course of action is to inspect the source of QSlider here and find out what exactly needs to be done. You could also try and find out by subclassing, reimplementing mousePressEvent to do nothing at all and see what happens. If that does what you need, you don’t need to go into the source after all.
You must log in to post a reply. Not a member yet? Register here!


