Commit 964b882c authored by Peter Varga's avatar Peter Varga
Browse files

Fix focus for inputmethods manual test


Change-Id: I9e154fd94a2d6e9dacb80efba2c4a6ff260e9514
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Showing with 2 additions and 0 deletions
......@@ -27,6 +27,7 @@
****************************************************************************/
#include "webview.h"
#include <QWebEngineSettings>
WebView::WebView(QWidget *parent)
: QWebEngineView(parent)
......@@ -46,5 +47,6 @@ WebView::WebView(QWidget *parent)
" <input type='text' id='input1' />"
"</body></html>");
settings()->setAttribute(QWebEngineSettings::FocusOnNavigationEnabled, true);
setHtml(html);
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment