Qt Signals and Slots – Auto-Connect
How to use automatic connections for signals and slots in Qt:
void on_<widget name>_<signal name>(<signal parameters>);
For details go to trolltech documentation.
Comments Off on Qt Signals and Slots – Auto-Connect