04 2011 档案

摘要:按照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 阅读(1607) 评论(2) 推荐(0)

摘要:今天上了googlecode看了一下,他们用的Mercurial,将其教程转载过来。以备后用。Mercurial 使用教程本教程是介绍如何使用 Mercurial。我们不假定你有使用 源代码控制管理(SCM) 软件的背景。 本教程有法文 FrenchTutorial,西班牙文 SpanishTutorial,日文 JapaneseTutorial,和中文 ChineseTutorial 当研究完本教程后,你应该对以下几点有所领会: 你将要使用的 Mercurial 的概念和命令 如何用简单的方法在软件项目中使用 Mercurial 我们强烈建议你研读 Mercurial 手册 hg(1) 和h 阅读全文

posted @ 2011-04-11 13:58 corecible 阅读(473) 评论(0) 推荐(0)

导航