Proper way to get Window/ApplicationWindow for QQuickWidget?
-
The attached properties
Window.windowandApplicationWindow.windoware bothnullwhen using QQuickWidget in a QtWidgets application. What is the proper way to access the top-level window, for example to track changes inactiveFocusControl?I imagine there is a Qml principle I am not grasping here...