today update

This commit is contained in:
dengrb1
2023-07-25 23:59:27 +08:00
committed by GitHub
parent 994d4cc179
commit fa115b8b32
9 changed files with 57 additions and 7 deletions

View File

@@ -75,6 +75,7 @@ bt_fh = Button(frame, text='返回', command=fh)
# pack and Label
Label(root, text='GUI删除').pack()
bt_fh.pack()
bt_qt.pack()
bt_pyside.pack()
bt_kivy.pack()
@@ -84,7 +85,7 @@ bt_seaborn.pack()
bt_flexx.pack()
bt_pysimpleGUI.pack()
bt_wx.pack()
bt_fh.pack()
# mainloop