<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
QSettings saved in ~/.config/organization/application.conf<br>
<br>
for privacy you can make own SQL frontend with password-locked
database.<br>
<br>
<div class="moz-cite-prefix">On 29.12.2013 18:46, Mikael Hermansson
wrote:<br>
</div>
<blockquote cite="mid:4427910.izdb9UQYR1@thinkpad-x230" type="cite">
<pre wrap="">On Sunday 29 December 2013 10.08.04 Franck Routier wrote:
</pre>
<blockquote type="cite">
<pre wrap="">
LocalStorage:
(+) available in qml out of the box, more standard (HTML5 ??), more
powerful (sql)
(-) not directly human readable / editable, security concerns (all
tables available to all qml apps ??)
</pre>
</blockquote>
<pre wrap="">
The localestorage file is saved per app in
~/.local/share/APPNAME/QML/OfflineStorage/Databases/UNIQUE_ID_OR_SIMILAR.
db
QSettings also stored ~/.local/share/appname/something...
So both QSettings and LocaleStorage can be readable by other apps with some
hacks. So non is better on security concern. Or wait maybe SQL is bit better because
its not readable from text editor atleast ;)
But I agree SQL is bit annoying to work with.
Would be nice with higher levcel api for insert/delete/update...
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
SailfishOS.org Devel mailing list</pre>
</blockquote>
<br>
</body>
</html>