next steps remove resources_qrc

This commit is contained in:
doitux
2007-08-29 21:10:33 +00:00
parent 3022f9f464
commit 264b6a0583
53 changed files with 164 additions and 991 deletions
@@ -28,6 +28,9 @@ StartSplash::StartSplash(mainWindowImpl *parent)
QFontDatabase::addApplicationFont (myQtHelper->getDataPath() +"fonts/c059013l.pfb");
QFontDatabase::addApplicationFont (myQtHelper->getDataPath() +"fonts/andybold.ttf");
logo = myQtHelper->getDataPath()+"gfx/gui/misc/logoChip3D.png";
frameNo = 52;
opacityCounter = 13;
opacity = 1.0;
@@ -81,9 +84,6 @@ void StartSplash::paintEvent(QPaintEvent * event) {
versionFont.setFamily("Nimbus Sans L");
versionFont.setPixelSize(12);
// std::cout << myQtHelper->getDataPath().toStdString() << endl;
QPixmap logo(myQtHelper->getDataPath()+"gfx/logoChip3D.png");
if(frameNo >= 52 && frameNo < 55) {
painter.setBrush(QColor(35,71,0));