summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtcluster/qml/dash_hybrid/gauges/NumberLabel.qml
blob: 32b9630df3b428664782b8ba155727f03ac5572c (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

Text {
    id: text_0
    color: "#c6c6c6"
    text: "0"
    font.family: "Verdana"
    font.pixelSize: 14
}