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

Function closeEvent

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

Source from the content-addressed store, hash-verified

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

Callers 1

mainWindows.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected