Re: [Interest] Array syntax in QML

2014-07-04 Thread Joerg Bornemann
On 05-Jun-14 10:49, Christopher Courtois wrote: > In QML the regular syntax to fill an array in declarative way is : > > states: [ > State {...}, > State {...}, > State {...} > ] > > I found out by accident that an alternative syntax is also supported but > it didn't find any doc ab

Re: [Interest] Array syntax in QML

2014-06-05 Thread Christopher Courtois
Sorry my last mail was sent before I finished it :/ Let me start again : In QML the regular syntax to fill an array in declarative way is : states: [ State {...}, State {...}, State {...} ] I found out by accident that an alternative syntax is also supported but it didn't find any do