随笔分类 - Qt
Qt中使用Boost
摘要:编译BOOST库bjamstage--toolset=qcc--without-graph--without-graph_parallel--without-math--without-mpi--without-python--without-serialization--without-wave--stagedir="E:\VC\boost_1_47_0\bin\mgw"link=staticruntime-link=sharedruntime-link=staticthreading=multidebugrelease编译选项说明BJAM=""#bo
阅读全文
软件启动画面
摘要:QPixmap*showPixmap=newQPixmap(":/Skin/start.png");showPixmap->mask();QSplashScreen*splash=newQSplashScreen;splash->setPixmap(*showPixmap);splash->show();Sleep(2000);Qt::AlignmenttopRight=Qt::AlignRight|Qt::AlignTop;splash->showMessage(QObject::tr("Settingupthemainwindow...
阅读全文
浙公网安备 33010602011771号