Re: [SailfishDevel] QtLocation | Qt 5.6

2017-01-01 Thread helicalgear .
Hi, Qt5.2 itself provided the "QtLocation" as you see. But, unfortunately, QtLocation is not allowed to use for 3rd party apps officially, right now. Please see "Sailfish FAQ" https://harbour.jolla.com/faq#QML_API And the list of modules which can be used by 3rd party apps. https://github.com/sai

Re: [SailfishDevel] Getting simple XML to show on the emulator

2015-05-12 Thread helicalgear .
Hi, Is your first question "How you should do to display the data which are get from the XML" ? I think you should add "delegate" property and some codes to do it. import QtQuick 2.0 import Sailfish.Silica 1.0 import QtQuick.XmlListModel 2.0 Page{ id: root XmlListModel{ i