Introduce a PreferencesSectionUI widget

This commit is contained in:
David Robertson
2020-05-01 02:21:59 +01:00
parent 9ec6b3afb2
commit 86ef9d9038
3 changed files with 38 additions and 19 deletions

View File

@@ -22,7 +22,6 @@ else:
log = logging.getLogger('PreferencesUIManager')
class PreferencesUIManager:
def __init__(self, defaults: FlatCAMDefaults, data_path: str, ui, inform):