Exemplo n.º 1
0
 def showAttrEditor(self, event):
     dlg = AttributeEditor(self)
     dlg.Show()
Exemplo n.º 2
0
 def OnShowAttrEditor(self, event):
     AttributeEditor.openOne(parent=self)