This commit is contained in:
doitux
2007-08-28 01:10:41 +00:00
parent d1f95d539d
commit a79aa7708d
9 changed files with 55 additions and 17 deletions
@@ -78,7 +78,8 @@ void StartSplash::paintEvent(QPaintEvent * event) {
versionFont.setFamily("Nimbus Sans L");
versionFont.setPixelSize(12);
QPixmap logo(":/graphics/resources/graphics/logoChip3D.png");
// std::cout << myQtHelper->getDataPath().toStdString() << endl;
QPixmap logo(myQtHelper->getDataPath()+"gfx/logoChip3D.png");
if(frameNo >= 52 && frameNo < 55) {
@@ -13,6 +13,7 @@
#define STARTSPLASH_H
#include "mainwindowimpl.h"
#include "qthelper.h"
#include <QtGui>
#include <QtCore>
@@ -38,6 +39,7 @@ public slots:
private:
mainWindowImpl *myW;
QtHelper *myQtHelper;
};