Re: [Interest] Embedding a map in a QML UI on Android and iOS

2015-12-26 Thread Federico Buti
​Hi Dirk, maybe you can take a look at Qt Location and see if it fits your use case. It is currently available as a tech preview in Qt 5.5 but it should be officially released with the next - currently in beta - release, i.e. Qt 5.6. Cheers, F. On 26

[Interest] Embedding a map in a QML UI on Android and iOS

2015-12-26 Thread Dirk Hohndel
I've been searching for quite a while and my head is spinning. :-/ How would a QML application on Android and iOS display a map - preferably a Google map, but I'll work with something else that has a satellite view if need be. I tried QWebView so that I could open an embedded Google map in it.

Re: [Interest] Draw multiple rectangles in a QGraphicsItem using the mouse

2015-12-26 Thread david.carmona93
Hi everybody, I am currently trying to resize a QGraphicsRectItem through my QGraphicsScene using the MouseMoveEvent method. In the latter, I’m checking if the application is in the “startModifying” mode (Therefore, if he wants to modify a rectangle) and in which corner the moue is: IsOnTopL