I might not understand what you mean, but the documentation should have the answer.
Don't forget that QSlider inherits QAbstractSlider! QAbstractSlider::valueChanged() may be what you're looking for.
And QAbstractSlider::sliderPosition() is the int value.
Bookmarks