adds createInternetGameDialog

This commit is contained in:
doitux
2007-08-21 23:31:09 +00:00
parent 1196240eae
commit c4f62eb53f
11 changed files with 528 additions and 125 deletions
@@ -33,8 +33,8 @@ createNetworkGameDialogImpl::createNetworkGameDialogImpl(QWidget *parent, Config
connect( pushButton_createGame, SIGNAL( clicked() ), this, SLOT( createGame() ) );
//temporarely unused until ai is enabled in network
label_5->hide();
spinBox_gameSpeed->hide();
// label_5->hide();
// spinBox_gameSpeed->hide();
}
@@ -62,7 +62,7 @@ void createNetworkGameDialogImpl::fillFormular() {
spinBox_smallBlind->setValue(myConfig->readConfigInt("NetSmallBlind"));
spinBox_handsBeforeRaiseSmallBlind->setValue(myConfig->readConfigInt("NetHandsBeforeRaiseSmallBlind"));
//temporarely unused until ai is enabled in network
// spinBox_gameSpeed->setValue(myConfig->readConfigInt("NetGameSpeed"));
spinBox_gameSpeed->setValue(myConfig->readConfigInt("NetGameSpeed"));
spinBox_netTimeOutPlayerAction->setValue(myConfig->readConfigInt("NetTimeOutPlayerAction"));
}