blob: 3012b7961346cccf86c1420bf9f2804556b77819 (
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
26
27
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.
|