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
Hello,
When creating a new QtQuick application from QtCreator also the folder
structure is created which contains a "qml" directory.
QtCreator automatically lists all qml files in that directory.
In my project I modified the directory structure and moved the "qml"
directory to somewhere else
so