Migrate2WinSSHTerm.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:Migrate2WinSSHTerm 作者: P-St 项目源码 文件源码
def get_con_xml_path(self):
        style = wx.FD_SAVE | wx.FD_OVERWRITE_PROMPT
        dialog = wx.FileDialog(self, message='Save connections.xml',defaultFile='connections.xml', wildcard='connections.xml|connections.xml', style=style)
        if dialog.ShowModal() == wx.ID_OK:
            path = dialog.GetPath()
        else:
            path = None
        dialog.Destroy()
        return path
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号