QT 编写的象棋c++源代码
QT 象棋c++源代码 #include
#include "main_form.h" int main( int argc, char ** argv ) { QApplication a( argc, argv ); MainForm w; w.initializeAll(); w.show(); a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) ); return a.exec(); } …………
下载地址
用户评论
这是一个旧版本的在新的版本中要做调整,这是用QT3写的。
不错,现在还在用
编译无问题
资源还不错,编译好像有点问题
编译过不去。。