Escaping focus in QQuickWidget?
-
In a QWidgets application with a
QQuickWidgetembedded in it:
I've noticed if theQQuickWidgethas child items that receive focus, the focus never returns to the QWidget focus chain, I can only tab between the Qml items.Is this just something that needs to be handled manually or is there a way around it?
-
In a QWidgets application with a
QQuickWidgetembedded in it:
I've noticed if theQQuickWidgethas child items that receive focus, the focus never returns to the QWidget focus chain, I can only tab between the Qml items.Is this just something that needs to be handled manually or is there a way around it?
@Tummon
I've just hit this issue too, did you find a solution to it?
In my case I have a FocusScope in the QML and when it gets to the end I'd like it to jump back into the QWidget focus chain like any other widget would.