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
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
The reuglat syntax for array is
states: [
]
Christopher Courtois
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest