Drawer eats escape key event?
Unsolved
QML and Qt Quick
-
Hello,
I have a project with a Drawer on the left and a main view on the other side. On the main view there is a TextField to receive an escape-key-pressed event. If the drawer is present, I never get such an event on the main view. Without the Drawer, everything works fine.
Is there a way to disable the event for the drawer component?
regards,
Tobias