Re: [Development] Qml: fast-path loading of custom URLs

2013-07-25 Thread Josh Faust
> We have that, in that you can mark a reply as finished immediately and > then it will continue to load it synchronously. But that's still > taking a slightly slower path and counts as a remote resource (which > restricts the behavior slightly, such as requiring qmldir files and > restricting plug

[Development] Qml: fast-path loading of custom URLs

2013-07-25 Thread Josh Faust
> It used to be that the QQmlEngine docs said to set a custom > QNetworkAccessmanager for intercepting file access, but this had three > important drawbacks > 1) You have to use a custom URL everywhere > 2) You take the slow path when you don't actually need to > Is there any plan for allowing the