[Interest] ListElement value cannot be a property script

2015-06-05 Thread Gian Maxera
Hello, I have a ListElement as following: ListElement { name: Alexanderbrfont size=\1\+qsTr(Sales Executive, Russia)+/font And QML complain to load it because I cannot use script as property value for ListElement. But if I write the following: ListElement { name:

Re: [Interest] ListElement value cannot be a property script

2015-06-05 Thread Kristoffersen, Even (NO14)
-project.org Subject: [Interest] ListElement value cannot be a property script Hello, I have a ListElement as following: ListElement { name: Alexanderbrfont size=\1\+qsTr(Sales Executive, Russia)+/font And QML complain to load it because I cannot use script as property value for ListElement

Re: [Interest] ListElement value cannot be a property script

2015-06-05 Thread Gian Maxera
] ListElement value cannot be a property script Hello, I have a ListElement as following: ListElement { name: Alexanderbrfont size=\1\+qsTr(Sales Executive, Russia)+/font And QML complain to load it because I cannot use script as property value for ListElement. But if I write