Hi,
#
QWidget::setTabOrder(CB1,CB2);
#
QWidget::setTabOrder(CB2,buttonBox);
#
QWidget::setTabOrder(CB3,buttonBox);
The Above code is not working.By Pressing arrow keys the focus doent move from CB1 to CB2

Regards