├── CarDashboard.pro ├── LICENSE ├── README.md ├── main.cpp ├── qml ├── GraphGauge.qml ├── RoundGauge.qml ├── main.qml └── needle.png └── qml_resources.qrc /CarDashboard.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemirep/QtQuickCarGauges/HEAD/CarDashboard.pro -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemirep/QtQuickCarGauges/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemirep/QtQuickCarGauges/HEAD/README.md -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemirep/QtQuickCarGauges/HEAD/main.cpp -------------------------------------------------------------------------------- /qml/GraphGauge.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemirep/QtQuickCarGauges/HEAD/qml/GraphGauge.qml -------------------------------------------------------------------------------- /qml/RoundGauge.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemirep/QtQuickCarGauges/HEAD/qml/RoundGauge.qml -------------------------------------------------------------------------------- /qml/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemirep/QtQuickCarGauges/HEAD/qml/main.qml -------------------------------------------------------------------------------- /qml/needle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemirep/QtQuickCarGauges/HEAD/qml/needle.png -------------------------------------------------------------------------------- /qml_resources.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lemirep/QtQuickCarGauges/HEAD/qml_resources.qrc --------------------------------------------------------------------------------