Re: [Development] QRC based javascript source in QWebEngineView

2025-10-18 Thread Kaloyan Chehlarski via Development
re instantiated. Cheers, Kaloyan Confidential From: Scott Bloom Date: Saturday, 27. September 2025 at 02:12 To: List for announcements regarding Qt releases and development via Announce via Development , Nuno Santos via Interest Subject: [Development] QRC based javascript source in QWebEngi

Re: [Development] QRC based javascript source in QWebEngineView

2025-10-17 Thread Scott Bloom
Behalf Of Kaloyan Chehlarski via Development Sent: Tuesday, September 30, 2025 03:48 To: [email protected] Subject: Re: [Development] QRC based javascript source in QWebEngineView Hi Scott, By default, support for the Fetch API is not enabled for the QRC scheme. You can override the

Re: [Development] QRC based javascript source in QWebEngineView

2025-09-30 Thread Scott Bloom
Bloom Sent: Tuesday, September 30, 2025 14:03 To: Kaloyan Chehlarski ; [email protected] Subject: RE: [Development] QRC based javascript source in QWebEngineView Thanks. That was it. Suggestion, and I file a bug against doc/examples if need be. At least one of the QWebEngineXXX

[Development] QRC based javascript source in QWebEngineView

2025-09-26 Thread Scott Bloom
Im having problems loading html that has javascript inside of it. I am loading the URL into the QWebEngineView via a url that looks like QUrl( "qrc:/XXX.html" ) The top level html, uses a standard html tag for