add new ranking mode options to settings. also add ranking mode icon for game-list

This commit is contained in:
doitux
2010-03-23 19:58:19 +00:00
parent c999f2d813
commit 7949b2e91c
11 changed files with 77 additions and 10 deletions
@@ -98,6 +98,8 @@ void createInternetGameDialogImpl::fillFormular() {
myChangeCompleteBlindsDialog->radioButton_afterThisAlwaysRaiseAbout->setChecked(myConfig->readConfigInt("NetAfterMBAlwaysRaiseAbout"));
myChangeCompleteBlindsDialog->spinBox_afterThisAlwaysRaiseValue->setValue(myConfig->readConfigInt("NetAfterMBAlwaysRaiseValue"));
myChangeCompleteBlindsDialog->radioButton_afterThisStayAtLastBlind->setChecked(myConfig->readConfigInt("NetAfterMBStayAtLastBlind"));
checkBox_rankingMode->setChecked(myConfig->readConfigInt("InternetGameRankingMode"));
}
void createInternetGameDialogImpl::showDialog() {