Add log function to settings
authorzhou_xin <zhou_xin@dl.cn.nexty-ele.com>
Sat, 2 Mar 2019 05:41:21 +0000 (13:41 +0800)
committerzhou_xin <zhou_xin@dl.cn.nexty-ele.com>
Sat, 2 Mar 2019 05:41:21 +0000 (13:41 +0800)
commitc8788c356e6b0f9d50f639fe39e926eab2586b1c
treea3f498e3478db1a7e149de3ae686fceb407e3ca6
parent3d46d6a0cf923eeea00052e6ed9cfd0a32965736
Add log function to settings
29 files changed:
app/Settings.qml
app/app.pro
app/logfile/AudioLog.qml [new file with mode: 0644]
app/logfile/Bar.qml [new file with mode: 0644]
app/logfile/CANLog.qml [new file with mode: 0644]
app/logfile/LogFile.qml [new file with mode: 0644]
app/logfile/LogPlay.qml [new file with mode: 0644]
app/logfile/LogSave.qml [new file with mode: 0644]
app/logfile/TouchLog.qml [new file with mode: 0644]
app/logfile/TouchLogPlay.qml [new file with mode: 0644]
app/logfile/VideoLog.qml [new file with mode: 0644]
app/logfile/images/HMI_Settings_Button_Cancel.svg [new file with mode: 0644]
app/logfile/images/HMI_Settings_Button_Ok.svg [new file with mode: 0644]
app/logfile/images/HMI_Settings_LogFile.svg [new file with mode: 0644]
app/logfile/images/Keyboard_Arrow.svg [new file with mode: 0644]
app/logfile/images/Keyboard_Back.svg [new file with mode: 0644]
app/logfile/images/camerainfo_bg.svg [new file with mode: 0644]
app/logfile/keyboard/AbstractKeyboard.qml [new file with mode: 0644]
app/logfile/keyboard/Key.qml [new file with mode: 0644]
app/logfile/keyboard/Keyboard.qml [new file with mode: 0644]
app/logfile/keyboard/Numbers.qml [new file with mode: 0644]
app/logfile/logfile.qrc [new file with mode: 0644]
app/logfile/logplay.cpp [new file with mode: 0644]
app/logfile/logplay.h [new file with mode: 0644]
app/logfile/logsave.cpp [new file with mode: 0644]
app/logfile/logsave.h [new file with mode: 0644]
app/logfile/touchlogplay.cpp [new file with mode: 0644]
app/logfile/touchlogplay.h [new file with mode: 0644]
app/main.cpp