Re: [Interest] Mirror Qml Item content into Qml Image

2017-06-27 Thread Jérôme Godbout
: > You can use a ShaderEffectSource instead of an Image: > > http://doc.qt.io/qt-5/qml-qtquick-shadereffectsource.html#details > ____ > From: Interest <interest-bounces+mitch.curtis=qt...@qt-project.org> on > behalf of Nuno Santos <nu

Re: [Interest] Mirror Qml Item content into Qml Image

2017-06-27 Thread Mitch Curtis
You can use a ShaderEffectSource instead of an Image: http://doc.qt.io/qt-5/qml-qtquick-shadereffectsource.html#details From: Interest <interest-bounces+mitch.curtis=qt...@qt-project.org> on behalf of Nuno Santos <nunosan...@imaginando.pt> S

[Interest] Mirror Qml Item content into Qml Image

2017-06-27 Thread Nuno Santos
Hi, Is there anyway of making the contents of a Qml Item appear rendered inside a Qml Image? The purpose is to make a viewport navigation preview for a certain Qml Item. Thanks! Nuno ___ Interest mailing list Interest@qt-project.org http

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

2016-08-24 Thread Kishore J
riant 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" <kitts.mailingli...@gmail.com> > *To:* interest@qt-project.org > *Subject:* Re: [Interest] Passing QML

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

2016-08-17 Thread Jason H
ically 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" <kitts.mailingli...@gmail.com> To: interest@qt-project.org Subject: Re: [Interest] Passing QML mapobjects (MapCircle) to

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

2016-08-16 Thread Kishore J
li...@gmail.com> > To: interest@qt-project.org > Subject: [Interest] Passing QML mapobjects (MapCircle) to QML maps through C++ > 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. > >

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" <kitts.mailingli...@gmail.com> To: interest@qt-project.org Subject: [Interest] Pas

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

2016-08-14 Thread Kishore J
ated would need QML code again but I think i can deal with that. The map objects need not always be circles and could possibly be more complex qml code. -- Regards, Kishore ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] To QML or not to QML...

2012-03-06 Thread Sivan Greenberg
Hello! On Mon, Mar 5, 2012 at 7:39 PM, BRM bm_witn...@yahoo.com wrote: As I have not yet touched QML, and there are many on this list who have, what you recommend? Would it be worth trying to do this in QML - either #2 or #3 - or should I just stick to #1? You could try and use pure QML

Re: [Interest] To QML or not to QML...

2012-03-06 Thread BRM
, 2012 6:21 AM Subject: Re: [Interest] To QML or not to QML... Hello! On Mon, Mar 5, 2012 at 7:39 PM, BRM bm_witn...@yahoo.com wrote: As I have not yet touched QML, and there are many on this list who have, what you recommend? Would it be worth trying to do this in QML - either #2 or #3

Re: [Interest] To QML or not to QML...

2012-03-06 Thread Jason H
. - Original Message - From: BRM bm_witn...@yahoo.com To: Interests Qt interest@qt-project.org Cc: Sent: Tuesday, March 6, 2012 12:26 PM Subject: Re: [Interest] To QML or not to QML... From: Preet prismatic.proj...@gmail.com On Mon, Mar 5, 2012 at 12:54 PM, Jason H scorp...@yahoo.com wrote: It is my