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 wrote:
> modelData is in
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:
http:/
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 fu
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