I need small help, I'm using class Qslider from qt, how can I get the number of the current position of the cursor (with which function I can do that) thanks in advance
edited
I want to implement one thing: when I reach the max of the interval I want to quit, how can I do this with slot and signal?
I am assuming you want the value of the slider?
I looked at the code in your other post and this is what I came up with after cleaning it up:
main.cpp
mywidget.h
myWidget.cpp