Re: [Interest] create delegate modelData

2016-07-18 Thread Kevin Mcintyre
Thanks for the follow up - I quickly discovered a mistake in my thinking that createObject sets properties not objects so of course modelData object will not working out of box because it's passed into delegates as an object. On Mon, Jul 18, 2016 at 3:42 PM, Alan Ezust

Re: [Interest] create delegate modelData

2016-07-18 Thread Alan Ezust
modelData is indeed a special reserved data role for use inside delegates with certain kinds of models, including C++ objectlists and also stringlistmodel. I can't find any documentation that explains exactly what 'modelData' is or where it is "reserved". However, modelData mentioned here:

[Interest] [QT3D] Are any Qt3d or OpenGL examples supported on Boot2Qt on Raspberry PI3

2016-07-18 Thread Pierre Chicoine
I am using the commerical Device Creation using Boot2Qt and no examples work. Not even the OpenGL versions. They all crash. Are they supported? I am on Linux Kubuntu 14.04 Intel I7 960 qt3d fails in qopenglcontext.cpp on line 731 /// this is the function it fails in at first line of

[Interest] [Qt3D] Splash screen while 3d scene is rendering

2016-07-18 Thread Oleg Evseev
Hi, I want to do an splash screen while my 3d scene is loading. Loader item get status Ready almost instantly (after all qml elements are loaded), but before 3d scene objects are rendered - they are then shown one by one (the process I want to hide from user view). How could it be done? Thank in

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

2016-07-18 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