PDA

View Full Version : Qt Slider



graviteja
27th November 2015, 02:16
Hallo All,

I just have doubt about qt slider,

I need slider value to publish continously, upon changing the slider position the previous value should stop and the new value should be continuously publish.

Thanks in advance for any suggestions.

prasad_N
27th November 2015, 05:32
You write connect function with signal valueChanged ( int value ), in slot get the value & publish.