gpt4 book ai didi

ubuntu - 如何更改 Qt 按钮中的焦点颜色(突出显示颜色)?

转载 作者:行者123 更新时间:2023-12-04 18:30:10 25 4
gpt4 key购买 nike

enter image description here

如附图中所述,如何更改按钮的焦点颜色?

我也改变了按钮的背景颜色,也尝试调色板但按钮仍然没有发生变化,请帮我解决这个问题..

最佳答案

使用样式表:

QPushButton:focus:pressed{ background-color: some_colour; }
QPushButton:focus{ background-color: some_other_colour; }

您可以使用 Qt Creator 将样式添加到您的按钮或通过调用 setStyleSheet("...") 将它们加载到您的代码中。在您的按钮上。

关于ubuntu - 如何更改 Qt 按钮中的焦点颜色(突出显示颜色)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35694178/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com