[Interest] Thoughts on a 'proper' (or standard) file/io API for QML?

Alejandro Exojo suy at badopi.org
Wed Aug 10 22:36:53 CEST 2016


On Wednesday 10 August 2016 17:09:17 Jason H wrote:
> I know it's not a normal thing, but occasionally in QML we need to access
> files. Exposing an object is not hard, but it would be really good to have
> a standard to enable QML libraries that use file IO.
> 
> There are two ways to basically so this:
> - QML Specific API
> - Node.JS-compatible API
> 
> I did find this: https://github.com/trollixx/node.qml

This is a different thing IMHO.

> But I think this is something Qt needs to standardize on. My opinion is to
> use the Node API, which contains sync and async functions.
> 
> Does anyone have any opinions or insight on this?

Yes, isn't that what CommonJS intended? I don't remember what Qbs had, but 
something like that I think.

Meanwhile, you should check this:

http://ibeliever.github.io/quickly/

-- 
Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2
http://barnacity.net/ | http://disperso.net




More information about the Interest mailing list