找到或选择文本时如何设置 QTextEdit 颜色?

我想在选择或找到 QTextEdit 的文本时设置背景颜色。谁能帮我?



繁星点点滴滴
浏览 97回答 1
1回答

忽然笑

看起来你需要 qss 属性selection-color和selection-background-color你的 textedit。selection-color: rgb(170, 255, 0);selection-background-color: rgb(255, 0, 0);
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python