start manual blinds order feature

This commit is contained in:
doitux
2007-09-21 00:13:47 +00:00
parent df169fda1a
commit b7bbd17951
12 changed files with 926 additions and 422 deletions
@@ -33,9 +33,9 @@ void newGameDialogImpl::exec() {
spinBox_quantityPlayers->setValue(myConfig->readConfigInt("NumberOfPlayers"));
spinBox_startCash->setValue(myConfig->readConfigInt("StartCash"));
spinBox_smallBlind->setValue(myConfig->readConfigInt("SmallBlind"));
spinBox_smallBlind->setValue(myConfig->readConfigInt("FirstSmallBlind"));
spinBox_gameSpeed->setValue(myConfig->readConfigInt("GameSpeed"));
spinBox_handsBeforeRaiseSmallBlind->setValue(myConfig->readConfigInt("HandsBeforeRaiseSmallBlind"));
spinBox_handsBeforeRaiseSmallBlind->setValue(myConfig->readConfigInt("RaiseSmallBlindEveryHands"));
QDialog::exec();