Quote Originally Posted by roseicollis View Post
I don't know the qmake version but I'm working with Qt5 if that helps.
Hmm? I didn't mention qmake or requested a Qt version, did I?

Quote Originally Posted by roseicollis View Post
I think I understand what you mean. How should I construct that connect? If I am in Wizard class which has the buttons:

connect(?,SIGNAL(currentIdChanged(int)),this,SLOT( ConfigMyButtons(int))
You are in the wizard class, this is a signal of QWizard, so the sender object is "this"

Cheers,
_