You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uimadcad should provide a user-friendly form-like panel for editing settings, rather than just opening the settings files
Since all settings are only dictionnaries of simple objects in a module, we can use a generic dict-to-form function and provide some default values for enum fields and some tips for all.
This should be pretty simple.
The text was updated successfully, but these errors were encountered:
uimadcad should provide a user-friendly form-like panel for editing settings, rather than just opening the settings files
Since all settings are only dictionnaries of simple objects in a module, we can use a generic dict-to-form function and provide some default values for enum fields and some tips for all.
This should be pretty simple.
The text was updated successfully, but these errors were encountered: