From f8f882ecdf1b3a4a87ed7dcabbd3eeedcaaf0374 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 1 Dec 2017 15:54:19 +0100 Subject: Fix focus handling in android manifest editor If focus gets set on the editor widget, either the current focus widget of the current page (gui/text) should receive application focus, or the page itself (where the gui page should defer that to its first input widget). Change-Id: I8a35c2e9ca06fe694069b594788f7f40307abbda Reviewed-by: Vikas Pachdha --- src/plugins/android/androidmanifesteditorwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/android/androidmanifesteditorwidget.h') diff --git a/src/plugins/android/androidmanifesteditorwidget.h b/src/plugins/android/androidmanifesteditorwidget.h index 39cb61ef64..59a879aa3c 100644 --- a/src/plugins/android/androidmanifesteditorwidget.h +++ b/src/plugins/android/androidmanifesteditorwidget.h @@ -112,6 +112,7 @@ signals: protected: bool eventFilter(QObject *obj, QEvent *event); + void focusInEvent(QFocusEvent *event); private: void setLDPIIcon(); -- cgit v1.2.1