Re: [Development] Qt.vector3d() and friends

2014-01-10 Thread Alan Alpert
On Wed, Jan 8, 2014 at 5:31 AM, Sebastian Lehmann wrote: > Hi, > > I'd find it "natural" if there was something like a QtCore plugin. > Then, QtQuick and Qt3D (and other stuff) could depend on it; i.e. > something analogous to the existing Qt modules dependency, but in the > QML world. > > I alrea

Re: [Development] Qt.vector3d() and friends

2014-01-08 Thread Koehne Kai
ect: Re: [Development] Qt.vector3d() and friends > > Hi, > > I'd find it "natural" if there was something like a QtCore plugin. > Then, QtQuick and Qt3D (and other stuff) could depend on it; i.e. > something analogous to the existing Qt modules dependency, but in

Re: [Development] Qt.vector3d() and friends

2014-01-08 Thread Sebastian Lehmann
Hi, I'd find it "natural" if there was something like a QtCore plugin. Then, QtQuick and Qt3D (and other stuff) could depend on it; i.e. something analogous to the existing Qt modules dependency, but in the QML world. I already encountered situations in which I wanted to use QtQuick stuff

Re: [Development] Qt.vector3d() and friends

2014-01-08 Thread Charley Bay
Sean Harmer sayeth: > Hi, > > during the development of the new version of Qt3D's QML API we have come > across an interesting (well if you like that kind of thing) problem. > > The issue is that at present the QML value type helpers for types such as > QVector3D are provided by QtQuick meaning th

[Development] Qt.vector3d() and friends

2014-01-08 Thread Sean Harmer
Hi, during the development of the new version of Qt3D's QML API we have come across an interesting (well if you like that kind of thing) problem. The issue is that at present the QML value type helpers for types such as QVector3D are provided by QtQuick meaning that we have to do import QtQuic