MCPcopy Create free account
hub / github.com/KeepTryingTo/Pytorch-GAN / closeEvent

Function closeEvent

pix2pix/mainWindows.py:119–123  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

117
118#关闭主界面时弹出的确认窗口
119def closeEvent(root):
120 # root.withdraw() # 仅显示对话框,隐藏主窗口
121 btn_close=tkinter.Button(root,text='退出',font=('黑体', 14), height=1, width=15,command=root.destroy)
122 btn_close.place(x=395,y=517)
123 return True
124
125def generagedImage(model):
126 """

Callers 1

mainWindows.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected