Windows 11中的Tkinter窗口看起来是这样的:Preview有谁能告诉我如何在windows 10中做到这一点吗
iugsix8n1#
我不认为你可以用tkinter模块来做圆边,你可能需要使用PyQt5(一个有更多特性的GUI模块)。
o0lyfsai2#
你可以使用customtkinter来获得一个现代化的UI。对于windows 10,我使用customtkinter创建了一个圆角的窗口样式:https://github.com/TomSchimansky/CustomTkinter/discussions/736
2条答案
按热度按时间iugsix8n1#
我不认为你可以用tkinter模块来做圆边,你可能需要使用PyQt5(一个有更多特性的GUI模块)。
o0lyfsai2#
你可以使用customtkinter来获得一个现代化的UI。对于windows 10,我使用customtkinter创建了一个圆角的窗口样式:https://github.com/TomSchimansky/CustomTkinter/discussions/736