diff options
author | 2018-12-06 17:03:23 +0800 | |
---|---|---|
committer | 2018-12-06 17:03:23 +0800 | |
commit | fe3d069d19d4c11c9d905da1d4412a77295a438d (patch) | |
tree | cbd0cf819a1f688e035f752c4aeda213a9ddab9f /sample/app/main.qml | |
parent | f42ae47fe425b8ef353ec72ff9edaff451206cb8 (diff) |
modify onscreen qml file directorysandbox/wangzhiqiang/ons_dev
Diffstat (limited to 'sample/app/main.qml')
-rw-r--r-- | sample/app/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/app/main.qml b/sample/app/main.qml index 5a70102..3225dcd 100644 --- a/sample/app/main.qml +++ b/sample/app/main.qml @@ -12,7 +12,7 @@ ApplicationWindow { height: 1487 property string onsId: qsTr("onscreenapp") - property string pri_path: qsTr("/home/0/app-data/OnScreen/onstestapp/") + property string pri_path: qsTr("onstestapp/") property string filepath: pri_path + qsTr("vics.qml") property string msgdata: "" property string postmsg: "" |