Re: [SailfishDevel] FolderListModel errors

2013-08-19 Thread Jonni Rainisto
import Qt.labs.folderlistmodel 1.0 works for me at least, only thing that I added was the line in spec file (or in yaml) and installed the rpm that I created (which pulled the requirements in). Requires: qt5-qtdeclarative-import-folderlistmodel Most likely you just want to uninstall everything

[SailfishDevel] FolderListModel errors

2013-08-19 Thread P S
Hi, I am using the QML FolderListModel in my application. Using zypper, I installed libqtdeclarative4-folderlistmodel but it gave the following error: module "Qt.labs.folderlistmodel" is not installed Since the new SDK offers some Qt5 and QtQuick2 support, I then also installed qt5-qtdeclarativ

Re: [SailfishDevel] replacement to QtMobility's GalleryModel?

2013-08-19 Thread Joseph Crowell
Some of the guys from Australia have taken over the Qt 4 Mobility repo and are working on porting and merging large parts of it in to Qt 5. They should be in by 5.2 or 5.3 at their current rate. On 17/08/2013 04:05 AM, christopher.l...@thurweb.ch wrote: Hi Zitat von "Lucien XU" : For GPS an

[SailfishDevel] Some UI stuff etc.

2013-08-19 Thread FIlip Kłębczyk
Hello, while on Sailfish SDK installfest event in Bratislava yesterday I've met a guy who is working on an IVI UI/UX for one of the well known automotive brands (nevermind which). As Sailfish was something new to him he was very interested what this OS has to offer in terms of UX. Reception w

Re: [SailfishDevel] Using QJson in Sailfish OS

2013-08-19 Thread David Greaves
The zypper in approach is fine - but it's also pretty easy to use the Control Center. In QtCreator go to the Targets area on the Sailfish Control Centre page and click 'manage' by the target you are using. Type "json devel" into the box... click "install" on the one you want This also takes care

Re: [SailfishDevel] Using QJson in Sailfish OS

2013-08-19 Thread Jonni Rainisto
Hi, zypper in inside the sb2 rootfs as mentioned in quite a many posts in here, but you can just simply add following build requires depency into your projects .yaml file, that way qt creator will install headers automaticly for you when you compile. (PkgBR) qjson-devel br, Jonni ___

Re: [SailfishDevel] Using QJson in Sailfish OS

2013-08-19 Thread Knight Andrew
___ From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Dimitris [sarlis@gmail.com] Sent: Monday, August 19, 2013 2:53 PM To: devel@lists.sailfishos.org Subject: [SailfishDevel] Using QJson in Sailfish OS Hello! I am

[SailfishDevel] Using QJson in Sailfish OS

2013-08-19 Thread Dimitris
Hello! I am trying to use QJson in my app. But I don't know what I should do to install QJson and how I can use it afterwards. I followed the instructions here but it doesn't seem to work. Cheers, Dimitris