PDA

View Full Version : Customizing Qwtslider



Navi
23rd June 2015, 07:03
i can able to generate a slider using qwt.
But i need to change the width and height of handle and slider in qwt.
Is it possible ?? i have attached an snapshot of this...i need same as in snapshot.



11238

d_stranz
23rd June 2015, 15:34
Putting the slider in a layout, calling QWidget::resize() and QwtSlider::setHandleSize() won't do this for you?

No, I will not give you example code. We aren't here to write your code for you, we're here to help your learn how to do it yourself by giving suggestions and encouraging you to read the documentation.