skyeye上成功跑qt/e
skyeye 上跑qt/e,速度超慢。已经 dbct:state=on 了,还是慢的很。
qt/e 基本是按网上的建立的
#include <qapplication.h>
#include <qpushbutton.h>
int main( int argc, char **argv )
{
QApplication a( argc, argv );
QPushButton hello( "Hello world!", 0 );
hello.resize( 100, 30 );
// a.setMainWidget( &hello );
hello.show();
return a.exec();
}
[ 本帖最后由 深思 于 2009-9-4 17:41 编辑 ]
页:
[1]