随笔分类 -  QT相关

进公司后,要用QT开发相关软件这里就把相关内容备份一下了
摘要:转载地址:http://blog.163.com/seven_7_one/blog/static/162606412201092713131191/QT里的函数void Q_INIT_RESOURCE ( name )Initializes the resources specified by the .qrc file with the specified base name. Normally, Qt resources are loaded automatically at startup. The Q_INIT_RESOURCE() macro is necessary on some 阅读全文

posted @ 2011-05-08 21:54 corecible 阅读(1510) 评论(0) 推荐(0)

摘要:按照QSplashScreen 说明做了个测试程序,但启动画面看不到显示,程序进入了主窗口。测试程序如下:#include <QApplication>#include <QSplashScreen>#include <QMainWindow>int main(int argc, char *argv[]){QApplication app(argc, argv);QSplashScreen *splash = new QSplashScreen;splash->setPixmap(QPixmap(":/images/star.png&quo 阅读全文

posted @ 2011-04-14 19:36 corecible 阅读(1609) 评论(2) 推荐(0)

导航