[SailfishDevel] Encrypted authentification storage

2016-12-08 Thread george b
Hi What is the best way to save acount login data (e.g. username/password for some internet services) within an app? On iOS there is something like an encrypted key store which can easily be used for such things. As far as I know, QSettings only writes settings in plain text. Any suggestions on

Re: [SailfishDevel] First app (QML with some python) with some major problems

2016-12-08 Thread Matthew Vogt
Hi alien. I don't really follow your description of the issue with the PageStack. Are you trying to use a Dialog, and have the 'accept' action replace the dialog with another page that you're creating? If so, you need to use the 'acceptDestination' and 'acceptDestinationAction' properties. ht