Hi, I have a QLineEdit area where the user types. I also have a bunch of QActions with shortcuts. When the user is typing in the QLineEdit area it triggers QActions due to conflicting shortcut key sequences. Is there a way to disable shortcuts when the QLineEdit area has focus?

Thanks.
Stu