From 6d1732b0bbb526e96d3cf8d2af879d3d1f6e8309 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Mon, 12 Nov 2018 17:50:46 +0900 Subject: Add common applications Add homescreen-service, libhomescreen, libqthomescreen, windowmanager-service, libwindowmanager, libqtwindowmanager. Signed-off-by: zheng_wenlong --- .../common/libhomescreen/sample/template/README.md | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 demo#3/common/libhomescreen/sample/template/README.md (limited to 'demo#3/common/libhomescreen/sample/template/README.md') diff --git a/demo#3/common/libhomescreen/sample/template/README.md b/demo#3/common/libhomescreen/sample/template/README.md new file mode 100644 index 0000000..4eeae4e --- /dev/null +++ b/demo#3/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