HeTal
注册会员

一般会员
UID 28462
精华
0
积分 178
帖子 152
金钱 178 喜悦币
威望 0
人脉 0
阅读权限 20
注册 2004-5-11 来自 北京
状态 离线
|
[广告]: 代充Paypal帐号美元
一个跨平台的c++类库 Qt,强列推荐
QT是Trolltech公司提供的一个跨平台的C++的GUI类库,包括如Microsoft Windows, Mac OS X, Linux, Unix,还有嵌入式的Linux,在嵌入式的Linux里,Qt的API可以在Qt/Embedded中获得
例子:
#include <QApplication>
#include <QPushButton>
int main(int argc, char *argv[]) :
QApplication app(argc, argv);
QPushButton hello("Hello world!");
hello.resize(100, 30);
hello.show(); i
return app.exec();
}
这个例子出自
http://www.qobject.com/bbs/htm_data/27/0601/48.html
|  [url]http://www.haqoo.com 在线听歌[url] |
|