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

[Interest] Array syntax in QML

2014-06-05 Thread Christopher Courtois
The reuglat syntax for array is states: [ ] Christopher Courtois ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest