making QskMainView a tab fence, so that the tab chain does not stop at
the end
This commit is contained in:
parent
c6fb2f81c9
commit
4270b0f7ba
@ -27,6 +27,7 @@ QskMainView::QskMainView( QQuickItem* parent )
|
||||
setPanel( true );
|
||||
|
||||
setFlag( QQuickItem::ItemIsFocusScope, true );
|
||||
setTabFence( true );
|
||||
setFocusPolicy( Qt::StrongFocus );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user