diff options
author | Ouyang Jun <ouyangj.fnst@cn.fujitsu.com> | 2019-07-24 04:33:26 -0700 |
---|---|---|
committer | Ouyang Jun <ouyangj.fnst@cn.fujitsu.com> | 2019-07-25 00:35:57 -0700 |
commit | a61b0a9931e16a51fd819167cc597d84b52ad266 (patch) | |
tree | 55ec9cba45cb9518911b497f78573dabc4bebecc /app/cluster-gauges.qrc | |
parent | 33258140525123d6a38900811c2df3e14f4e8337 (diff) |
Minimal cluster demo gauges that can be used standalone
Bug-AGL: SPEC-2487
Signed-off-by: Ouyang Jun <ouyangj.fnst@cn.fujitsu.com>
Signed-off-by: Zhou Mingying <zhoumy@cn.fujitsu.com>
Signed-off-by: Liu Wenlong <liuwl.fnst@cn.fujitsu.com>
Change-Id: I4859ab9af2f5c3bbeff5ca6b14a7943797518908
Diffstat (limited to 'app/cluster-gauges.qrc')
-rw-r--r-- | app/cluster-gauges.qrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/cluster-gauges.qrc b/app/cluster-gauges.qrc new file mode 100644 index 0000000..22f7528 --- /dev/null +++ b/app/cluster-gauges.qrc @@ -0,0 +1,10 @@ +<RCC> + <qresource prefix="/"> + <file>cluster-gauges.qml</file> + <file>DashboardGaugeStyle.qml</file> + <file>IconGaugeStyle.qml</file> + <file>TachometerStyle.qml</file> + <file>TurnIndicator.qml</file> + <file>ValueSource.qml</file> + </qresource> +</RCC> |