I'm new to QT Designer and am building interfaces for Maya. In most tutorials I've seen, setting signals/slots between two objects is pretty straightforward.
I'm trying to setup a slider and spinbox to drive each other. If the slider is updated, the value in the spinbox updates, and vice versa. However, there don't seem to be any updates for all the connections I try.
I want to try and do this purely through QT Designer.
Here's an image of the options I get going from the slider to the spinbox: