Skip to content
Snippets Groups Projects

EosADAS: update the project structure

Merged EXT Przemyslaw Lewandowski requested to merge QDS-14637 into master
1 unresolved thread
@@ -45,7 +45,8 @@ Window {
NumberAnimation on roadLaneLines.positionV { from: 0; to: 1; duration: 1500; loops: -1 }
Component.onCompleted: {Data.Values.openPort(); console.log("yomaha")}
Component.onCompleted: Data.Values.openPort()
Keys.onAsteriskPressed: {
if (!mainScreen.timelineAnimationAdas.running)
Loading