maybe final changes on mobile gui ;) just waiting for new cards ...

This commit is contained in:
doitux
2012-06-05 19:55:23 +02:00
parent 439b05e5f2
commit 490b8b77f6
3 changed files with 38 additions and 49 deletions
+5 -4
View File
@@ -96,6 +96,7 @@ gameTableImpl::gameTableImpl(ConfigFile *c, QMainWindow *parent)
tabsDiag = new QDialog(this);
tabs.setupUi(tabsDiag);
#ifdef ANDROID
textLabel_handLabel->hide();
tabsDiag->setStyleSheet("QObject { font: 26px; } QDialog { background-image: url(:/android/android-data/gfx/gui/table/default_800x480/table_dark.png); background-position: bottom center; background-origin: content; background-repeat: no-repeat;}");
#endif
tabs.label_chance->setMyStyle(myGameTableStyle);
@@ -127,8 +128,6 @@ gameTableImpl::gameTableImpl(ConfigFile *c, QMainWindow *parent)
tabWidget_Right->removeTab(2);
tabWidget_Right->setCurrentIndex(0);
}
textLabel_handLabel->hide();
#endif
// userWidgetsArray init
@@ -858,15 +857,17 @@ void gameTableImpl::initGui(int speed)
#ifndef GUI_800x480
label_Pot->setText(PotString);
#endif
label_Sets->setText(BetsString+":");
label_handNumber->setText(HandString+":");
label_gameNumber->setText(GameString+":");
#ifdef GUI_800x480
label_Total->setText(":"+TotalString);
label_Sets->setText(BetsString);
label_Total->setText(TotalString);
tabs.groupBox_RightToolBox->setDisabled(FALSE);
tabs.groupBox_LeftToolBox->setDisabled(FALSE);
#else
label_Total->setText(TotalString+":");
label_Sets->setText(BetsString+":");
groupBox_RightToolBox->setDisabled(FALSE);
groupBox_LeftToolBox->setDisabled(FALSE);
#endif