diff options
author | 2018-11-14 13:01:56 +0900 | |
---|---|---|
committer | 2018-11-14 13:01:56 +0900 | |
commit | 36fe083c39bef0a17328f008d4935a562efa123b (patch) | |
tree | 2aeff4166711be57aa79cad0bf9b74f0468f5dd0 /demo3/vertical/restriction/app/main.qrc | |
parent | 990474de8e93bf295e2aa65610c5298c4faac364 (diff) |
Add restriction for vertical modeHEADkoi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.1icefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.1halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut_7.90.0halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.1halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.19.99.49.99.39.99.29.99.18.99.58.99.48.99.38.99.28.99.18.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.37.99.27.99.17.90.06.99.46.99.36.99.26.99.110.93.010.92.010.91.0masterhalibut
This applciation is used to display restriction text,
When car is running and videoplayer is showing.
Change-Id: If8f287cd129638ccc0c87d03cc9dc7c53953f916
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'demo3/vertical/restriction/app/main.qrc')
-rw-r--r-- | demo3/vertical/restriction/app/main.qrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demo3/vertical/restriction/app/main.qrc b/demo3/vertical/restriction/app/main.qrc new file mode 100644 index 0000000..c9f6449 --- /dev/null +++ b/demo3/vertical/restriction/app/main.qrc @@ -0,0 +1,7 @@ +<RCC> + <qresource prefix="/"> + <file>main.qml</file> + <file>images/black_normal.png</file> + <file>images/black_split.png</file> + </qresource> +</RCC> |