From 5025144c46ad116ba2f7b0506fb9b5c0b2b7a3e4 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 14 Nov 2018 12:38:51 +0900 Subject: Add homescreen-service and libraries Add homescreen-service and libraries. Change-Id: Ifabb3262a2709d8d44464e1c4ea7f67f9008add0 Signed-off-by: zheng_wenlong --- .../common/libhomescreen/sample/template/README.md | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 demo3/common/libhomescreen/sample/template/README.md (limited to 'demo3/common/libhomescreen/sample/template/README.md') diff --git a/demo3/common/libhomescreen/sample/template/README.md b/demo3/common/libhomescreen/sample/template/README.md new file mode 100644 index 0000000..4eeae4e --- /dev/null +++ b/demo3/common/libhomescreen/sample/template/README.md @@ -0,0 +1,25 @@ +========== + 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. + -- cgit 1.2.3-korg