Should we have our own focus policy
-
In my case I am having a button1 a stacked widget and a button2 in this order, I am trying to set the focus policy by
setTabOrder(button1, stackedwidget)
setTabOrder(stackedwidget,button2)but all I am getting is in this order button1, button 2 and a stacked widget,. am i missing something here while setting the tab order?