Re: [Interest] Passing QML mapobjects (MapCircle) to QML maps through C++

2016-08-24 Thread Kishore J
and handle that accordingly. But it sounds like the C++ approach > is best. > > > > *Sent:* Tuesday, August 16, 2016 at 2:44 PM > > *From:* "Kishore J" > *To:* interest@qt-project.org > *Subject:* Re: [Interest] Passing QML mapobjects (MapCircle) to QML maps > thr

Re: [Interest] Passing QML mapobjects (MapCircle) to QML maps through C++

2016-08-17 Thread Jason H
tomatically to a QVariant and handle that accordingly. But it sounds like the C++ approach is best.       Sent: Tuesday, August 16, 2016 at 2:44 PM From: "Kishore J" To: interest@qt-project.org Subject: Re: [Interest] Passing QML mapobjects (MapCircle) to QML maps through C++   On

Re: [Interest] Passing QML mapobjects (MapCircle) to QML maps through C++

2016-08-16 Thread Kishore J
e oncompleted function for it to work. I still don't know how to dynamically change the plugin of the map (from c++) as I would like to have that choice made in a qwidget. I'm still learning... > Sent: Sunday, August 14, 2016 at 7:12 AM > From: "Kishore J" > To: interest

Re: [Interest] Passing QML mapobjects (MapCircle) to QML maps through C++

2016-08-15 Thread Jason H
/qt-5/qtqml-cppintegration-data.html http://doc.qt.io/qt-5/qtqml-cppintegration-definetypes.html <- this is probably waht you want   Sent: Sunday, August 14, 2016 at 7:12 AM From: "Kishore J" To: interest@qt-project.org Subject: [Interest] Passing QML mapobjects (MapCircle) to QML m

[Interest] Passing QML mapobjects (MapCircle) to QML maps through C++

2016-08-14 Thread Kishore J
Hi, Due to the lack of C++ API for maps, i am forced to use QML for the map but i am unable to understand how i need to structure my application. Architecturally, I have a qobject pool and various applications register objects to the pool. Any part of the application that can use the pooled objec