Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 WxPython 作为 Windows 中的 GUI 在 Python 中设计软件。我想在我的应用程序中更改仪表进度条的默认颜色。请帮助...提前谢谢..
您可以尝试使用 SetForegroundColour 或 SetBackgrounColour 之类的方法,但由于仪表包含本机小部件,我不确定它们是否会产生任何效果。幸运的是,有一个名为 PyGauge 的通用仪表小部件:wx.lib.agw.pygauge
我认为它不如原生的漂亮,但你绝对可以改变颜色。wxPython 演示包中有几个 PyGauge 示例。