-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
If a device property is set outside of the gui, the gui doesn't update
Describe the solution you'd like
In base_device_class, wrap the setters of properties to emit signal so ui can update with correct value. Maybe signal like deviceChanged and it emits with the property name and value
Acceptance Criteria
- create signal
- wrap all setter function of properties
- connect signal to slot that updates widgets with new value
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request