<div dir="ltr">Hi,<div><br></div><div>So how to find what Qxxx classes are supported and what not?</div><div>E.g. this porting guide suggest to use</div><div><pre style="margin-top:0px;padding:0px 3px;border:0px;outline:0px;font-size:12px;font-family:'Courier New',monospace;vertical-align:baseline;line-height:20px;color:rgb(85,85,85);max-width:100%;background-image:url(http://www.jollausers.com/wp-content/themes/Grimag/assets/images/bg_code.png);overflow:auto;background-repeat:repeat repeat">
QT += webkitwidgets</pre></div><div><a href="http://www.jollausers.com/2013/08/harmattan2sailfish/">http://www.jollausers.com/2013/08/harmattan2sailfish/</a><br></div><div><br></div><div>But if I try that Jolla SDK just says </div>
<div> error: Unknown module(s) in QT: webkitwidgets</div><div><br></div><div>Is there any way to use "<span style="color:rgb(85,85,85);font-family:NokiaPureText,Helvetica,Arial,serif;font-size:14px">QWebPage</span>" to be able get hands on to web pages DOM? I don't need to show webpage or edit it just parse and find something. </div>
<div>If it's not possible, then I guess have to try proposed <span style="font-family:arial,sans-serif;font-size:13px">QXmlStreamReader, it's more low level I guess</span><span style="font-family:arial,sans-serif;font-size:13px">? </span></div>
<div><br></div><div>Br</div><div>-Samuli</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-01-28 Aaron McCarthy <span dir="ltr"><<a href="mailto:aaron.mccarthy@jolla.com" target="_blank">aaron.mccarthy@jolla.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, 24 Jan 2014 22:40:43 Hannes Rantzsch wrote:<br>
> no, unfortunately I didn't get it working. Had no time for further<br>
> fiddling around yet.<br>
> Yeah, XMLHttpRequest looked nice to me too first. But the page I want<br>
> does not offer anything for that. Just plain html.<br>
><br>
> I would still like to get QWebFrame working, as Aaron suggested. Maybe<br>
> now someone has an idea what kind of configurations are needed to get it in?<br>
<br>
</div>Unfortunately QWebFrame seems to be part of Qt WebKit Widgets as well. I<br>
suggest looking at what functionality is provided by Qt WebKit and see if that<br>
meets you needs. Depending on the complexity of the HTML that you want to<br>
parse and what you want to extract out of it, it is possible to use<br>
QXmlStreamReader perhaps with some pre-processing.<br>
<br>
Cheers,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Aaron McCarthy<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
SailfishOS.org Devel mailing list<br>
</div></div></blockquote></div><br></div>