Hi,

Was wondering if I have a qSpinBox on a UI Form like QWidget or QMainwindow the general signal that is sent when a value is changed is: on_mySpinbox_valueChanged(int) but was wondering how can I get QT Designer or Creator to automatically generate the Slot code for me??

Is this even possible? Just like when you <Alt>-<Enter> over a definition to generate the boilerplate code in the cpp file...


Thanks