Re: [Interest] Is there a quick way of know how many quick items are presented in a quick scene graph?

2022-03-28 Thread Furkan Üzümcü
You can try QSG_RENDERER_DEBUG=render There’s other techniques you can use here: https://doc.qt.io/qt-5/qtquick-visualcanvas-scenegraph-renderer.html#performance And here: https://doc.qt.io/qt-5/qtquick-visualcanvas-scenegraph-renderer.html#visualizing > On Mar 25, 2022, at 07:49, Nuno Santos

Re: [Interest] QWebSocketServer on iOS

2022-03-28 Thread Alexander Carôt
Hej Marten, Here we go – please find the sample code regarding the iOS websocket issue here: https://www.dropbox.com/s/y7nr3ywht75exhw/iOS_audio.zip?dl=0 This one does not contain the webbrowser yet it can be used with any iOS browser (Safari, Chrome, FF etc.) with the following script:

Re: [Interest] QWebSocketServer on iOS

2022-03-28 Thread Mårten Nordheim
Is there anything printed out in the console of the browser? And it shouldn't be needed, but you can try connecting to the originAuthenticationRequired signal: https://doc.qt.io/qt-5/qwebsocketserver.html#originAuthenticationRequired In case that's where it somehow goes wrong. Mårten