Add agl-service-homescreen-2017
[apps/agl-service-homescreen.git] / sample / template / README
diff --git a/sample/template/README b/sample/template/README
new file mode 100644 (file)
index 0000000..3012b79
--- /dev/null
@@ -0,0 +1,28 @@
+==========
+ 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.
+
+ - README
+     This document.
+