コード例 #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)