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
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
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
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
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
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
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