slint/examples/dial
2025-08-29 10:44:44 +02:00
..
images dial example: move the files one directory down 2024-09-14 18:37:17 +02:00
dial.slint Dial Example: Use local variables instead of temporary properties 2025-08-29 10:44:44 +02:00
README.md dial example: Restrict angle to the defined range and refine angle calculation (#7181) 2024-12-20 19:39:28 +02:00

Dial Demo Video

Slint dial example

Dial example. Uses Math.atan2 to calculate the angle and let the user rotate a dial.

Online Preview Online code editor

Planned changes

  • Update the graphics slightly. They are 10 years old and would benefit from a small polish.