Hi.

> Use Lua instead:
>
> cfg = {
>      stringValue = "string",
>      listOfStringValues = { "str1", "str2", "str3" },
>      intValue = 100,
>      vecOfTags = {
>          stringValue = "string1",
>          intValue = 100
>      }
>      vecOfTags2 = {
>          stringValue = "string2",
>          intValue = 100
>      }
> }

Lots of commas, and what equality for? Configuration file should be user 
friendly.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to