This commit is contained in:
doitux
2007-01-26 12:19:48 +00:00
parent 8ad10fea14
commit f62c734979
3 changed files with 7 additions and 22 deletions
+1 -6
View File
@@ -1384,16 +1384,11 @@ void mainWindowImpl::breakButtonClicked() {
void mainWindowImpl::paintStartSplash() {
StartSplash *mySplash = new StartSplash();
StartSplash *mySplash = new StartSplash(this->geometry());
mySplash->setGeometry(0,0,400,250);
mySplash->setWindowFlags(Qt::SplashScreen);
mySplash->show();
// QTimer *timer = new QTimer(this);
// connect(timer, SIGNAL(timeout()), mySplash, SLOT(/*StartSp*/lash::nextAnimationFrame()));
// timer->start(100);
}