aboutsummaryrefslogtreecommitdiffstats
path: root/app/ImgDestinationDirection.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-12-04 16:27:03 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-12-04 16:27:03 +0900
commit5cc96b75fb3c396bd412e762fe3a611bcd8e34c4 (patch)
tree84a1bcc92117a640eae6814ed190dd5ef19602e4 /app/ImgDestinationDirection.qml
parentcf1d48d14028697c8ac9643df5320a4c6852f917 (diff)
Diffstat (limited to 'app/ImgDestinationDirection.qml')
-rw-r--r--app/ImgDestinationDirection.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/ImgDestinationDirection.qml b/app/ImgDestinationDirection.qml
index b5528dd..50ae88e 100644
--- a/app/ImgDestinationDirection.qml
+++ b/app/ImgDestinationDirection.qml
@@ -22,8 +22,8 @@ Item {
states: [
State {
name: "0" // NoDirection
- PropertyChanges { target: img_destination_direction; visible: true }
- PropertyChanges { target: direction; source: "images/SW_Patern_3.bmp" }
+ PropertyChanges { target: img_destination_direction; visible: false }
+// PropertyChanges { target: direction; source: "images/SW_Patern_3.bmp" }
},
State {
name: "1" // DirectionForward
@@ -53,9 +53,9 @@ Item {
State {
name: "6" // DirectionUTurnRight
PropertyChanges { target: img_destination_direction; visible: true }
- //PropertyChanges { target: direction; source: "images/1_uturn.png" }
- PropertyChanges { target: direction; source: "images/9_7_uturn_left.png" } // no u-turn right in CES2019
- },
+// PropertyChanges { target: direction; source: "images/1_uturn.png" }
+ PropertyChanges { target: direction; source: "images/7_left.png" } // No u-turn right in CES2019
+ },
State {
name: "7" // DirectionUTurnLeft
PropertyChanges { target: img_destination_direction; visible: true }