gui freeze

This commit is contained in:
doitux
2007-03-30 12:44:16 +00:00
parent 4633a0fdea
commit a00e3cde42
11 changed files with 342 additions and 233 deletions
+11 -1
View File
@@ -65,8 +65,9 @@ void MyCardsPixmapLabel::nextFadeOutFrame() {
update();
}
else {
fadeOutTimer->stop();
fadeOutAction = FALSE;
// fadeOutAction = FALSE;
}
}
@@ -177,3 +178,12 @@ void MyCardsPixmapLabel::paintEvent(QPaintEvent * event) {
}
// bool MyCardsPixmapLabel::event ( QEvent * event ) {
//
// if(event->type() == QEvent::MouseMove) { event->ignore(); }
// QLabel::event(event);
// }