Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.10, 6.4.2
-
None
Description
Setting Window flags from QML leads to annoying warning:
QQmlExpression: Expression file://window.qml:9:5 depends on non-NOTIFYable properties:
QQuickWindowQmlImpl::flags
Just adding the changed signal for the flags property to QWindow unfortunately lead to a binding loop.
To reproduce see attachment.