Re: [SailfishDevel] QtWebKit QWebView

2014-02-05 Thread Andrey Kozhevnikov
most of extra packages are not preinstalled by default. you should install development packages using SDK Control Center, and add dependencies to your yaml/spec for installing all required packages on target devices. On 06.02.2014 01:52, Samuli Silvius wrote: Hi, So how to find what Qxxx cla

Re: [SailfishDevel] QtWebKit QWebView

2014-02-05 Thread Samuli Silvius
Hi, So how to find what Qxxx classes are supported and what not? E.g. this porting guide suggest to use QT += webkitwidgets http://www.jollausers.com/2013/08/harmattan2sailfish/ But if I try that Jolla SDK just says error: Unknown module(s) in QT: webkitwidgets Is there any way to use "QWebPa

Re: [SailfishDevel] QtWebKit QWebView

2014-01-27 Thread Aaron McCarthy
On Fri, 24 Jan 2014 22:40:43 Hannes Rantzsch wrote: > no, unfortunately I didn't get it working. Had no time for further > fiddling around yet. > Yeah, XMLHttpRequest looked nice to me too first. But the page I want > does not offer anything for that. Just plain html. > > I would still like to get

Re: [SailfishDevel] QtWebKit QWebView

2014-01-24 Thread Hannes Rantzsch
Hey, no, unfortunately I didn't get it working. Had no time for further fiddling around yet. Yeah, XMLHttpRequest looked nice to me too first. But the page I want does not offer anything for that. Just plain html. I would still like to get QWebFrame working, as Aaron suggested. Maybe now someone

Re: [SailfishDevel] QtWebKit QWebView

2014-01-24 Thread Samuli Silvius
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

Re: [SailfishDevel] QtWebKit QWebView

2014-01-20 Thread Hannes Rantzsch
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, A

Re: [SailfishDevel] QtWebKit QWebView

2014-01-20 Thread Aaron McCarthy
Hi, On Mon, 20 Jan 2014 23:27:02 Hannes Rantzsch wrote: > 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: > http://qt-proje

[SailfishDevel] QtWebKit QWebView

2014-01-20 Thread Hannes Rantzsch
Hi, 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: http://qt-project.org/doc/qt-5/qtwebkitexamples-webkitwidgets-domtraversal-ex