yes, it comes here:
void widget::MenuEvent(int index)
{
}
The signal mapper is from the main widget. And when i take any menu page,i passed this *signalmapper into the class created for taking object of each menu page. And in that class it receives the refrence to the signalmapper and
mappes its own buttons with this signalmapper.
thats it.
only problem is that setCurrent Index has no effect.
Bookmarks