def ig_choose_output_folder(self, parent, entry):
outpath = tkFileDialog.askdirectory(
parent=parent, initialdir="/", title="Choose output folder")
entry.setvalue(outpath)
entry.configure(entry_state="disabled")
# outpath=outpath+"/input"
return outpath
Page3_functions.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录