Text {
id: separate1
y: 15
color: "white"
text: value
font.pixelSize: 20
}
Text {
id: separate1
y: 15
color: "white"
text: autoValue + value
font.pixelSize: 20
}
function generate(var value){
/*####*/
return genValue;}
Text {
id: separate1
y: 15
color: "white"
text: generate(variable)
font.pixelSize: 20
}