Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Qt int to String in qml aka sprintf in c

$
0
0
Hi, I need to print a number in qml in this way (with three digits), for example 3 -> 003 10 -> 010 etc… How I can do this in qml, with this code? property int val: 10   Text { text: val }

Viewing all articles
Browse latest Browse all 4972

Trending Articles