예제 #1
0
 def showAttrEditor(self, event):
     dlg = AttributeEditor(self)
     dlg.Show()
예제 #2
0
파일: mainFrame.py 프로젝트: zhaoweny/Pyfa
 def OnShowAttrEditor(self, event):
     AttributeEditor.openOne(parent=self)