Re: [Interest] QML Map Provider MapQuest has disabled direct access

2016-07-17 Thread Alexander Blasche
Hi, >Has anyone tried to write a provider >plugin for google maps or has anyone had any success in using the native >Android MapView/MapFragment as well as iOS MapKit alongside QML in their >App? I know of at least two patches pushed to Gerrit for working Google implementation. Both had to be re

[Interest] HFP handling

2016-07-17 Thread Marco Trapanese
Hello, is there any example to show how to handle HFP communication within Qt5.7? I'm interested in basic stuff: - wait for incoming calls - answer or reject - retrieve phonebook contacts - make a call There are some python scripts out there, but

Re: [Interest] Creating Qt Quick controls from C++

2016-07-17 Thread André Somers
Op 07/07/2016 om 23:52 schreef Rob Allan: I'm part of a team that is looking at migrating an existing Windows C++ app to Qt. The first decision is whether to use Widgets or Qt Quick. Since Qt Quick is newer, shinier, faster, etc, that seems like the obvious choice. However, for reasons that I

Re: [Interest] Managing memory with QObject*-models exposed to QML

2016-07-17 Thread Stephen Kelly
Ola Røer Thorsen wrote: > My worry here is that deleteLater() is sometimes still too soon for the > QML engine to keep up, especially when there is a lot of things going on > in the Quick scene. Or if there is an animation for item removal. > Could this be the case? If so, what is the rock-solid

Re: [Interest] Managing memory with QObject*-models exposed to QML

2016-07-17 Thread Ben Lau
On 17 July 2016 at 19:22, Ola Røer Thorsen wrote: > Thank you for the feedback, Ben. > > 2016-07-15 19:32 GMT+02:00 Ben Lau : > >> Hi, >> >> In my humble opinion, QObjectListModel is a bad idea. Because it is >> difficult to manage the life cycle of QObject with QML. Just like your >> problem. I

Re: [Interest] Qt Location with Mapbox plugin?

2016-07-17 Thread Ola Røer Thorsen
2016-07-15 18:08 GMT+02:00 : > > Do you see http://doc.qt.io/qt-5/location-plugin-mapbox.html and > https://www.mapbox.com/help/define-map-id/ ? > > Thank you! That second URL helped, I had not seen it. I was using the Mapbox Studio, and that page says "Styles made in Mapbox Studio do not have map

Re: [Interest] Managing memory with QObject*-models exposed to QML

2016-07-17 Thread Ola Røer Thorsen
Thank you for the feedback, Ben. 2016-07-15 19:32 GMT+02:00 Ben Lau : > Hi, > > In my humble opinion, QObjectListModel is a bad idea. Because it is > difficult to manage the life cycle of QObject with QML. Just like your > problem. I have met the similar issue in my first QML project. The > appli