Pot Total
"); - label_Sets->setText("Sets:
"); + label_Pot->setText("Pot Total
"); + label_Sets->setText("Sets:
"); //Tools und Board aufhellen und enablen @@ -470,8 +498,8 @@ void mainWindowImpl::callNewGameDialog() { //restliche Singleshots killen!!! stopTimer(); - label_Pot->setText("Pot Total
"); - label_Sets->setText("Sets:
"); + label_Pot->setText("Pot Total
"); + label_Sets->setText("Sets:
"); // debugMode = v->checkBox_debugMode->isChecked(); @@ -720,7 +748,7 @@ void mainWindowImpl::refreshChangePlayer() { void mainWindowImpl::refreshPot() { textLabel_Sets->setText(""+QString::number(actualHand->getBoard()->getSets(),10)+" $
"); - textLabel_Pot->setText(""+QString::number(actualHand->getBoard()->getPot(),10)+" $
"); + textLabel_Pot->setText(""+QString::number(actualHand->getBoard()->getPot(),10)+" $
"); } @@ -1641,7 +1669,7 @@ void mainWindowImpl::nextRoundCleanGui() { tempPalette.setColor(QPalette::Window, active); frame_Pot->setPalette(tempPalette); - textLabel_handLabel->setText(""); + textLabel_handLabel->setText(""); tempPalette = frame_handLabel->palette(); tempPalette.setColor(QPalette::Window, active); diff --git a/src/gui/qt/mainwindow/startsplash/startsplash.cpp b/src/gui/qt/mainwindow/startsplash/startsplash.cpp index 2c643e9b..ac336006 100644 --- a/src/gui/qt/mainwindow/startsplash/startsplash.cpp +++ b/src/gui/qt/mainwindow/startsplash/startsplash.cpp @@ -50,11 +50,18 @@ void StartSplash::paintEvent(QPaintEvent * event) { QPainter painter(this); #ifdef _WIN32 - QFont welcomeFont("Times New Roman",29); + QFont welcomeFont; + welcomeFont.setFamily("Times New Roman"); + welcomeFont.setPixelSize(42); #else - QFont welcomeFont("Century Schoolbook L",29); + QFont welcomeFont; + welcomeFont.setFamily("Century Schoolbook L"); + welcomeFont.setPixelSize(35); #endif - QFont haveFont("Andy MT",30); + QFont haveFont; + haveFont.setFamily("Andy MT"); + haveFont.setPixelSize(36); + QPixmap logo(":/graphics/graphics/logo-140-100.png"); if(frameNo >= 52 && frameNo < 65) {