How to add color on specific words on QML Text(如何在 QML Text 上的特定单词上添加颜色)
问题描述
您好,我想为要在 QML 文本中使用的字符串的特定单词添加不同的颜色
Hello i would like to add different color on specific words of a string to be used in QML Text
Text {
text: "Blue Red Yellow Green"
}
我知道您可以为整个文本添加颜色,但我想在特定单词上添加特定颜色.这可能吗?又是如何实现的?
I know that you can add color to the whole text, but i would like to add specific color on specific words. is this possible? and how is it achieved?
推荐答案
Text
项目可以显示纯文本和富文本.例如,您可以:
Text
items can display both plain and rich text. For example you can have:
Text {
text: "<font color="#0000FF">Blue</font> <font color="#FF0000">Red</font>"
}
这篇关于如何在 QML Text 上的特定单词上添加颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 QML Text 上的特定单词上添加颜色
- Css:将嵌套元素定位在父元素边界之外一点 2022-09-07
- addEventListener 在 IE 11 中不起作用 2022-01-01
- 400或500级别的HTTP响应 2022-01-01
- 失败的 Canvas 360 jquery 插件 2022-01-01
- Fetch API 如何获取响应体? 2022-01-01
- 如何使用 JSON 格式的 jQuery AJAX 从 .cfm 页面输出查 2022-01-01
- CSS媒体查询(最大高度)不起作用,但为什么? 2022-01-01
- 使用RSelum从网站(报纸档案)中抓取多个网页 2022-09-06
- Flexslider 箭头未正确显示 2022-01-01
- Quasar 2+Apollo:错误:找不到ID为默认的Apollo客户端。如果您在组件设置之外,请使用ProvideApolloClient() 2022-01-01