<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hey,<br>
    <br>
    no, unfortunately I didn't get it working. Had no time for further
    fiddling around yet.<br>
    Yeah, XMLHttpRequest looked nice to me too first. But the page I
    want does not offer anything for that. Just plain html.<br>
    <br>
    I would still like to get QWebFrame working, as Aaron suggested.
    Maybe now someone has an idea what kind of configurations are needed
    to get it in?<br>
    <br>
    BR,<br>
    Hannes<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 01/24/2014 06:43 PM, Samuli Silvius
      wrote:<br>
    </div>
    <blockquote
cite="mid:CABcJ=QzCy7rcUxddr-ezjyyr+XCd3Qp1bUpv5H6RvOi2Z190Aw@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi,

Di you get this working? I would need very same functionality (getting
webpage content, as dom to traversal). It feel strange to me that WebView
(SilicaWebView) does not provide access to webpage content? Maybe it has
reasons, I don't know as very new to mobile apps..
I have also tried to find solution by using "XMLHttpRequest" javascript
way, but did not yet find any. I would like to keep my code purely on
QML/Javascript but in this case it's ok to have also C++ solution. I have
done a lot C++ but so many years back and certainly not mobile platforms.

-Samuli


2014/1/21 Hannes Rantzsch <a class="moz-txt-link-rfc2396E" href="mailto:hannes.rantzsch@student.hpi.uni-potsdam.de"><hannes.rantzsch@student.hpi.uni-potsdam.de></a>

</pre>
      <blockquote type="cite">
        <pre wrap="">Hi Aaron, thank you for your answer.

I tried QWebFrame, but it says incomplete type. Apparently QWebFrame is
only forward declared in QWebElement (which is available, but on it's
own of no use I guess). Or am I simply missing some #include?

Any ideas?


Thanks,

Hannes


On 01/21/2014 02:37 AM, Aaron McCarthy wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">Hi,

On Mon, 20 Jan 2014 23:27:02 Hannes Rantzsch wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">I'm trying to get the content of a website. Since SilicaWebView doesn't
seem to provide this, I want to write a C++ class that does. QWebView
from QtWebKit should be able to do this (this example is actually
perfect:

</pre>
          </blockquote>
        </blockquote>
        <pre wrap=""><a class="moz-txt-link-freetext" href="http://qt-project.org/doc/qt-5/qtwebkitexamples-webkitwidgets-domtraversal-e">http://qt-project.org/doc/qt-5/qtwebkitexamples-webkitwidgets-domtraversal-e</a>
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">xample.html).

However, I cannot include QWebView (no such file [...]) and including
"QtWebKit/QtWebKit" does not give me the QWebView either.

I did add "QT += webkit" to my .pro-file.

What am I missing?
</pre>
          </blockquote>
          <pre wrap="">QWebPage is in WebKit widgets.

QT += webkitwidgets

But widgets aren't supported.

If you don't need to display the web page, you can use QWebFrame and
</pre>
        </blockquote>
        <pre wrap="">follow
</pre>
        <blockquote type="cite">
          <pre wrap="">the example you linked to from there.

Cheers,

</pre>
        </blockquote>
        <pre wrap="">
_______________________________________________
SailfishOS.org Devel mailing list

</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SailfishOS.org Devel mailing list</pre>
    </blockquote>
    <br>
  </body>
</html>