Re: [Interest] Unexplained offset in QML

2014-01-10 Thread Alan Alpert
On Thu, Jan 9, 2014 at 7:28 AM, Jason H wrote: > Thanks Alan. Actually, A this the case. However I don't understand why it > matters? > > The "missing code" is just the Animal.qml, that only nests the elements > accordingly for layering/grouping: > Item { > Item { id: head >Item { id: earL} >

Re: [Interest] Unexplained offset in QML

2014-01-09 Thread Jason H
everything else) From: Alan Alpert <4163654...@gmail.com> To: Jason H Cc: "interest@qt-project.org" Sent: Monday, January 6, 2014 2:57 PM Subject: Re: [Interest] Unexplained offset in QML On Fri, Jan 3, 2014 at 2:08 PM, Jason H wrote: > I have a QML object that is sev

Re: [Interest] Unexplained offset in QML

2014-01-06 Thread Alan Alpert
On Fri, Jan 3, 2014 at 2:08 PM, Jason H wrote: > I have a QML object that is several Images. When I load the whole thing, I > do it as a two-step process. The first is a static QML file that properly > nests the objects. That is inherited by one that sets the source and > location of the images. >

[Interest] Unexplained offset in QML

2014-01-03 Thread Jason H
I have a QML object that is several Images. When I load the whole thing, I do it as a two-step process. The first is a static QML file that properly nests the objects. That is inherited by one that sets the source and location of the images. The images are correct, with no white space. The offs