<html>
  <head>
    <meta content="text/html; charset=ISO-8859-6"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#666666">
    <div class="moz-cite-prefix">thanks again Allan.<br>
      <br>
      i was talking about this issue with my team, and we kind of wrote
      off this possibility as our application runs on android too and,
      our main issue about this is memory usage ... we're thinking about
      a good old rest service in cpp to bridge between javascript and
      sqlite :)<br>
      <br>
      my best regards,<br>
      richard.<br>
      <div class="moz-signature"><br>
        <br>
      </div>
      On 02/26/2014 10:37 AM, Allan Sandfeld Jensen wrote:<br>
    </div>
    <blockquote cite="mid:201402261437.39427.kde@carewolf.com"
      type="cite">
      <pre wrap="">Hi Richard

You can increase the default offline storage quota in QWebSettings or you can 
implement hooks in qwebpage that allows your specific application to go over 
the default quota of 5Mbyte.

`Allan

On Wednesday 26 February 2014, Richard Gerd Kuesters wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">thanks Allan!

the problem is: i would like to make usage of a database (created by me)
that can have 400mb+ ... first of all, i don't know nothing about websql
or the local storage api :) and second, how will webkit handle a
database this size?


best regards,
richard.

On 02/26/2014 09:41 AM, Allan Sandfeld Jensen wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">On Wednesday 26 February 2014, Richard Gerd Kuesters wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">Thanks Konstantin and Allan!

I'm sorry to hear that this can't be done anymore, since it was a hope
of mine to bring more logic to the JavaScript end of my application :)
But that's ok, nevertheless I'll have a lot of work, lol.
</pre>
          </blockquote>
          <pre wrap="">
You can still use the Local Storage API or WebSQL.

`Allan
</pre>
        </blockquote>
      </blockquote>
      <pre wrap="">

</pre>
    </blockquote>
    <br>
  </body>
</html>