On 23/08/11 14:21, Thiago Macieira wrote:
> Hello again
>
> I'm inspired today
>
> I'd like to propose that we mark QSettings as Done and move it to a separate
> module, once the task I proposed in "System and global settings and platform
> plugins" is complete.
Sorry if I appear to be hijacking this and the "Getting rid of build keys" 
threads.

Treedb is a library that allows programs to manipulate treedb files.
These files are network databases - think binary JSON that can be edited 
in-place, accessed
through a memory map.

I wrote it so that it could be used in embedded systems, even the boot loader.

It could be used for plugins as well as arbitrary configuration storage, and of 
course other
applications I haven't thought of.

As for configuration change notifications, these could be system-wide, so I'd 
recommend a
local network server with a TCP/IP socket clients could connect to to get and 
send change
notifications.

Philip

_______________________________________________
Qt5-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

Reply via email to