adding the textinput to the tab chain

This commit is contained in:
Uwe Rathmann 2017-10-29 14:00:10 +01:00
parent dcb02e9a72
commit f04d789233

View File

@ -40,6 +40,7 @@ public:
setSpacing( 10 ); setSpacing( 10 );
auto* textInput = new QQuickTextInput( this ); auto* textInput = new QQuickTextInput( this );
textInput->setActiveFocusOnTab( true );
textInput->setText( "I am a line edit. Press and edit Me." ); textInput->setText( "I am a line edit. Press and edit Me." );
#if LOCAL_PANEL #if LOCAL_PANEL