摘要: main.cpp#include #include #include #include #include #include #include int main(int argc, char *argv[]){ QApplication app(argc, argv); QPixmap p... 阅读全文
posted @ 2015-06-20 10:13 大漠野狼 阅读(728) 评论(0) 推荐(0) 编辑
摘要: 今天为QT设计开机界面,从网上copy的是代码先张贴如下:#include #include #include #include int main(int argc, char *argv[]){ QApplication app(argc, argv); QSplashScreen *... 阅读全文
posted @ 2015-06-20 10:05 大漠野狼 阅读(933) 评论(0) 推荐(0) 编辑