startsplash xp fix. updated polish translation

This commit is contained in:
doitux
2007-11-13 21:02:05 +00:00
parent 639bb21cc4
commit 26eb6db05d
3 changed files with 763 additions and 699 deletions
Binary file not shown.
@@ -271,12 +271,6 @@ void StartSplash::paintEvent(QPaintEvent * /*event*/) {
}
if(frameNo >=190) {
this->hide();
// myW->label_logo->show();
}
//even draw version number
painter.setOpacity(1.0);
painter.setFont(versionFont);
@@ -284,5 +278,10 @@ void StartSplash::paintEvent(QPaintEvent * /*event*/) {
painter.drawText(295,230,100,20,4,"Version 0.6-beta");
painter.setOpacity(opacity);
if(frameNo >=190) {
this->close();
// myW->label_logo->show();
}
}
+758 -693
View File
File diff suppressed because it is too large Load Diff