For QSlider the slot is setSliderPosition or setValue and both need parameters passed (so can't be connected directly with clicked, so connect clicked to a slot of yours from where you can access whatever value you want to set to the slider) and QSlider doesn't have an animate().
And make sure that panelGL has counterChanged(int)
Bookmarks