The added slider in the gui application is default horizontal.How to add a vertical slider?
This should work:
mySlider.setSliderStyle(Slider::SliderStyle::LinearVertical);
1 Like
Thank you very much!!!
1 Like
Could have a slider that have a label instruction below it?
