summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtcluster/qml/dash_hybrid/gauges/NumberLabel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/qtcluster/qml/dash_hybrid/gauges/NumberLabel.qml')
-rw-r--r--doc/src/snippets/qtcluster/qml/dash_hybrid/gauges/NumberLabel.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/snippets/qtcluster/qml/dash_hybrid/gauges/NumberLabel.qml b/doc/src/snippets/qtcluster/qml/dash_hybrid/gauges/NumberLabel.qml
new file mode 100644
index 000000000..32b9630df
--- /dev/null
+++ b/doc/src/snippets/qtcluster/qml/dash_hybrid/gauges/NumberLabel.qml
@@ -0,0 +1,9 @@
+import QtQuick 2.0
+
+Text {
+ id: text_0
+ color: "#c6c6c6"
+ text: "0"
+ font.family: "Verdana"
+ font.pixelSize: 14
+}