QSlider click in Qt3
-
QSlider slides in two ways: first by clicking at a position, slider will move to that particular value and second one is by dragging. In my application which is designed in Qt3, i want QSlider widget not to work on first way that is by clicking mouse button. How it can be done? Their is a way for it in Qt4, i want in Qt3.
-
Hi,
You would have to subclass QSlider and filter the event.
Just to be sure, you know that Qt 3 has reached end of life a long time ago ?