From 4270b0f7bafdf145ffb4374b2c76832c1743e5c4 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 21 Jul 2023 11:35:24 +0200 Subject: [PATCH] making QskMainView a tab fence, so that the tab chain does not stop at the end --- src/controls/QskMainView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controls/QskMainView.cpp b/src/controls/QskMainView.cpp index ddf55ec4..ced25d56 100644 --- a/src/controls/QskMainView.cpp +++ b/src/controls/QskMainView.cpp @@ -27,6 +27,7 @@ QskMainView::QskMainView( QQuickItem* parent ) setPanel( true ); setFlag( QQuickItem::ItemIsFocusScope, true ); + setTabFence( true ); setFocusPolicy( Qt::StrongFocus ); }