A problem with binding to the resources prop of Item
-
I get this warning in the logs, the reasonI want to bind to
resourcesprop is to filter objects that are of QtObject like Menu and PopupQQmlExpression: Expression depends on non-bindable properties: QQuickRootItem::resourcesis there another way other than this?
model: Window.contentItem.resources.filter(r => r instanceof Popup)