Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
There was also a topic regarding input mask, it works the same as in the rest of Qt
You can substitute in text for example
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
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question