it´s time to test the program on your machine.first,you will need to install qt 3.2(or later qt 3 release), a process that is explained in appendix a. from now on,we will assume that you have a correctly installed copy of qt 3.2 and that qt´s bin directory is in your path environment variable.(on windows,this is done automatically by the qt installation program,so you don´t need to worry about it.)
在你的机子上运行该程序的时候到了.首先,你需要安装qt3.2(或更高版本),安装过程将在附录中描述.现在,假设你已经正确安装了qt3.2并且把qt 的bin目录加到了你的path这个环境变量中(在windows系统中安装程序将自动完成这部分工作,不需要你操心了). 【程序编程相关:原创]Windows Gdi入门初级应用】 【推荐阅读:eclipse3.0.1汉化方法】 【扩展信息:窗口控制JS代码集锦】you will also need the hello program´s source code in a file called hello.cpp in a directory called hello.you can type in hello.cpp yourself,or copy it from the cd provided with this book, where it is available as \examples\chap01\hello\hello.cpp
另外你还要有一个保存在hello目录下的hello.cpp文件(译:其实也不是必须的,只是qt的项目名称是与源文件所处目录同名).... 下一页