首页| 论坛| 消息

标题:我用QT编的helloworld为什么在别的机器上不好使呢!?
作者:shigk
日期:2006-05-23 16:50
内容:

#include
#include
int main(int argc,char **argv)
{
QApplication a(argc,argv);

QPushButton hello("Hello World!",0);
hello.resize(100,30);

hello.show();
return a.exec();
}
qmake -project
qmake
make


#1 [shigk 05-23 17:10]
自己顶啊!
#2 [paradise 08-14 20:26]
qvfb?

回复 发表
主题 版块