资源简介
(按时打算打阿萨德阿萨德阿萨德阿萨德)QT计算器
代码片段和文件信息
#include
#include “MainForm.h“
int main( int argc char ** argv )
{
QApplication a( argc argv );
MainForm w;
w.show();
a.connect( &a SIGNAL( lastWindowClosed() ) &a SLOT( quit() ) );
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 516443 2010-05-13 23:15 CHUJUNJUNJISUANQI\chujun
文件 160 2010-05-13 23:15 CHUJUNJUNJISUANQI\chujun.pro
文件 244 2010-05-13 23:15 CHUJUNJUNJISUANQI\main.cpp
文件 2879 2010-05-13 23:15 CHUJUNJUNJISUANQI\MainForm.ui
文件 848 2010-05-13 23:15 CHUJUNJUNJISUANQI\MainForm.ui.h
文件 3550 2010-05-13 23:15 CHUJUNJUNJISUANQI\Makefile
目录 0 2010-05-13 23:24 CHUJUNJUNJISUANQI
----------- --------- ---------- ----- ----
524124 7
评论
共有 条评论