X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=sample%2Ftemplate%2FREADME;fp=sample%2Ftemplate%2FREADME;h=0000000000000000000000000000000000000000;hb=26ec25e2f9271396328c208ae1a256fdf1a92c91;hp=3012b7961346cccf86c1420bf9f2804556b77819;hpb=f04b274db13ba34c651fd15b28bca5468314f4a7;p=apps%2Fagl-service-homescreen.git diff --git a/sample/template/README b/sample/template/README deleted file mode 100644 index 3012b79..0000000 --- a/sample/template/README +++ /dev/null @@ -1,28 +0,0 @@ -========== - 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. -