I have a class derived from QVBoxLayout and it has several controls derived from QWidget. When I press cursor arrows focus switches from control to control correctly. But when I try to set focus with QWidget::setFocus() nothing happens. Focus stays on previous control. Question is how to set focus on needed control grammatically?
Thanks.
Bookmarks