summaryrefslogtreecommitdiffstats
path: root/demo3/common/libhomescreen/sample/template/README.md
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:38:51 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:38:51 +0900
commit5025144c46ad116ba2f7b0506fb9b5c0b2b7a3e4 (patch)
treeb31fb3142b2f0970ed85dd15013a0388c1fba4ff /demo3/common/libhomescreen/sample/template/README.md
parent48296c7c43f7be1ae24d2873fa83f16c665f2582 (diff)
Add homescreen-service and libraries
Add homescreen-service and libraries. Change-Id: Ifabb3262a2709d8d44464e1c4ea7f67f9008add0 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'demo3/common/libhomescreen/sample/template/README.md')
-rw-r--r--demo3/common/libhomescreen/sample/template/README.md25
1 files changed, 25 insertions, 0 deletions
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
+==========
+<br>This is the templete that is useful for implementation of Qt application
+<br>by using HomeScreen, WindowManager and SoundManager.
+
+
+===========
+ Structure
+===========
+<br> - main.cpp
+<br> The templete for implementation main function for Qt application.
+
+<br> - wmhandler.cpp
+<br> - wmhandler.h
+<br> These file is implemented "slot"
+<br> that is needed by Qt application that uses WindowManager.
+<br> These file should be modified according to Qt application.
+
+<br> - smhandler.cpp
+<br> - smhandler.h
+<br> These file is implemented "signal" and "slot"
+<br> that is needed by Qt application that uses SoundManager.
+<br> These file should be modified according to Qt application.
+