[Qt-qml] Jar-like zip archive of QML code

Mark Constable markc at renta.net
Wed Nov 24 23:15:16 CET 2010


On 25/11/10 08:00, Ville M. Vainio wrote:
> Every now and again (case in points - yesterday after Tampere
 > MeeGo meetup) this pops up in conversations - people seem to
 > miss a .jar like archive format for QML files. Basically,
 > this would be a zipped bunch of qml files, and perhaps c++
 > modules.
> [...]
> The scheme (once specified) would probably not be that hard
 > to implement, it'd most probably involve adding a new url
 > scheme to the current "network transparent" import system.

Absolutely ++1

zip:///absolute/path/some.zip?assets/item.png
zip://./relative/path/some.zip?assets/item.png
zip://some.domain.com/some.zip?assets/item.png
zip://uname:upass@some.domain.com/some.zip:443?assets/item.png

--markc



More information about the Qt-qml mailing list