这是我在 python tkinter 中的树视图的屏幕截图。我想将“关键级别”的前景(包括其子级)更改为“红色”或至少为红色。
style = Style()
style.configure("mystyle.Treeview", highlightthickness=0, bd=0, font=('open sans', 10), rowheight=20,
foreground='#e8e8e8')
style.configure("mystyle.Treeview.Heading", font=('open sans', 10, 'bold'), foreground='#000000')
忽然笑
慕的地10843
相关分类