merge github
[apps/navigation.git] / app / ImgDestinationDirection.qml
index b5528dd..50ae88e 100644 (file)
@@ -22,8 +22,8 @@ Item {
        states: [\r
         State {\r
             name: "0" // NoDirection\r
-            PropertyChanges { target: img_destination_direction; visible: true }\r
-            PropertyChanges { target: direction; source: "images/SW_Patern_3.bmp" }\r
+            PropertyChanges { target: img_destination_direction; visible: false }\r
+//            PropertyChanges { target: direction; source: "images/SW_Patern_3.bmp" }\r
         },\r
         State {\r
             name: "1" // DirectionForward\r
@@ -53,9 +53,9 @@ Item {
                State {\r
             name: "6" // DirectionUTurnRight\r
             PropertyChanges { target: img_destination_direction; visible: true }\r
-          //PropertyChanges { target: direction; source: "images/1_uturn.png" }\r
-            PropertyChanges { target: direction; source: "images/9_7_uturn_left.png" } // no u-turn right in CES2019\r
-               },\r
+//            PropertyChanges { target: direction; source: "images/1_uturn.png" }\r
+            PropertyChanges { target: direction; source: "images/7_left.png" } // No u-turn right in CES2019\r
+        },\r
                State {\r
             name: "7" // DirectionUTurnLeft\r
             PropertyChanges { target: img_destination_direction; visible: true }\r