Add debug message macros controlled by environment variable
[apps/agl-service-homescreen.git] / sample / template / README
1 ==========
2  Overview
3 ==========
4  This is the templete that is useful for implementation of Qt application
5  by using HomeScreen, WindowManager and SoundManager.
6
7
8 ===========
9  Structure
10 ===========
11  - main.cpp
12      The templete for implementation main function for Qt application.
13  
14  - wmhandler.cpp
15  - wmhandler.h
16      These file is implemented "slot"
17      that is needed by Qt application that uses WindowManager.
18      These file should be modified according to Qt application.
19
20  - smhandler.cpp
21  - smhandler.h
22      These file is implemented "signal" and "slot"
23      that is needed by Qt application that uses SoundManager.
24      These file should be modified according to Qt application.
25
26  - README
27      This document.
28