Hi all,

i would like to resize a QwtSlider affecting the slider area and the thumb but not the scale.

using
setGeometry(0,0,200,50) it only resize the overral dimension of the widget but it draws a slider at the bottom of this rect with the default size.

Can you help me?

Thanks in advance.