Hi,
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))
and then make the function like:
void Wizard::ConfigMyButtons(int i)
{
switch (i)
[...]
}
Bookmarks