Move sample from agl-service-homescreen-2017
[src/libhomescreen.git] / sample / template / README.md
diff --git a/sample/template/README.md b/sample/template/README.md
new file mode 100644 (file)
index 0000000..4eeae4e
--- /dev/null
@@ -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.
+