From 89a4e06edfe5c0facf215bda57d44f7aacaf1e6f Mon Sep 17 00:00:00 2001 From: doitux Date: Tue, 1 May 2007 21:14:46 +0000 Subject: [PATCH] --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 9 +++++++++ src/gui/qt/mainwindow/mainwindowimpl.h | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index 79758f2c..fdca29e8 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -2323,3 +2323,12 @@ void mainWindowImpl::switchFullscreen() { this->showFullScreen(); } } + +void mainWindowImpl::blinkingStartButtonAnimationAction() { + +// QPalette tempPalette = groupBoxArray[i]->palette(); +// tempPalette.setColor(QPalette::Window, inactive); +// groupBoxArray[i]->setPalette(tempPalette); +// pushButton_break-> +// pushButton_break-> +} \ No newline at end of file diff --git a/src/gui/qt/mainwindow/mainwindowimpl.h b/src/gui/qt/mainwindow/mainwindowimpl.h index dd25ecc1..e05f0968 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.h +++ b/src/gui/qt/mainwindow/mainwindowimpl.h @@ -167,6 +167,10 @@ public slots: void postRiverRunAnimation5(); void postRiverRunAnimation6(); +// void blinkingStartButtonAnimationStart(); + void blinkingStartButtonAnimationAction(); +// void blinkingStartButtonAnimationStop(); + void flipHolecardsAllIn(); void showMyCards();