summaryrefslogtreecommitdiffstats
path: root/demo#3/common/libhomescreen/sample/template/README.md
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-12 17:50:46 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-12 17:50:46 +0900
commit6d1732b0bbb526e96d3cf8d2af879d3d1f6e8309 (patch)
treee6a6e0b5febd098c327da2bbe7ab1f494d66e2ed /demo#3/common/libhomescreen/sample/template/README.md
parentb008974c17c4a45448b00ffbcc7791399385a7e6 (diff)
Add homescreen-service, libhomescreen, libqthomescreen, windowmanager-service, libwindowmanager, libqtwindowmanager. Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'demo#3/common/libhomescreen/sample/template/README.md')
-rw-r--r--demo#3/common/libhomescreen/sample/template/README.md25
1 files changed, 25 insertions, 0 deletions
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
+==========
+<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.
+