@mmikeinsantarosa
Hi
just to be clear
You do not name the parameter when using a function in a connect.
Nor for signal OR the slot.
So if you function is like
void MySlot( int ID, QString Name) ( in .h and cpp)
you would only use as
MySlot( int, QString) for connect.