I want to modify the yate client's ui, and add some new functions into the configuration.
I use qt designer to modify the yate/Share/Skins/Default/settings.ui to add a combo box into the configuration interface.
However, I also need to add a slot to do something. Anybody knows how to add a slot and connect the signal, emitting by my combo box, to the slot that I defined?