The things I have also tried:

1. bool eventFilter(QObject *, QEvent *) override { return false; } in the
QKeySequenceEdit class directly -> does not seem to make a difference.
2. Check if keyPressEvent handle is called. It is hit for any other keys
than the tab.
3. setFocusPolicy(Qt::NoFocus); on both widget instances -> does not make a
difference.

It seems that someone had the same issue in the past without getting down
to the root cause of the issue:
https://forum.qt.io/topic/67784/propagate-tab-key-from-delegate-to-custom-editor
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to