PDA

View Full Version : QWidget and tab order



Scope
8th April 2016, 11:04
Hi,

why we can not set plain widget in tab order editor? Whether plain widget can be ordered by tab key? And if yes, then how we can do it?

Regards,

ChrisW67
8th April 2016, 12:43
QWidget::setFocusPolicy()? A bare Qwidget has no use for keyboard focus and defaults to Qt::NoFocus