From 114a0c8a8e2ecb519e3a14c5d0ebe197dea1080c Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Tue, 9 May 2023 13:24:54 +0800 Subject: [PATCH] GUI --- GUI_delete.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI_delete.pyw b/GUI_delete.pyw index 4ff5bb5..c116053 100644 --- a/GUI_delete.pyw +++ b/GUI_delete.pyw @@ -62,7 +62,7 @@ def fh(): root.destroy() # button -bt_pq5 = Button(root, text='pyqt5删除', command=pyqt_remove) +bt_qt = Button(root, text='pyqt5删除', command=pyqt_remove) bt_pygame = Button(root, text='pygame删除', command=pygame_remove) bt_matplotlib = Button(root, text='matplotlib删除', command=Matplotlib) bt_seaborn = Button(root, text='Seaborn删除', command=Seaborn)