Hi, Not sure if this is related, but take care, object are related to a single QQmlEngine and cannot be used inside another one. One thing to consider is singleton in qml, they are created only once and belong to the first engine that request it, other QQmlEngine will fail when using them. In C++ singleton can be created per QQmlEngine instance.
Not sure if this apply to the Qml WebEngine, but may help track down. Also I have seen this https://github.com/go-qml/qml/issues/119 Make sure every engine is initialized before usage. Good luck, Jerome On Wed, Jan 27, 2016 at 7:24 AM, Jani Tykka <[email protected]> wrote: > I have one QQmlEngine instance which holds multiple QML WebEngine > instances. Is this supported approach? I'm experiencing random WebEngine > crashes which makes me think this could be the culprit. > > Thanks, > Jani > > > This email is intended solely for the person or entity to which it is > addressed and may contain confidential and/or privileged information. If > you are not the intended recipient and have received this email in error, > please notify BroadSoft, Inc. immediately by replying to this message, and > destroy all copies of this message, along with any attachment, prior to > reading, distributing or copying it. > > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest > >
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
