Here's a trivial example:
Column { Dial { id: dial from: 10 to: 100 value: 30 } Text { text: (dial.value * 100) + "°C" font.pointSize: dial.value } }
Here's a trivial example:
whenever the slider's value changes, all the properties of the text are automatically updated. Live demo: https://tinyurl.com/2p5z5ufc