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

Latest commit

 

History

History

sync_widget

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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