《C++ GUI Programming with Qt 4, Second Edition》读书笔记1
1.GettingStarted/HelloQt代码(hello.cpp):#include#includeintmain(intargc,char*argv[]){QApplicationapp(argc,argv);QLabel*label=newQLabel("HelloQt!");label->show();returnapp.exec();}在VS2008下的编译说明:打开VS2008命