QWidget._wantsTab

specifies whether this widget should receive the Tab key press, default is false, and should only be changed to true if only required, for example, in text editors

class QWidget
protected
bool _wantsTab;

Meta