Hi,

I am setting the tab order by using the function QWidget::setTabOrder(QWidget *, QWidget*) only. This thing I can use inside one control only.

My requirement is different. As I mentioned in my first post, In a Qt container, I am having two QT DLLS. How to set tab order from the first DLL to second DLL in the container.

If I can get any signal from a widget when tab is pressed so I can handle that inside the container.

Regards
Rakesh