HI. t.y. i think i will try to stay with qml, i will try to use QWebFrame::findAllElements("div.e");. And ofcourse thanks for you help!
Type: Posts; User: Evaldas12; Keyword(s):
HI. t.y. i think i will try to stay with qml, i will try to use QWebFrame::findAllElements("div.e");. And ofcourse thanks for you help!
Hi, I'm having a problem to collect data from web via XmlListModel, the problem is that a web doesn't have rss feed feature so how can do it with out it (maybe namespaceDeclaration ?), please i need...
maybe via Skype ?
that's the problem I doesn't open externaly ;///
yes this code is good it changes the links from the text color to link but when you click on them they open only specified link "your link " and I want that they would open many different link...
thanks but I want to open link/string which I get from the web
Thank you ;] just fixed problem were with query and name space , now I have new problem an easy problem , but I don't know how to do it, its I want to make links to open externally in a mobile...
I just don't understand why doesn't it take information(posts) from the web.... it doesn't show post in the appp I have checked listview is working...
XmlListModel {
id: feedModel
...
Rectangle {
id: rssModel
property string currentFeed: "www.reddit.com/new"
property bool loading: xmlModel.status == XmlListModel.Loading
XmlListModel {
id:...
Help needed guys, I have camera code/app but I need to add to it a feature witch will change the colors which ar show (e.g. swaps green with blue or otherwise) I need an example code or something ,...