From f04d789233d1cec48e39cb4d022f52f19ea70d85 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 29 Oct 2017 14:00:10 +0100 Subject: [PATCH] adding the textinput to the tab chain --- playground/inputpanel/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/playground/inputpanel/main.cpp b/playground/inputpanel/main.cpp index 16bbcb92..5ab232ee 100644 --- a/playground/inputpanel/main.cpp +++ b/playground/inputpanel/main.cpp @@ -40,6 +40,7 @@ public: setSpacing( 10 ); auto* textInput = new QQuickTextInput( this ); + textInput->setActiveFocusOnTab( true ); textInput->setText( "I am a line edit. Press and edit Me." ); #if LOCAL_PANEL