def showAttrEditor(self, event): dlg = AttributeEditor(self) dlg.Show()
def OnShowAttrEditor(self, event): AttributeEditor.openOne(parent=self)