猿问
找到或选择文本时如何设置 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);
0
0
0
随时随地看视频
慕课网APP
相关分类
Python
我要回答