Quote Originally Posted by jryannel View Post
I
In general the item is not a object so it can't send signals. The scene could if you would derive from the scene. You could then hook about your custom signal to change to a particular tab.
- Juergen
why? u can emit signal from a item (private)... see padnavigator example ... they are emitting a private signal from the item ...