Move sample from agl-service-homescreen-2017
[src/libhomescreen.git] / sample / template / README.md
1 ==========
2  Overview
3 ==========
4 <br>This is the templete that is useful for implementation of Qt application
5 <br>by using HomeScreen, WindowManager and SoundManager.
6
7
8 ===========
9  Structure
10 ===========
11 <br> - main.cpp
12 <br>     The templete for implementation main function for Qt application.
13
14 <br> - wmhandler.cpp
15 <br> - wmhandler.h
16 <br>     These file is implemented "slot"
17 <br>     that is needed by Qt application that uses WindowManager.
18 <br>     These file should be modified according to Qt application.
19
20 <br> - smhandler.cpp
21 <br> - smhandler.h
22 <br>     These file is implemented "signal" and "slot"
23 <br>     that is needed by Qt application that uses SoundManager.
24 <br>     These file should be modified according to Qt application.
25