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
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
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
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
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
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
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
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