summaryrefslogtreecommitdiffstats
path: root/app/logfile/logfile.qrc
diff options
context:
space:
mode:
authorwanglu <wang_lu@dl.cn.nexty-ele.com>2019-03-28 09:31:38 +0800
committerwanglu <wang_lu@dl.cn.nexty-ele.com>2019-04-12 09:25:29 +0800
commit39e4539925687d46c7bbe04681dcc09757dc9ae2 (patch)
tree05dea21f2f43b06b3ea260a4ddbb0b291392bcad /app/logfile/logfile.qrc
parent1e69db0b5eb9cfa6781e2c046d05dcca3a5bd909 (diff)
1.Add autobuild 2.Replace literal with notation in tsutils/tsrecorder/tsrecorder.c 3.Update LICENSE and COPYRIGHT This is a logging app with following functions included: 1.video recording 2.Audio recording 3.Can data recording & playing 4.Screen touch event recording & playing Change-Id: Id7942e16f87e69d25240f4985d3c47bc262d25c2 Signed-off-by: wanglu <wang_lu@dl.cn.nexty-ele.com>
Diffstat (limited to 'app/logfile/logfile.qrc')
-rw-r--r--app/logfile/logfile.qrc23
1 files changed, 23 insertions, 0 deletions
diff --git a/app/logfile/logfile.qrc b/app/logfile/logfile.qrc
new file mode 100644
index 0000000..b93cf0f
--- /dev/null
+++ b/app/logfile/logfile.qrc
@@ -0,0 +1,23 @@
+<RCC>
+ <qresource prefix="/logfile">
+ <file>Bar.qml</file>
+ <file>LogFile.qml</file>
+ <file>LogSave.qml</file>
+ <file>CANLog.qml</file>
+ <file>LogPlay.qml</file>
+ <file>VideoLog.qml</file>
+ <file>AudioLog.qml</file>
+ <file>keyboard/Numbers.qml</file>
+ <file>keyboard/Keyboard.qml</file>
+ <file>keyboard/Key.qml</file>
+ <file>keyboard/AbstractKeyboard.qml</file>
+ <file>images/HMI_Settings_LogFile.svg</file>
+ <file>images/Keyboard_Arrow.svg</file>
+ <file>images/Keyboard_Back.svg</file>
+ <file>images/HMI_Settings_Button_Cancel.svg</file>
+ <file>images/HMI_Settings_Button_Ok.svg</file>
+ <file>TouchLog.qml</file>
+ <file>TouchLogPlay.qml</file>
+ <file>images/camerainfo_bg.svg</file>
+ </qresource>
+</RCC>