making QskMainView a tab fence, so that the tab chain does not stop at

the end
This commit is contained in:
Uwe Rathmann 2023-07-21 11:35:24 +02:00
parent c6fb2f81c9
commit 4270b0f7ba

View File

@ -27,6 +27,7 @@ QskMainView::QskMainView( QQuickItem* parent )
setPanel( true );
setFlag( QQuickItem::ItemIsFocusScope, true );
setTabFence( true );
setFocusPolicy( Qt::StrongFocus );
}