├── GeneratedFiles ├── Debug │ └── moc_QtAutomotiveClusterDemo.cpp ├── Release │ └── moc_QtAutomotiveClusterDemo.cpp ├── qrc_QtAutomotiveClusterDemo.cpp └── ui_QtAutomotiveClusterDemo.h ├── QtAutomotiveClusterDemo.cpp ├── QtAutomotiveClusterDemo.h ├── QtAutomotiveClusterDemo.pri ├── QtAutomotiveClusterDemo.pro ├── QtAutomotiveClusterDemo.pro.user ├── QtAutomotiveClusterDemo.qrc ├── QtAutomotiveClusterDemo.ui ├── QtAutomotiveClusterDemo.vcproj ├── QtAutomotiveClusterDemoDesign ├── FuelMeter.qml ├── RpmDial.qml ├── SpeedDial.qml ├── pics │ ├── Brake_failure.png │ ├── Engine_start_stop_active.png │ ├── Engine_start_stop_inactive.png │ ├── High_Beam_Indicator.png │ ├── battery_full.png │ ├── battery_low.png │ ├── battery_low1.png │ ├── battery_med.png │ ├── dropDown.png │ ├── fuel_gauge.png │ ├── fuelneedle.png │ ├── needle.png │ ├── oilIndicator.png │ ├── overlay_active.png │ ├── overlay_active1.png │ ├── overlay_inactive1.png │ ├── parkingLight.png │ ├── petrol.png │ ├── rpm_active.png │ ├── rpm_active1.png │ ├── rpm_inactive.png │ ├── speed_active1.png │ ├── speed_inactive.png │ ├── turn_indicator.png │ └── turn_indicator_left.png ├── qml.qml ├── qml.qmlproject ├── qml.qmlproject.user ├── qml.qmlproject.user.a83cb42.2.7pre1 ├── qml_1024x600.qml └── qml_800x480.qml ├── README.md ├── Resources └── QtAutomotiveClusterDemo.qrc ├── main.cpp ├── stdafx.cpp └── stdafx.h /GeneratedFiles/Debug/moc_QtAutomotiveClusterDemo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/GeneratedFiles/Debug/moc_QtAutomotiveClusterDemo.cpp -------------------------------------------------------------------------------- /GeneratedFiles/Release/moc_QtAutomotiveClusterDemo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/GeneratedFiles/Release/moc_QtAutomotiveClusterDemo.cpp -------------------------------------------------------------------------------- /GeneratedFiles/qrc_QtAutomotiveClusterDemo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/GeneratedFiles/qrc_QtAutomotiveClusterDemo.cpp -------------------------------------------------------------------------------- /GeneratedFiles/ui_QtAutomotiveClusterDemo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/GeneratedFiles/ui_QtAutomotiveClusterDemo.h -------------------------------------------------------------------------------- /QtAutomotiveClusterDemo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemo.cpp -------------------------------------------------------------------------------- /QtAutomotiveClusterDemo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemo.h -------------------------------------------------------------------------------- /QtAutomotiveClusterDemo.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemo.pri -------------------------------------------------------------------------------- /QtAutomotiveClusterDemo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemo.pro -------------------------------------------------------------------------------- /QtAutomotiveClusterDemo.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemo.pro.user -------------------------------------------------------------------------------- /QtAutomotiveClusterDemo.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemo.qrc -------------------------------------------------------------------------------- /QtAutomotiveClusterDemo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemo.ui -------------------------------------------------------------------------------- /QtAutomotiveClusterDemo.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemo.vcproj -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/FuelMeter.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/FuelMeter.qml -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/RpmDial.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/RpmDial.qml -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/SpeedDial.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/SpeedDial.qml -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/Brake_failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/Brake_failure.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/Engine_start_stop_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/Engine_start_stop_active.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/Engine_start_stop_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/Engine_start_stop_inactive.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/High_Beam_Indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/High_Beam_Indicator.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/battery_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/battery_full.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/battery_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/battery_low.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/battery_low1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/battery_low1.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/battery_med.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/battery_med.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/dropDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/dropDown.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/fuel_gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/fuel_gauge.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/fuelneedle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/fuelneedle.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/needle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/needle.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/oilIndicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/oilIndicator.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/overlay_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/overlay_active.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/overlay_active1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/overlay_active1.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/overlay_inactive1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/overlay_inactive1.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/parkingLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/parkingLight.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/petrol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/petrol.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/rpm_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/rpm_active.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/rpm_active1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/rpm_active1.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/rpm_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/rpm_inactive.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/speed_active1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/speed_active1.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/speed_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/speed_inactive.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/turn_indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/turn_indicator.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/pics/turn_indicator_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/pics/turn_indicator_left.png -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/qml.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/qml.qml -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/qml.qmlproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/qml.qmlproject -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/qml.qmlproject.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/qml.qmlproject.user -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/qml.qmlproject.user.a83cb42.2.7pre1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/qml.qmlproject.user.a83cb42.2.7pre1 -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/qml_1024x600.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/qml_1024x600.qml -------------------------------------------------------------------------------- /QtAutomotiveClusterDemoDesign/qml_800x480.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/QtAutomotiveClusterDemoDesign/qml_800x480.qml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/README.md -------------------------------------------------------------------------------- /Resources/QtAutomotiveClusterDemo.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/Resources/QtAutomotiveClusterDemo.qrc -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toradex/QtAutomotiveClusterDemo/HEAD/main.cpp -------------------------------------------------------------------------------- /stdafx.cpp: -------------------------------------------------------------------------------- 1 | #include "stdafx.h" 2 | -------------------------------------------------------------------------------- /stdafx.h: -------------------------------------------------------------------------------- 1 | #include 2 | --------------------------------------------------------------------------------