Basic UI/editor for the SetupSheet.

This commit is contained in:
Markus Lampert
2018-08-15 21:08:20 -07:00
parent baac7569d7
commit 6a48072357
9 changed files with 463 additions and 4 deletions

View File

@@ -207,7 +207,7 @@ class SetupSheet:
return _traverseTemplateAttributes(attrs, self.decodeAttributeString)
def Create(name='SetupSheet'):
def Create(name = 'SetupSheet'):
obj = FreeCAD.ActiveDocument.addObject('App::FeaturePython', name)
proxy = SetupSheet(obj)
return obj