some gui modifications for maemo

This commit is contained in:
floty
2012-01-30 20:54:05 +00:00
parent 363fa8a21b
commit 878d25ad7c
9 changed files with 1091 additions and 544 deletions
@@ -46,7 +46,9 @@ createInternetGameDialogImpl::createInternetGameDialogImpl(QWidget *parent, Conf
gridLayout1->addWidget(raiseMode, 1, 0, 1, 1);
connect( radioButton_changeBlindsSettings, SIGNAL( clicked(bool) ), this, SLOT( callChangeBlindsDialog(bool) ) );
#ifndef GUI_800x480
connect( pushButton_cancel, SIGNAL( clicked() ), this, SLOT( cancel() ) );
#endif
connect( pushButton_createGame, SIGNAL( clicked() ), this, SLOT( createGame() ) );
connect( checkBox_Password, SIGNAL( toggled(bool) ), this, SLOT( clearGamePassword(bool)) );
connect( comboBox_gameType, SIGNAL(currentIndexChanged(int)), this, SLOT( gameTypeChanged() ) );