summaryrefslogtreecommitdiffstats
path: root/sample/template/README.md
blob: 4eeae4e72462a248c1fb722758656c7b74713089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.