binding_properties.py 257 B

1234567891011
  1. from ..tools import load_demo
  2. name = 'binding_properties'
  3. title = 'Binding Properties'
  4. description = '''
  5. To update UI elements automatically, you can bind them to each other or to your data model.
  6. '''
  7. def content() -> None:
  8. load_demo('bindings')