标签:col nbsp rand style qml 获取 rgb color rect
rect.color = Qt.rgba(Math.random(), Math.random(), Math.random(), 1);//random返回0~1的随机数
QML获取随机颜色
原文地址:https://www.cnblogs.com/judes/p/9429880.html