Hi guys,

I am trying to implement a slider in Qt Eclipse that can respond to changing the slider's position. To give an idea of what I am doing

I have 5 push buttons and every time you press press the push button, the function for the push button gets called. However, I also want the slider to do what each of the push buttons do. For instance, the first position of the slider does what clicking push button 1 would do, the second position does what click push button 2 would do and so on.

I tried to connect the slider to the push button using the value changed signal but this only works one time for the first push button.

Any help is greatly appreciated. Thanks in advance.