adding the textinput to the tab chain
This commit is contained in:
parent
dcb02e9a72
commit
f04d789233
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue