diff options
Diffstat (limited to 'sample/template/README.md')
-rw-r--r-- | sample/template/README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sample/template/README.md b/sample/template/README.md new file mode 100644 index 0000000..4eeae4e --- /dev/null +++ b/sample/template/README.md @@ -0,0 +1,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. + |