Hello.
How can I create a Stringlist in a Qt Quick Application ?
@
property int xx:0 // this works
property int yy: 0 // this too
property qstringlist sl1: nil // error
@
How can I create a StringList, it should not be seen be the user, just a variable with data and the ability to add lines.
Thanks