Re: [Interest] Multiple QML WebEngineView instances on one QQmlEngine

2016-01-29 Thread Jani Tykka
https://bugreports.qt.io/browse/QTBUG-50768 created. Please let me know if you have any ideas what could be the root cause for this issue. Thanks, Jani On Thu, Jan 28, 2016 at 6:51 PM, Joerg Bornemann < joerg.bornem...@theqtcompany.com> wrote: > On 27-Jan-16 13:24, Jani Tykka wrote: > > I have o

Re: [Interest] Multiple QML WebEngineView instances on one QQmlEngine

2016-01-28 Thread Joerg Bornemann
On 27-Jan-16 13:24, Jani Tykka 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. Could you please create a bug report for those crashes on bu

Re: [Interest] Multiple QML WebEngineView instances on one QQmlEngine

2016-01-28 Thread Jérôme Godbout
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++ s

[Interest] Multiple QML WebEngineView instances on one QQmlEngine

2016-01-27 Thread Jani Tykka
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 an