This commit is contained in:
@@ -2323,3 +2323,12 @@ void mainWindowImpl::switchFullscreen() {
|
|||||||
this->showFullScreen();
|
this->showFullScreen();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void mainWindowImpl::blinkingStartButtonAnimationAction() {
|
||||||
|
|
||||||
|
// QPalette tempPalette = groupBoxArray[i]->palette();
|
||||||
|
// tempPalette.setColor(QPalette::Window, inactive);
|
||||||
|
// groupBoxArray[i]->setPalette(tempPalette);
|
||||||
|
// pushButton_break->
|
||||||
|
// pushButton_break->
|
||||||
|
}
|
||||||
@@ -167,6 +167,10 @@ public slots:
|
|||||||
void postRiverRunAnimation5();
|
void postRiverRunAnimation5();
|
||||||
void postRiverRunAnimation6();
|
void postRiverRunAnimation6();
|
||||||
|
|
||||||
|
// void blinkingStartButtonAnimationStart();
|
||||||
|
void blinkingStartButtonAnimationAction();
|
||||||
|
// void blinkingStartButtonAnimationStop();
|
||||||
|
|
||||||
void flipHolecardsAllIn();
|
void flipHolecardsAllIn();
|
||||||
void showMyCards();
|
void showMyCards();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user