Example #1
0
 def showAttrEditor(self, event):
     dlg = AttributeEditor(self)
     dlg.Show()
Example #2
0
 def OnShowAttrEditor(self, event):
     AttributeEditor.openOne(parent=self)