Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 270 Bytes

File metadata and controls

12 lines (8 loc) · 270 Bytes

Synchronizing Widgets

You can use property bindings in order to synchronize the values of widgets. In this example a spin button and a horizontal scale will get interlocked.

Run it by executing:

cargo run --bin sync_widget

screenshot