Re: [SailfishDevel] Making HTTP-requests

2013-12-17 Thread Gabriel Böhme
Hi, there should not be so much to hack with QNetwork. Just started with QNetwork yesterday, it's not very hard to understand, even for a Qt/C++ newbie, like me. Now working with the JSON response seems to be a bit more difficult. ;-) Gabriel. -- Von meinem Nokia N9 gesendet da4c3...@

Re: [SailfishDevel] Making HTTP-requests

2013-12-17 Thread Andrey Kozhevnikov
Why not to make class with features you want and export it via setContextProperty to use on QML side? On 17.12.2013 22:14, da4c3...@ssl-mail.com wrote: What is the preferred way to make HTTP-requests in Sailfish? XMLHttpRequest doesn't cut it, since I need a custom user agent string. Are there

[SailfishDevel] Making HTTP-requests

2013-12-17 Thread da4c30ff
What is the preferred way to make HTTP-requests in Sailfish? XMLHttpRequest doesn't cut it, since I need a custom user agent string. Are there any QML-libraries or do I have to hack it with QNetworkRequest and friends? ___ SailfishOS.org Devel mailing li