It used to work for me and I am on macOS. Tab and Shift-Tab is supposed to move the focus forward and back (respectively) in the focus chain on all platforms. So something is strange. Perhaps the QMessageBox is more broken or finicky than I thought.
Using the tab key should always move focus in a Qt app among buttons even on macOS systems.
I just tried on my macOS machine and tab did nothing. Seems, I need to do more work here.
Last edited by KevinH; 06-18-2024 at 09:11 AM.
|