I am using the Qt-4 designer "ui" front end for controlling all aspects of a complex program I am writing.

Each of the "pushbuttons" in the designer window will have many different actions (and labels) depending on program requirements.

My problem is connecting the "signal" (click) of a button to a "slot" in a "control.cpp" function.

In qt3, i could write a "slot", but am at a loss herep

help would be appreciated.
thanks.