diff options
author | Eike Ziller <eike.ziller@qt.io> | 2017-12-01 15:54:19 +0100 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2018-01-04 07:41:46 +0000 |
commit | f8f882ecdf1b3a4a87ed7dcabbd3eeedcaaf0374 (patch) | |
tree | 9526629a82a166edae97602fc3c276fc3c483df8 /src/plugins/android/androidmanifesteditorwidget.h | |
parent | d9bd0623255affa92061b6e8b72e47bfc736b74b (diff) | |
download | qt-creator-f8f882ecdf1b3a4a87ed7dcabbd3eeedcaaf0374.tar.gz |
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 <vikas.pachdha@qt.io>
Diffstat (limited to 'src/plugins/android/androidmanifesteditorwidget.h')
-rw-r--r-- | src/plugins/android/androidmanifesteditorwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |