Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 270 Bytes

README.md

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