<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 2 Nov 2022 at 09:32, Ulf Hermann via Interest <<a href="mailto:interest@qt-project.org">interest@qt-project.org</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Can you try to construct a minimal example that reproduces the problem <br>
and create a bug report?</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
One significant difference between QML debugger and QML preview is that <br>
the debugger uses a TCP connection while the preview uses a local <br>
socket. The QML profiler also uses a local socket. Does that work?<br>
_______________________________________________<br><br></blockquote><div><br>The QML profiler works fine.<br>I was able to reproduce the preview being stuck at connecting on another PC.<br><br>When I tried with basic examples, the preview works fine,  so it needs some investigation before reproducing it with a minimal example.<br><br>The 2 main points that could be relevant are:<br>1. I use Qt WebEngine widgets, it might be nothing, but the fact that Qt WebEngine does not work in the nanobrowser example when using qml preview is suspicious.<br>2. The app is primarily widgets, but we use QML inside QQuickView, inside container widgets. So when the app starts 3 or 4 QML engines are created.<br><br>I'll try to do some tests around that when I have some free time in the next few days.</div></div></div>