usepat / soniccontrol

A python based lightweight GUI to control and communicate with a SonicAmp
Other
1 stars 0 forks source link

Create a form class #109

Open DavidWild02 opened 2 months ago

DavidWild02 commented 2 months ago

create a form class that takes an attrs class as input, iterates through its attributes and creates adequate input fields for it.

Already done something similar for procedure_widget. Just refactor it to a form component

Use this component then also for the settings page