I'm clearly missing a crucial piece of setup for a custom QWidget.
The ctor says:
setFocusPolicy(Qt::StrongFocus); // Make sure we get key events.
but the keyPressEvent mf() is never driven :(
protected:
void keyPressEvent(QKeyEvent * event) override;
What have I missed?
Thanks
David