diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-23 14:38:56 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-23 14:38:56 +0900 |
commit | 81926df0f7c9c6459e7c7052b589bc5a27283a20 (patch) | |
tree | e7cf027a6d4c830c4cfb8b117f0cdd50917947d1 /sample/template/README | |
parent | 10c79effa29ddb218c571c78255f176224a49d9f (diff) |
Move sample from agl-service-homescreen-2017
This sample is using libhomescren with homescreen sevice,
So better move inside of libhomescreen.
Relative Commit:
https://gerrit.automotivelinux.org/gerrit/#/c/11429/
Change-Id: Id9a1a2401a9a0a42442ce84025213036a4fccd78
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'sample/template/README')
-rw-r--r-- | sample/template/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sample/template/README b/sample/template/README new file mode 100644 index 0000000..3012b79 --- /dev/null +++ b/sample/template/README @@ -0,0 +1,28 @@ +========== + Overview +========== + This is the templete that is useful for implementation of Qt application + by using HomeScreen, WindowManager and SoundManager. + + +=========== + Structure +=========== + - main.cpp + The templete for implementation main function for Qt application. + + - wmhandler.cpp + - wmhandler.h + These file is implemented "slot" + that is needed by Qt application that uses WindowManager. + These file should be modified according to Qt application. + + - smhandler.cpp + - smhandler.h + These file is implemented "signal" and "slot" + that is needed by Qt application that uses SoundManager. + These file should be modified according to Qt application. + + - README + This document. + |